summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2013-07-26 15:52:42 +0100
committerRichard Hughes <richard@hughsie.com>2013-07-26 15:52:42 +0100
commit1bcacb296d17d2c475ce8a9142f20771f18b0cc3 (patch)
tree3ad23e6966f616522f7ef667115af648786584e7
parent04faa0e1438f3bfbc0644c9adf9e6e17e06da389 (diff)
Released UPower 0.9.21UPOWER_0_9_21
-rw-r--r--NEWS16
-rw-r--r--configure.ac2
2 files changed, 17 insertions, 1 deletions
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)