summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Koegel <eric.koegel@gmail.com>2014-10-20 15:30:24 +0300
committerEric Koegel <eric.koegel@gmail.com>2014-10-20 15:30:24 +0300
commit5327920825add0983b3a23fbd827d6d590faa98c (patch)
treef7006235f1f5c44344dfd66c94decfe3d6c793ec
parent5660e2c036463e899fb0da69297e88cf1bb6bbd8 (diff)
downloadConsoleKit2-0.9.1.tar.gz
trivial: updates for release0.9.1
-rw-r--r--NEWS17
-rw-r--r--configure.ac4
-rw-r--r--src/ck-manager.c2
3 files changed, 20 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 42e5efc..ab31aeb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,21 @@
==============
+Version 0.9.1
+==============
+[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
+
+Only one commit with this release but since it changes the
+public DBUS API it's better to get it out now before someone
+starts writing for the 0.9.0 APIs.
+
+Hybrid Suspend has been added as a sleep method. The sleep
+API has been reworked to emulate logind so that supporting
+both is easier.
+
+==============
Version 0.9.0
==============
[Please note that this is a development release.]
diff --git a/configure.ac b/configure.ac
index 028a35e..1a23499 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,12 +3,12 @@ AC_COPYRIGHT([Copyright 2014 The ConsoleKit2 Team])
AC_PREREQ([2.50])
AC_INIT([ConsoleKit2],
- [0.9.0],
+ [0.9.1],
[https://github.com/ConsoleKit2/ConsoleKit2/issues],
[ConsoleKit2])
VERSION_MAJOR=0
VERSION_MINOR=9
-VERSION_REVISION=0
+VERSION_REVISION=1
COPYRIGHT_YEARS="2014"
diff --git a/src/ck-manager.c b/src/ck-manager.c
index 78b8092..bdec40f 100644
--- a/src/ck-manager.c
+++ b/src/ck-manager.c
@@ -1631,7 +1631,7 @@ ck_manager_hybrid_sleep (CkManager *manager,
dbus-send --system --dest=org.freedesktop.ConsoleKit \
--type=method_call --print-reply --reply-timeout=2000 \
/org/freedesktop/ConsoleKit/Manager \
- org.freedesktop.ConsoleKit.Manager.CanHibernate
+ org.freedesktop.ConsoleKit.Manager.CanHybridSleep
*
* Returnes TRUE.
**/