Released UPower 0.9.20

This commit is contained in:
Richard Hughes 2013-03-18 16:27:23 +00:00
parent 161ae4d47f
commit 90a8503885
2 changed files with 24 additions and 2 deletions

22
NEWS
View file

@ -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

View file

@ -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