diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2012-10-26 15:20:16 +0200 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2012-10-26 15:20:16 +0200 |
commit | 681e4e979ea8964279b99550f080b5df1c4eccf0 (patch) | |
tree | e83e179b957591224014af5d6299fba96d0e047a | |
parent | 880f44e07773a979c84a99828cf6caa3354b20fa (diff) | |
download | ayatana-indicator-power-681e4e979ea8964279b99550f080b5df1c4eccf0.tar.gz ayatana-indicator-power-681e4e979ea8964279b99550f080b5df1c4eccf0.tar.bz2 ayatana-indicator-power-681e4e979ea8964279b99550f080b5df1c4eccf0.zip |
12.10.3
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +12.10.3 + - Show the proper icon for mice and ups devices. (LP: #1066208) + - Follow the spec when choosing the primary device (LP: #1071645) + - Fix minor memory leaks + 12.10.2 - Show a more accurate view of discharging batteries (LP: #1054146) - Fix a GIcon memory leak diff --git a/configure.ac b/configure.ac index 5fbf2e5..d21fa91 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_INIT([indicator-power], - [12.10.2], + [12.10.3], [http://bugs.launchpad.net/indicator-power], [indicator-power], [http://launchpad.net/indicator-power]) |