From 0710db53e2b550c6f8570d5b4bc13a0228af00eb Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Mon, 4 Oct 2010 16:31:42 +0100 Subject: [PATCH] Released UPower 0.9.6 --- NEWS | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/NEWS b/NEWS index 0f4475c..3f97aee 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,22 @@ +Version 0.9.6 +~~~~~~~~~~~ +Released: 2010-10-04 + +New Features: + - Remove devkit-power-gobject (Richard Hughes) + +Bugfixes: + - Allow explicitly disabling libimobiledevice support (Brett Witherspoon) + - Free GErrors after returning them (Matthias Clasen) + - Add missing D-Bus return in up_qos_cancel_request() (Matthias Clasen) + - Fix double D-BUS return in up_daemon_*_allowed (Matthias Clasen) + - Fix up_polkit_get_subject() D-BUS error return (Matthias Clasen) + - Ensure the new device types get valid descriptions in upower --dump (Richard Hughes) + - Fix compile with the latest PolicyKit release (Richard Hughes) + - Only save by default 7 days data to stop the log files becoming huge. Fixes rh#634228 (Richard Hughes) + - Do not continue to poll the serial port if there is no Watts Up Pro adaptor (Richard Hughes) + - Fix the build with new versions of gobject-introspection (Richard Hughes) + Version 0.9.5 ~~~~~~~~~~~ Released: 2010-07-12