Released UPower 0.99.1

System Internals / UPower - Richard Hughes [hughsie.com] - 18 August 2014 07:08 UTC



###

diff --git a/NEWS b/NEWS
index b5b7b08..42d8f62 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+Version 0.99.1
+~~~~~~~~~~~~~~
+Released: 2014-08-18
+
+New Features:
+ - Expose "capacity" and "energy-full-design" properties on OpenBSD (Fabian Raetz)
+ - Remove IsDocked property (Bastien Nocera)
+ - Remove unused polkit dependency (Eric Koegel, Martin Pitt)
+
+Bugfixes:
+ - Create the history directory at runtime (Cosimo Cecchi)
+ - Do not log a critical warning when using _set_object_path_sync() (Richard Hughes)
+ - Fix API doc for up_client_get_on_battery() (Bastien Nocera)
+ - Fix possible UpHistoryItem leak on failure (Bastien Nocera)
+ - Fix segfault on getting property when daemon is not running (Martin Pitt)
+ - Fix shutdown on boot on some machines (Bastien Nocera)
+ - Fix small memleak on startup with Logitech devices (Bastien Nocera)
+ - Free the obtained device list array after use (Alexander Jesner)
+ - Update lid status when updating AC status (Jasper Lievisse Adriaanse)
+
Version 0.99.0
~~~~~~~~~~~~~~
Released: 2013-10-29
diff --git a/RELEASE b/RELEASE
index f87444e..9fc622b 100644
--- a/RELEASE
+++ b/RELEASE
@@ -6,7 +6,7 @@ git shortlog UPOWER_0_99_0.. | grep -i -v trivial | grep -v Merge > NEWS.new

Version 0.99.1
~~~~~~~~~~~~~~
-Released: 2013-xx-xx
+Released: 2014-xx-xx

New Features:
Bugfixes:

4f74e29 Released UPower 0.99.1
NEWS | 20 ++++++++++++++++++++
RELEASE | 2 +-
2 files changed, 21 insertions(+), 1 deletion(-)

Upstream: cgit.freedesktop.org


  • Share