Released UPower 0.9.21

System Internals / UPower - Richard Hughes [hughsie.com] - 26 July 2013 09:52 UTC



###

diff --git a/NEWS b/NEWS
index 8f5b528..8c22bb7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+Version 0.9.21
+~~~~~~~~~~~~~~
+Released: 2013-07-26
+
+New Features:
+ - Add support for Logitech Wireless (NonUnifying) devices (Arkadiusz Miśkiewicz)
+ - Use PIE to better secure installed tools and also use full RELRO in the daemon (Richard Hughes)
+
+Bugfixes:
+ - Allow clients to call org.freedesktop.DBus.Peer (Richard Hughes)
+ - Detect udev rules dir (Tom Gundersen)
+ - Drop --enable-systemd and linking to libsystemd-daemon (Martin Pitt)
+ - Find hidraw devices correctly with systemd udev >= v196 (Arkadiusz Miśkiewicz)
+ - Fix test for logind availability (Martin Pitt)
+ - Update the upower man page with all the current options (Richard Hughes)
+
Version 0.9.20
~~~~~~~~~~~~~~
Released: 2013-03-18
diff --git a/configure.ac b/configure.ac
index cc4bf91..41aea64 100644
--- a/configure.ac
+++ b/configure.ac
@@ -44,7 +44,7 @@ AC_SUBST(UP_MICRO_VERSION)
# REVISION If the API and ABI remains the same, but bugs are fixed.
# AGE Don't use.
LT_CURRENT=1
-LT_REVISION=2
+LT_REVISION=3
LT_AGE=0
AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)

1bcacb2 Released UPower 0.9.21
NEWS | 16 ++++++++++++++++
configure.ac | 2 +-
2 files changed, 17 insertions(+), 1 deletion(-)

Upstream: cgit.freedesktop.org


  • Share