summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2014-12-18 09:32:27 +0000
committerRichard Hughes <richard@hughsie.com>2014-12-18 09:32:27 +0000
commit42fd6fd4909b149c179108157fcf09bfe66e3599 (patch)
tree94acf2e4994be419473665eb83fb77d33181bd97
parent9639487d4e3de7974ca4c9e2bef71c464ba6d569 (diff)
Released UPower 0.99.2UPOWER_0_99_2
-rw-r--r--NEWS21
-rw-r--r--configure.ac2
2 files changed, 22 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 42d8f62..81d2415 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+Version 0.99.2
+~~~~~~~~~~~~~~
+Released: 2014-12-18
+
+Bugfixes:
+ - Avoid unaligned memory access in hidpp-device (Peter Wu)
+ - Bump GLib min req to 2.34 (Eric Koegel)
+ - Correct check to prevent the display of invalid ASCII codes (Eric Koegel)
+ - Fencepost array access error (Eric Koegel)
+ - Fix cleanup in up_device_idevice_coldplug/finalize (Nikolay Martynov)
+ - Fix crash if there is no session D-BUS (Martin Pitt)
+ - Fix error handling for Python 3.4 (Martin Pitt)
+ - Fix various memory and reference leaks (Peter Wu)
+ - Release resources at shutdown (Peter Wu)
+ - Respect the CriticalPowerAction config option (Bastien Nocera)
+ - Set update-time on the aggregate device (Bastien Nocera)
+ - Split out updating on_battery and warning_level (Bastien Nocera)
+ - Update aggregate device on battery removal (Evangelos Foutras)
+ - Update display device when battery is removed (Bastien Nocera)
+ - Use g_get_real_time() when possible (Bastien Nocera)
+
Version 0.99.1
~~~~~~~~~~~~~~
Released: 2014-08-18
diff --git a/configure.ac b/configure.ac
index df3c2e0..2df8a0f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -44,7 +44,7 @@ AC_SUBST(UP_MICRO_VERSION)
# REVISION If the API and ABI remains the same, but bugs are fixed.
# AGE Don't use.
LT_CURRENT=3
-LT_REVISION=0
+LT_REVISION=1
LT_AGE=0
AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)