From 989c95ebc603776791b962691e20a3a2882c1b96 Mon Sep 17 00:00:00 2001 From: Robert Nagy Date: Sun, 4 Jul 2021 12:36:33 +0200 Subject: prepare for 1.2.4 --- NEWS | 12 ++++++++++++ configure.ac | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 9c04a42..f7e002a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +============== +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 ============== 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]) -- cgit v1.2.3