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