diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2012-11-04 11:48:11 -0600 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2012-11-04 11:48:11 -0600 |
commit | 014fbc261c19e75f24d46f3f06d3abf63840529e (patch) | |
tree | 63ec6f7ab0eb611e92b335ed99b07936b7703da6 | |
parent | 2fa0264ed6bda32604d90471797df6fa1c29fa7b (diff) | |
download | ayatana-indicator-power-014fbc261c19e75f24d46f3f06d3abf63840529e.tar.gz ayatana-indicator-power-014fbc261c19e75f24d46f3f06d3abf63840529e.tar.bz2 ayatana-indicator-power-014fbc261c19e75f24d46f3f06d3abf63840529e.zip |
12.10.4
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,6 @@ +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) diff --git a/configure.ac b/configure.ac index d21fa91..9a0e06c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_INIT([indicator-power], - [12.10.3], + [12.10.4], [http://bugs.launchpad.net/indicator-power], [indicator-power], [http://launchpad.net/indicator-power]) |