aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2012-10-03 11:51:08 -0500
committerCharles Kerr <charles.kerr@canonical.com>2012-10-03 11:51:08 -0500
commit3a0758a29fdae434142e1a67329ff2b65fee3c6b (patch)
tree1cbff37209e2106d9d06454b6d35aa56db690e6f
parentaf699e1e44a01947c2648fba483e7041839448a6 (diff)
downloadayatana-indicator-power-3a0758a29fdae434142e1a67329ff2b65fee3c6b.tar.gz
ayatana-indicator-power-3a0758a29fdae434142e1a67329ff2b65fee3c6b.tar.bz2
ayatana-indicator-power-3a0758a29fdae434142e1a67329ff2b65fee3c6b.zip
12.10.2
-rw-r--r--NEWS11
-rw-r--r--configure.ac2
2 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..ff89f0e
--- /dev/null
+++ b/NEWS
@@ -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])