diff options
-rw-r--r-- | NEWS | 12 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 13 insertions, 1 deletions
@@ -1,4 +1,16 @@ ============== +Version 1.2.4 +============== +Stable release of ConsoleKit2 + +Changes since 1.2.3 +New Features: +- Implement session-service parameter + +Bug Fixes: +- Do not hardcode seat0 for Seat1 in ListSessions + +============== Version 1.2.3 ============== Stable release of ConsoleKit2 diff --git a/configure.ac b/configure.ac index 4577854..9ee4645 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_COPYRIGHT([Copyright 2014-2017 The ConsoleKit2 Team]) AC_PREREQ([2.62]) AC_INIT([ConsoleKit2], - [1.2.2], + [1.2.4], [https://github.com/ConsoleKit2/ConsoleKit2/issues], [ConsoleKit2], [https://github.com/ConsoleKit2/ConsoleKit2]) |