summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2009-06-01 11:35:53 +0100
committerRichard Hughes <richard@hughsie.com>2009-06-01 11:35:53 +0100
commit706bf8fc28605320be0b663c1c3f92c98f8c4292 (patch)
treedc4be0d99f2b109afc52d53d2e91081e11be2cf4 /NEWS
parent07890439110ff20928c87db5bf90964acb21828a (diff)
Released DeviceKit-power 008DeviceKit-power-008
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS36
1 files changed, 36 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a49f8b6..478f679 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,39 @@
+Version 008
+~~~~~~~~~~~
+Released: 2009-06-01
+
+Note:
+ - The DBus interface of DeviceKit-power may be subject to change in future
+ versions of this daemon.
+ - The experimental devkit-power-gobject library has no API or ABI guarantees.
+
+New Features:
+ - Allow the daemon to get the global online state for all devices (Matthew Garrett)
+ - Add a has-capability to the org.freedesktop.DeviceKit.Power.Wakeups interface (Richard Hughes)
+ - Add a property lid-is-closed for g-p-m and x-p-m to use (Richard Hughes)
+
+Bugfixes:
+ - Fix up some issues in DkpClient, and expose GObject properties (Ali Abdallah)
+ - Remove the 0x prefix from some rule matches (Ronald)
+ - Allow all DBus properties to be read with the new DBus (Richard Hughes)
+ - Only reset the update-time if the read was successful (Richard Hughes)
+ - Optimise the udev rules to skip non-usb devices (Richard Hughes)
+ - Ensure we get properties on devices correctly that have not yet been changed (Richard Hughes)
+ - Make the suspend and hibernate scripts execute synchronously. Fixes rh#497563 (Richard Hughes)
+ - Ignore method timeouts when we suspend and hibernate (Richard Hughes)
+ - Add two missing files to the last commit (Richard Hughes)
+ - Don't overwrite energy-full-design with zero after coldplug (Richard Hughes)
+ - Only get the device state for the poll after the refresh (Richard Hughes)
+ - Continue to poll when power supply device is marked unknown. Fixes rh#495493 (Richard Hughes)
+ - Correct a debugging statement (Richard Hughes)
+ - Never overwrite ID_PRODUCT or ID_VENDOR (Richard Hughes)
+ - Don't return history data relative to the earliest point (Richard Hughes)
+ - Setup different polls based on the battery state (Matthew Garrett)
+ - Don't poll on unknown forever. Based on a patch from Matthew Garrett (Richard Hughes)
+ - Fix up the return statuses from coldplug and refresh (Richard Hughes)
+ - Only attempt to print history if the device is capable (Richard Hughes)
+ - Allow properties in DkpDevice (client) to be set (Richard Hughes)
+
Version 007
~~~~~~~~~~~
Released: 2009-03-30