diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2012-10-03 11:44:05 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2012-10-03 11:44:05 -0500 |
commit | 2b173ee927e6ffe4be7c9bd7d8dfe87c71f734c8 (patch) | |
tree | 323b78236eb3cf71823e9ac32167a8908470191a | |
parent | 8aec4a8be0e8d05d6c58b7657d68de8f039f1d34 (diff) | |
download | ayatana-indicator-session-2b173ee927e6ffe4be7c9bd7d8dfe87c71f734c8.tar.gz ayatana-indicator-session-2b173ee927e6ffe4be7c9bd7d8dfe87c71f734c8.tar.bz2 ayatana-indicator-session-2b173ee927e6ffe4be7c9bd7d8dfe87c71f734c8.zip |
12.10.4
-rw-r--r-- | NEWS | 22 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 14 insertions, 10 deletions
@@ -1,18 +1,22 @@ +12.10.4 + - The Restart menuitem wasn't accessible via the HUD. (LP: #1058148) + - Fix g_critical() warnings on startup caused by updating menuitems too soon + 12.10.3 - - By default, use 'Shut Down' instead of 'Switch Off' (lp: #1029036) - - 12.10.0 showed "Guest user" even when disabled in lightdm (lp: #1049902) - - Provide a fallback if theme's missing the session menu icon (lp: #1029036) + - By default, use 'Shut Down' instead of 'Switch Off' (LP: #1029036) + - 12.10.0 showed "Guest user" even when disabled in lightdm (LP: #1049902) + - Provide a fallback if theme's missing the session menu icon (LP: #1029036) - Fix some strings that hadn't been marked for translation 12.10.2 - - Add an 'Online Accounts' menuitem (lp: #1044464) - - Add disposition highlighting to the indicator icon (lp: #1044015) - - Fix build issue in the unit tests directory (lp: #1040678) - - Remove the Restart button from the shutdown dialog (lp: #1027952) + - Add an 'Online Accounts' menuitem (LP: #1044464) + - Add disposition highlighting to the indicator icon (LP: #1044015) + - Fix build issue in the unit tests directory (LP: #1040678) + - Remove the Restart button from the shutdown dialog (LP: #1027952) 12.10.1 - - Fix user menuitems' icon sizes (lp: #1024395) - - Make explicit in configure.ac that we need a newer glib (lp: #1023533) + - Fix user menuitems' icon sizes (LP: #1024395) + - Make explicit in configure.ac that we need a newer glib (LP: #1023533) - Separate testing-strings into a separate Makefile.am for reuse 12.10.0 diff --git a/configure.ac b/configure.ac index c948b17..3de4063 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_INIT(src/indicator-session.c) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-session, 12.10.3) +AM_INIT_AUTOMAKE(indicator-session, 12.10.4) AM_MAINTAINER_MODE |