diff options
author | Didier Roche <didier.roche@canonical.com> | 2012-11-16 13:42:49 +0000 |
---|---|---|
committer | Tarmac <Unknown> | 2012-11-16 13:42:49 +0000 |
commit | a911ab8ede02014c072a4845055e1b15ac9b7c7c (patch) | |
tree | f94b9e5573be6f8f26109e989b92fa278d020586 | |
parent | 378d1e111c552c984c38be1a3e74c124c5401c3e (diff) | |
parent | cc47ec017f09dd720aaccb738e949f75e4d6564a (diff) | |
download | ayatana-indicator-power-a911ab8ede02014c072a4845055e1b15ac9b7c7c.tar.gz ayatana-indicator-power-a911ab8ede02014c072a4845055e1b15ac9b7c7c.tar.bz2 ayatana-indicator-power-a911ab8ede02014c072a4845055e1b15ac9b7c7c.zip |
Report missing changes in indicator-power trunk from trunk.12.10.
Approved by Lars Uebernickel.
-rw-r--r-- | NEWS | 11 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 12 insertions, 1 deletions
@@ -1,3 +1,14 @@ +12.10.5 + - Fix a device display bug introduced in 12.10.3 (LP: #1075192) + +12.10.4 + - Fix primary device selection bug introduced in 12.10.3 (LP: #1071757) + +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 384e007..f4ada8a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_INIT([indicator-power], - [12.10.2], + [12.10.6], [http://bugs.launchpad.net/indicator-power], [indicator-power], [http://launchpad.net/indicator-power]) |