summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2012-04-30 09:43:34 +0100
committerRichard Hughes <richard@hughsie.com>2012-04-30 09:43:34 +0100
commit3d99929440bf6d70bf6a2ef672dec878085b8044 (patch)
tree0f95083455c231f8f1bb287e807d859a5fc1a96e
parentc17a3f0d7069cea13a7552eefaa5d3216d6a28d7 (diff)
Released UPower 0.9.16UPOWER_0_9_16
-rw-r--r--NEWS24
-rw-r--r--RELEASE3
-rw-r--r--configure.ac2
3 files changed, 26 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 9616323..1f98df7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+Version 0.9.16
+~~~~~~~~~~~~~~
+Released: 2012-04-30
+
+Translations:
+New Features:
+ - Add boolean RunPowersaveCommand to UPower.conf (Landry Breuil)
+ - Install a systemd service file if systemd is used (Benedikt Morbach)
+
+Bugfixes:
+ - Clamp the UPS percentage from 0 to 100 to fix syslog spam (Richard Hughes)
+ - Correct the cap on the energy rate (Gary Ching-Pang Lin)
+ - Do not print error message for missing /etc/crypttab (Kelly Anderson)
+ - Fix crash in up_device_csr_finalize (Martin Pitt)
+ - Never detect HID devices with batteries as power supplies (Richard Hughes)
+ - Re-coldplug dock status when resuming from sleep (Evan Broder)
+ - Return all history records for a timespan of zero (Richard Hughes)
+ - libupower-glib: fix small memory leak (Pavel Vasin)
+ - libupower-glib: srcdir != builddir fix (Ryan Lortie)
+ - openbsd: Fix history by not trying to refresh if /dev/apm wasn't opened yet (Landry Breuil)
+ - openbsd: Handle case where minutes_left might be negative (Landry Breuil)
+ - openbsd: Set powersave command to apm -C/-A (Landry Breuil)
+ - openbsd: Use a singleton pattern to access /dev/apm (Landry Breuil)
+
Version 0.9.15
~~~~~~~~~~~~~~
Released: 2011-12-05
diff --git a/RELEASE b/RELEASE
index 46606aa..8e003ee 100644
--- a/RELEASE
+++ b/RELEASE
@@ -6,9 +6,8 @@ git shortlog UPOWER_0_9_15.. | grep -i -v trivial | grep -v Merge > NEWS.new
Version 0.9.16
~~~~~~~~~~~~~~
-Released: 2011-xx-xx
+Released: 2012-xx-xx
-Translations:
New Features:
Bugfixes:
diff --git a/configure.ac b/configure.ac
index 4d04cdc..42bba6b 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=1
-LT_REVISION=1
+LT_REVISION=2
LT_AGE=0
AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)