Released UPower 0.99.0

This commit is contained in:
Richard Hughes 2013-10-29 12:51:34 +00:00
parent 97ed6c4731
commit 9b28dac1a1
2 changed files with 19 additions and 16 deletions

29
NEWS
View file

@ -1,25 +1,28 @@
Version 0.99.0
~~~~~~~~~~~~~~
Released: 2013-10-29
This version contains major API changes. Use the 0.9
versions if you want to keep using the old API.
Notes:
- This version contains major API changes. Use the 0.9.* versions if you want
to keep using the old API.
New Features:
- Add WarningLevel and IconName properties to all devices
- Add DisplayDevice composite battery
- Enforce critical battery policy on the daemon side
- Add WarningLevel and IconName properties to all devices (Bastien Nocera)
- Add DisplayDevice composite battery (Bastien Nocera)
- Enforce critical battery policy on the daemon side (Bastien Nocera)
Bugfixes:
- Reduce client-side and daemon-side wake-ups
- Emit PropertiesChanged signals
- Register objects on the bus once they've been setup
- Reduce client-side and daemon-side wake-ups (Bastien Nocera)
- Emit PropertiesChanged signals (Bastien Nocera)
- Register objects on the bus once they've been setup (Bastien Nocera)
- Clamp percentage for overfull batteries (Martin Pitt)
Feature Removals:
- Remove battery recall support
- Remove QoS support
- Remove OnLowBattery property (use WarningLevel instead)
- Remove DeviceChanged and Changed signals (PropertiesChanged
signals are sent instead)
- Remove battery recall support (Bastien Nocera)
- Remove QoS support (Bastien Nocera)
- Remove OnLowBattery property (use WarningLevel instead) (Bastien Nocera)
- Remove DeviceChanged and Changed signals (PropertiesChanged
signals are sent instead) (Bastien Nocera)
Version 0.9.22
~~~~~~~~~~~~~~

View file

@ -4,7 +4,7 @@ UPower Release Notes
git shortlog UPOWER_0_9_22.. | grep -i -v trivial | grep -v Merge > NEWS.new
Version 0.9.23
Version 0.99.0
~~~~~~~~~~~~~~
Released: 2013-xx-xx
@ -13,8 +13,8 @@ Bugfixes:
2. Commit changes to git:
git commit -a -m "Released UPower 0.9.23"
git tag -s -f -m "Released UPower 0.9.23" UPOWER_0_9_23
git commit -a -m "Released UPower 0.99.0"
git tag -s -f -m "Released UPower 0.99.0" UPOWER_0_99_0
<wait>
git push --tags
git push