summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2013-10-18 16:00:19 +0100
committerRichard Hughes <richard@hughsie.com>2013-10-18 16:00:19 +0100
commitd8e9f2b98b9c22357cf4a8beb44d034cd9d91b97 (patch)
tree1087e0694ffc4948d56ca5a1ac8627613655af78
parent911727fbaa34a13897a87d71311f74646cd4a5ee (diff)
Released UPower 0.9.23UPOWER_0_9_23
-rw-r--r--NEWS21
-rw-r--r--configure.ac2
2 files changed, 22 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 19a8acc..f9cd4f4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+Version 0.9.23
+~~~~~~~~~~~~~~
+Released: 2013-10-18
+
+Bugfixes:
+ - Add missing dbus-glib-1 to private requires (Bastien Nocera)
+ - Disable Watts-Up devices by default (Bastien Nocera)
+ - Really don't overwrite retval with prop values (Bastien Nocera)
+ - Update and correct Toshiba recall list (Bastien Nocera)
+ - daemon: Avoid trying to close fd that wasn't opened (Bastien Nocera)
+ - daemon: Fix options parsing (Bastien Nocera)
+ - daemon: Include config.h in up-backend.h (Landry Breuil)
+ - lib: Add missing "element-type" introspection metadata (Bastien Nocera)
+ - lib: Fix a small memory leak (Bastien Nocera)
+ - lib: Fix crasher calling _about_to_sleep_sync() (Bastien Nocera)
+ - linux: Don't guess discharging state for devices (Bastien Nocera)
+ - linux: Don't print a warning if the status attr is missing (Bastien Nocera)
+ - linux: Opt-out of checking Watts Up devices earlier (Bastien Nocera)
+ - openbsd: Use g_thread_try_new (Landry Breuil)
+ - openbsd: recognize when battery is absent (Jasper Lievisse Adriaanse)
+
Version 0.9.22
~~~~~~~~~~~~~~
Released: 2013-10-08
diff --git a/configure.ac b/configure.ac
index 40f611a..4bff4bb 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=3
+LT_REVISION=4
LT_AGE=0
AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)