From d8e9f2b98b9c22357cf4a8beb44d034cd9d91b97 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Fri, 18 Oct 2013 16:00:19 +0100 Subject: Released UPower 0.9.23 --- NEWS | 21 +++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) 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) -- cgit v1.2.1