diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2012-10-03 11:51:08 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2012-10-03 11:51:08 -0500 |
commit | 3a0758a29fdae434142e1a67329ff2b65fee3c6b (patch) | |
tree | 1cbff37209e2106d9d06454b6d35aa56db690e6f | |
parent | af699e1e44a01947c2648fba483e7041839448a6 (diff) | |
download | ayatana-indicator-power-3a0758a29fdae434142e1a67329ff2b65fee3c6b.tar.gz ayatana-indicator-power-3a0758a29fdae434142e1a67329ff2b65fee3c6b.tar.bz2 ayatana-indicator-power-3a0758a29fdae434142e1a67329ff2b65fee3c6b.zip |
12.10.2
-rw-r--r-- | NEWS | 11 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 12 insertions, 1 deletions
@@ -0,0 +1,11 @@ +12.10.2 + - Show a more accurate view of discharging batteries (LP: #1054146) + - Fix a GIcon memory leak + - In device.c, include gi18n-lib.h instead of gi18n.h + +12.10.1 + - Update our glib version dependency (LP: #1023533) + +12.10.0 + - Refactored the device icon/text code for better test coverage + diff --git a/configure.ac b/configure.ac index 94f5b83..5fbf2e5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_INIT([indicator-power], - [12.10.1], + [12.10.2], [http://bugs.launchpad.net/indicator-power], [indicator-power], [http://launchpad.net/indicator-power]) |