From ea2d83860d9d36e4131300b25d08d8ab9740c5e0 Mon Sep 17 00:00:00 2001 From: Eric Koegel Date: Tue, 16 Jun 2015 18:40:09 +0300 Subject: trivial: updates for release --- NEWS | 16 ++++++++++++++++ configure.ac | 4 ++-- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 1eb60e4..6aaf024 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,19 @@ +============== +Version 0.9.4 +============== +[Please note that this is a development release.] + +Development release of ConsoleKit2 targeting the 1.0 release. +Please report all problems to +https://github.com/ConsoleKit2/ConsoleKit2/issues + +- Cksession return empty string when login session id not set +- Test code now cleans up any created sessions +- Fix issue #26, where polkit and networkmanager weren't working + because the CKDB wasn't getting the correct uid set. + +Translation Updates: Russian, Spanish, Spanish (Latin America) + ============== Version 0.9.3 ============== diff --git a/configure.ac b/configure.ac index 4ecd5d0..f8d8396 100644 --- a/configure.ac +++ b/configure.ac @@ -3,12 +3,12 @@ AC_COPYRIGHT([Copyright 2014-2015 The ConsoleKit2 Team]) AC_PREREQ([2.50]) AC_INIT([ConsoleKit2], - [0.9.3], + [0.9.4], [https://github.com/ConsoleKit2/ConsoleKit2/issues], [ConsoleKit2]) VERSION_MAJOR=0 VERSION_MINOR=9 -VERSION_REVISION=3 +VERSION_REVISION=4 COPYRIGHT_YEARS="2014 2015" -- cgit v1.2.3