diff options
-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]) |