From 5f8e205003854065338650024337c7af6bebba7a Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Mon, 7 Dec 2009 09:49:20 +0000 Subject: [PATCH] Released DeviceKit-power 013 --- NEWS | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/NEWS b/NEWS index 39a8218..5e726e2 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,30 @@ +Version 013 +~~~~~~~~~~~ +Released: 2009-12-07 + +Note: + - The DBus interface of DeviceKit-power may be subject to change in future + versions of this daemon. + - This will probably be the last release of DeviceKit-power as the project has + been renamed to upower. + +New Features: + - When using devkit-power --monitor, print a timestamp before each message for + debugging. Fixes fd#24666 (Richard Hughes) + +Bugfixes: + - Update the list of HID UPS (Arnaud Quette) + - Use a gdouble for percentage to fix on-battery reporting (Byron Clark) + - Bug 24262 – incorrect battery recall warning for Lenovo T61 (Martin Pitt) + - Fix the toshiba battery recal notices by matching up the double quotes (Richard Hughes) + - Avoid going from discharging to pending-discharge when the expansion battery + is very low (Richard Hughes) + - Some vendors fill the NVRAM full of junk. Don't crash the daemon if the + battery is broken. Fixes rh#533654 (Richard Hughes) + - When the internal battery is in the unknown state, we can't make a decision + whether the system is on battery power (Richard Hughes) + - Some batteries give out massive rate values when nearly empty (Richard Hughes) + Version 012 ~~~~~~~~~~~ Released: 2009-10-19