summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Koegel <eric.koegel@gmail.com>2014-10-19 17:03:19 +0300
committerEric Koegel <eric.koegel@gmail.com>2014-10-19 17:03:19 +0300
commite9d628c1ed79db7dc09311d9a07b7f07722f8a68 (patch)
tree22a462f0fc579479c1233de60bbc27a81e542ced
parent66b35de4a1914d22411caf0d9ecfa5d78746ea39 (diff)
downloadConsoleKit2-e9d628c1ed79db7dc09311d9a07b7f07722f8a68.tar.gz
Updates prior to release0.9.0
-rw-r--r--NEWS31
-rw-r--r--README2
-rw-r--r--configure.ac2
3 files changed, 32 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index b829be8..42e5efc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,33 @@
+==============
+Version 0.9.0
+==============
+[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
+
+ConsoleKit2 is a fork of ConsoleKit since it is no longer maintained.
+
+Added OpenBSD and DragonFlyBSD backends, pulled in FreeBSD and
+GNU/kFreeBSD provided to the ConsoleKit bugtracker or on distro's
+public repositories. As well as many other patches floating around
+so that distributions no longer have to carry large patchsets.
+Please report any other patches required or currently in use and
+those can be added as well.
+
+The 63 threads issue has been resolved if the Linux kernel has
+support for the notification required.
+
+ConsoleKit2 supports suspending and hibernation for Linux, FreeBSD,
+DragonFlyBSD, and OpenBSD through a DBUS API.
+
+ * Add in the logrotate and consolekit xinitrc script and install
+ them to their standard location with configure switches.
+ * Add a new DBUS interfaces for suspend/hibernation of the system
+ as well as the ability to inhibit it and stop/reeboot actions.
+ * Translation support added.
* Check the return value of sysconf before passing it to calloc.
* Only close fds that were opened.
* Fix a resource leak.
@@ -13,7 +42,7 @@
* Fix for rejected GetAll properties by GDBus. Patch by
Teodor MICU.
* Linux: Use /sys/class/tty/tty0/active for VT change
- notifications (i.e. the 63 threads issue)
+ notifications (the 63 threads issue)
* Set source id to 0 after calling g_source_remove.
Patch by Manfred Hampl.
* Return early when remote DISPLAY variable set.
diff --git a/README b/README
index bdc9bab..7b89178 100644
--- a/README
+++ b/README
@@ -25,7 +25,7 @@ Minimum Requirements
* Autotools (for building ConsoleKit2)
* Gettext 0.15
* dbus-glib 0.82
-* glib 2.36
+* glib 2.30
* X11
* zlib
* libkvm (required for OpenBSD, FreeBSD, kfreebsd, and DragonFlyBSD)
diff --git a/configure.ac b/configure.ac
index f2f1e4c..a731f31 100644
--- a/configure.ac
+++ b/configure.ac
@@ -54,7 +54,7 @@ AM_NLS
# Dependencies
DBUS_REQUIRED_VERSION=0.82
-GLIB_REQUIRED_VERSION=2.36
+GLIB_REQUIRED_VERSION=2.30
X11_REQUIRED_VERSION=1.0.0
POLKIT_REQUIRED_VERSION=0.92