Released UPower 0.9.22

System Internals / UPower - Martin Pitt [gnome.org] - 8 October 2013 10:35 UTC



###

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

git push --tags
git push

e54cc7e Released UPower 0.9.22
NEWS | 17 +++++++++++++++++
RELEASE | 8 ++++----
2 files changed, 21 insertions(+), 4 deletions(-)

Upstream: cgit.freedesktop.org


  • Share