summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2017-07-24 13:23:07 +0100
committerRichard Hughes <richard@hughsie.com>2017-07-24 13:23:07 +0100
commit82779915be5952086f7a6f7f88b8cb91dcba0caa (patch)
tree70840ea9b63437116a2af32423fe2bcd63c5ad53
parent798588a480eaae50368bed75fc78f8314523b2a3 (diff)
Released UPower 0.99.5UPOWER_0_99_5
-rw-r--r--NEWS21
-rw-r--r--RELEASE2
2 files changed, 22 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a72103c..bad2ce4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+Version 0.99.5
+~~~~~~~~~~~~~~
+Released: 2017-07-24
+
+New Features:
+ - Add a more complete self test for HID++ devices (Bastien Nocera)
+ - Add BatteryLevel property for devices with a finite number of power levels (Bastien Nocera)
+ - Add support for pausing and resuming of the daemon poll (Christian Kellner, Bastien Nocera)
+ - Get a serial number for device batteries (Bastien Nocera)
+ - Refresh devices after waking up from sleep (Christian Kellner)
+
+Bugfixes:
+ - Add proper error and cancellable handling to UpClient constructor (Martin Pitt)
+ - Do not spin in a loop when /proc/timer_stats cannot be written (Richard Hughes)
+ - Exit early from up-tool when connecting to upower fails (Martin Pitt)
+ - Expand the integration-tests to run in more environments (Bastien Nocera, Christian Kellner)
+ - Fix reading and writing the keyboard brightness level (Hans de Goede, Marco Trevisan)
+ - Fix -Wformat-y2k compilation errors (Bastien Nocera)
+ - Lower initial power usage when iDevice isn't accessible (Bastien Nocera)
+ - Simplify string checks in upower-glib (Bastien Nocera)
+
Version 0.99.4
~~~~~~~~~~~~~~
Released: 2016-02-16
diff --git a/RELEASE b/RELEASE
index e9e2bad..0ef9684 100644
--- a/RELEASE
+++ b/RELEASE
@@ -6,7 +6,7 @@ git shortlog UPOWER_0_99_4.. | grep -i -v trivial | grep -v Merge > NEWS.new
Version 0.99.5
~~~~~~~~~~~~~~
-Released: 2015-xx-xx
+Released: 2017-xx-xx
New Features:
Bugfixes: