diff options
author | Eric Koegel <eric.koegel@gmail.com> | 2015-06-16 18:40:09 +0300 |
---|---|---|
committer | Eric Koegel <eric.koegel@gmail.com> | 2015-06-16 18:40:09 +0300 |
commit | ea2d83860d9d36e4131300b25d08d8ab9740c5e0 (patch) | |
tree | 89c6e548af84347d7782ec009921b7412ad1f42a | |
parent | c297b6f33546656485d82cf2da29f573b7db7831 (diff) | |
download | ConsoleKit2-0.9.4.tar.gz |
trivial: updates for release0.9.4
-rw-r--r-- | NEWS | 16 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 18 insertions, 2 deletions
@@ -1,4 +1,20 @@ ============== +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 ============== [Please note that this is a development release.] 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" |