summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2014-08-18 13:08:48 +0100
committerRichard Hughes <richard@hughsie.com>2014-08-18 13:08:48 +0100
commit4f74e297e47f3ac3e4c11e05674fdf39cdc96edd (patch)
tree3710a79df2b66df95cb938d6f734d16ac28d6aef
parent47c6974fc0c375eee18ebdfce9891643bcf209de (diff)
downloadupower-4f74e297e47f3ac3e4c11e05674fdf39cdc96edd.tar.gz
Released UPower 0.99.1
-rw-r--r--NEWS20
-rw-r--r--RELEASE2
2 files changed, 21 insertions, 1 deletions
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: