summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2010-02-01 11:54:01 +0000
committerRichard Hughes <richard@hughsie.com>2010-02-01 11:54:01 +0000
commit451a6a7c94b7410af945b19bbf8474d7454429cb (patch)
treee0fc98c883bfecc14028ca5efa0d20333a4030c7
parentacfe9c3089634cbcf5e9e7546a376f64d8833db1 (diff)
Released UPower 0.9.0UPOWER_0_9_0
-rw-r--r--NEWS32
-rw-r--r--RELEASE16
2 files changed, 41 insertions, 7 deletions
diff --git a/NEWS b/NEWS
index 81c485e..aa509fa 100644
--- a/NEWS
+++ b/NEWS
@@ -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
diff --git a/RELEASE b/RELEASE
index 17acbca..cc03a99 100644
--- a/RELEASE
+++ b/RELEASE
@@ -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