diff options
author | Richard Hughes <richard@hughsie.com> | 2010-04-06 16:02:22 +0100 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2010-04-06 16:02:22 +0100 |
commit | 1ef0b33c413ddd2292cf8d5a6c1e7cac0992975d (patch) | |
tree | 0e81fb42282b0f7630eb5158e3f3aec98d4326b9 | |
parent | 2d2e69254d85fd74a957ba4940a87ef9637278b8 (diff) |
Released UPower 0.9.2UPOWER_0_9_2
-rw-r--r-- | NEWS | 25 |
1 files changed, 24 insertions, 1 deletions
@@ -1,5 +1,28 @@ +Version 0.9.2 +~~~~~~~~~~~~~ +Released: 2010-04-06 + +New Features: + - Add a missing accessor: up_client_get_lid_is_present() (Richard Hughes) + - Change the tarball name to be all lower case to match udisks and udev (Richard Hughes) + - Convert the daemon to using objects from libupower-glib, not devkit-power-gobject (Richard Hughes) + - Do not allow client programs to enumerate the device list more than once (Richard Hughes) + - Get the encrypted swap status from the backend, rather than hardcoding Linux specifics (Richard Hughes) + - Get the kernel sleep capabilities from the backend, rather than hardcoding Linux specifics (Richard Hughes) + - Get the suspend and hibernate commands from the backend, rather than hardcoding Linux specifics (Richard Hughes) + - Get the swap size from the backend, rather than hardcoding Linux specifics (Richard Hughes) + - Show in ./configure summary if unit tests have been enabled or not (Michael Biebl) + +Bugfixes: + - Do not warn what we are correcting energy-full when there is no data to copy (Richard Hughes) + - Ensure we enumerate devices before we start monitoring them (Richard Hughes) + - Fixes to the autogen.sh script (Michael Biebl) + - Make dummy backend usable for architectures without a native backend (Michael Biebl) + - Remove libdevkit-power-gobject dependency from backends (Michael Biebl) + - Simplify udev subdirectory handling (Michael Biebl) + Version 0.9.1 -~~~~~~~~~~~ +~~~~~~~~~~~~~ Released: 2010-03-03 New Features: |