summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2013-03-18 16:27:23 +0000
committerRichard Hughes <richard@hughsie.com>2013-03-18 16:27:23 +0000
commit90a850388536a8b708be3b1cfb7a01e440bbc6b4 (patch)
treeb9438b8dcd0266811912884e2ea03241a6c1296d
parent161ae4d47f71177e43cc3b9710c98129773c9c65 (diff)
Released UPower 0.9.20UPOWER_0_9_20
-rw-r--r--NEWS22
-rw-r--r--RELEASE4
2 files changed, 24 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 854a1f2..8f5b528 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+Version 0.9.20
+~~~~~~~~~~~~~~
+Released: 2013-03-18
+
+New Features:
+ - Add a --enable-deprecated configure argument to remove pm-utils support (Richard Hughes)
+ - Deprecate running the powersave scripts (Richard Hughes)
+ - Factor out the Logitech Unifying support to support other devices (Richard Hughes)
+ - Require applications to define UPOWER_ENABLE_DEPRECATED to use deprecated functionality (Richard Hughes)
+
+Bugfixes:
+ - Bump maximum accepted "time to empty" to 10 days (Martin Pitt)
+ - Don't use the deprecated INCLUDES in Makefile.am (Richard Hughes)
+ - Fix batteries which report current energy but full charge (Alex Hornung)
+ - Fix K750 features name, use 1 second interval (Julien Danjou)
+ - Fix memory leak in up_polkit_get_subject (Charles Kerr)
+ - Fix two memory leaks (Colin Watson)
+ - integration-test: Always run on a fake system bus (Martin Pitt)
+ - integration-test: Move to using umockdev (Martin Pitt)
+ - Never use -WError when building (Richard Hughes)
+ - Raise the hard PolicyKit dep to 0.97 (Richard Hughes)
+
Version 0.9.19
~~~~~~~~~~~~~~
Released: 2013-01-02
diff --git a/RELEASE b/RELEASE
index 9e42736..d2fe2a9 100644
--- a/RELEASE
+++ b/RELEASE
@@ -13,8 +13,8 @@ Bugfixes:
2. Commit changes to git:
-git commit -a -m "Released UPower 0.9.19"
-git tag -s -f -m "Released UPower 0.9.19" UPOWER_0_9_19
+git commit -a -m "Released UPower 0.9.20"
+git tag -s -f -m "Released UPower 0.9.20" UPOWER_0_9_20
<wait>
git push --tags
git push