aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS22
-rw-r--r--configure.ac2
2 files changed, 14 insertions, 10 deletions
diff --git a/NEWS b/NEWS
index 6e34589..de1eae9 100644
--- a/NEWS
+++ b/NEWS
@@ -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