summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2011-12-05 09:49:35 +0000
committerRichard Hughes <richard@hughsie.com>2011-12-05 09:49:35 +0000
commit6600d371d314f453f75a0a302d2c486fabd8b27e (patch)
treec6a462fb320df37e43a897480bb8d6747d39db28
parent6bb3623d469cee7bd9667889882660a3010c11f9 (diff)
Released UPower 0.9.15UPOWER_0_9_15
-rw-r--r--NEWS19
1 files changed, 19 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d35619e..9616323 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+Version 0.9.15
+~~~~~~~~~~~~~~
+Released: 2011-12-05
+
+New Features:
+ - Add --with-historydir to specify where we want the history files to be stored (Landry Breuil)
+ - Use linear regression to get better predicted battery times (Leonardo Robol)
+
+Bugfixes:
+ - Don't assert when the power_supply device type is usb (Richard Hughes)
+ - Don't spam the log when we're saving history when on low power (Richard Hughes)
+ - Fail the tests gracefully if GI is not available (Martin Pitt)
+ - Fix crash in up_device_csr_finalize() (Martin Pitt)
+ - Fix invocation of src/linux/integration-test (Martin Pitt)
+ - Handle Linux power supplies not exporting a present property (Heiko Stübner)
+ - If a power-supply device doesn't report charge or energy, try to read the percentage (Richard Hughes)
+ - Move the wacom hack to allow us to support other types of USB device (Richard Hughes)
+ - Port the tests to Python 3 (Martin Pitt)
+
Version 0.9.14
~~~~~~~~~~~~~~
Released: 2011-10-03