summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Pitt <martinpitt@gnome.org>2013-10-08 17:35:34 +0200
committerMartin Pitt <martinpitt@gnome.org>2013-10-08 17:35:34 +0200
commite54cc7e9f9cf54a65b28d8a462f34f463b08329e (patch)
tree625de62ac0457ae8729a1712b2476caea57422dd
parent99755262654921c95c7d9cf4c06f3ef93b0705da (diff)
Released UPower 0.9.22UPOWER_0_9_22
-rw-r--r--NEWS17
-rw-r--r--RELEASE8
2 files changed, 21 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 8c22bb7..19a8acc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+Version 0.9.22
+~~~~~~~~~~~~~~
+Released: 2013-10-08
+
+New Features:
+ - Add temperature property for batteries (Seth Forshee)
+
+Bugfixes:
+ - Fix error handling in up_client_get_properties_sync() (Bastien Nocera, Martin Pitt)
+ - Make GetHistory() array order consistent (Martin Pitt)
+ - Fix crash with bluetooth input devices (Martin Pitt)
+ - Lots of fixes/rework for Logitech wireless input devices (Peter Wu)
+ - Allow valid UTF-8 encoded properties (Shih-Yuan Lee (FourDollars))
+ - Detect the battery of bluetooth input devices (Shih-Yuan Lee (FourDollars))
+ - Only one warning if no valid voltage found (Timothée Ravier)
+ - openbsd: Do not call g_thread_init() (Richard Hughes)
+
Version 0.9.21
~~~~~~~~~~~~~~
Released: 2013-07-26
diff --git a/RELEASE b/RELEASE
index ccd9f0c..deb08a0 100644
--- a/RELEASE
+++ b/RELEASE
@@ -2,9 +2,9 @@ UPower Release Notes
1. Write NEWS entries for UPower in the same format as usual.
-git shortlog UPOWER_0_9_21.. | grep -i -v trivial | grep -v Merge > NEWS.new
+git shortlog UPOWER_0_9_22.. | grep -i -v trivial | grep -v Merge > NEWS.new
-Version 0.9.22
+Version 0.9.23
~~~~~~~~~~~~~~
Released: 2013-xx-xx
@@ -13,8 +13,8 @@ Bugfixes:
2. Commit changes to git:
-git commit -a -m "Released UPower 0.9.22"
-git tag -s -f -m "Released UPower 0.9.22" UPOWER_0_9_22
+git commit -a -m "Released UPower 0.9.23"
+git tag -s -f -m "Released UPower 0.9.23" UPOWER_0_9_23
<wait>
git push --tags
git push