Skip to content
Snippets Groups Projects
Commit 451a6a7c authored by Richard Hughes's avatar Richard Hughes
Browse files

Released UPower 0.9.0

parent acfe9c30
No related branches found
No related tags found
No related merge requests found
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 Version 014
~~~~~~~~~~~ ~~~~~~~~~~~
Released: 2010-01-08 Released: 2010-01-08
......
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 Released: 2010-xx-xx
Translations:
New Features: New Features:
Bugfixes: Bugfixes:
2. Commit changes in DeviceKit-power git: 2. Commit changes to git:
git commit -a -m "Released DeviceKit-power 015" git commit -a -m "Released UPower 0.9.0"
git tag -a -f -m "Released DeviceKit-power 015" DeviceKit-power-015 git tag -s -f -m "Released UPower 0.9.0" UPOWER_0_9_0
<wait>
git push --tags git push --tags
git push git push
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment