Released UPower 0.9.0

This commit is contained in:
Richard Hughes 2010-02-01 11:54:01 +00:00
parent acfe9c3089
commit 451a6a7c94
2 changed files with 41 additions and 7 deletions

32
NEWS
View file

@ -1,3 +1,35 @@
Version 0.9.0
~~~~~~~~~~~
Released: 2010-02-01
NOTES:
- The DBus service and interfaces have been renamed
- The devkit-power-gobject library is still API and ABI stable
- The libupower library co-installs with devkit-power-gobject for now
- The version has changed to 0.9.0 from 015. You'll need to use an epoch in
your distro package if you're not renaming the package from DeviceKit-power
to UPower. See the sample Fedora spec if you need a template.
Translations:
- Add Swedish translation (Daniel Nylander)
- Added Italian translation (Luca Ferretti)
- Add Polish translation (Piotr Drąg)
New Features:
- Add initial GObject introspection support (Richard Hughes)
Bugfixes:
- Use a fallback for the capability bit when checking the lid status. Fixes #25041 (Richard Hughes)
- Rename the DBus service from org.freedesktop.DeviceKit.Power to org.freedesktop.UPower (Richard Hughes)
- Rename the PolicyKit rules from org.freedesktop.devicekit.power to org.freedesktop.upower (Richard Hughes)
- Make the client tool be called upower, but maintain a symlink to devkit-power (Richard Hughes)
- Rename the man pages and rename the main daemon binary name (Richard Hughes)
- Change the version number to 0.9.0 and tarball name to UPower (Richard Hughes)
- Version-lock the devkit-power-gobject version to 015, not 0.9.0 (Richard Hughes)
- Make DkpClient a singleton to avoid some weird race conditions (Richard Hughes)
- Add libupower so applications can switch away from devkit-power-gobject (Richard Hughes)
- Update the Free Software Foundation address (Richard Hughes)
Version 014
~~~~~~~~~~~
Released: 2010-01-08

16
RELEASE
View file

@ -1,20 +1,22 @@
DeviceKit-power Release Notes
UPower Release Notes
1. Write NEWS entries for DeviceKit-power in the same format as usual.
1. Write NEWS entries for UPower in the same format as usual.
git shortlog DeviceKit-power-014.. | grep -i -v trivial | grep -v Merge > NEWS.new
git shortlog UPOWER_0_9_999.. | grep -i -v trivial | grep -v Merge > NEWS.new
Version 0xx
Version 0.9.xxxx
~~~~~~~~~~~
Released: 2010-xx-xx
Translations:
New Features:
Bugfixes:
2. Commit changes in DeviceKit-power git:
2. Commit changes to git:
git commit -a -m "Released DeviceKit-power 015"
git tag -a -f -m "Released DeviceKit-power 015" DeviceKit-power-015
git commit -a -m "Released UPower 0.9.0"
git tag -s -f -m "Released UPower 0.9.0" UPOWER_0_9_0
<wait>
git push --tags
git push