aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2012-08-31 11:53:36 -0500
committerCharles Kerr <charles.kerr@canonical.com>2012-08-31 11:53:36 -0500
commit83e50438cb8dcd8d617f5e223f0d6403a1869c14 (patch)
tree2513a87db742718012c1f63a40539ba111b72e88
parent0230e85b70f473de7205d29272597283dc0dc621 (diff)
downloadayatana-indicator-session-83e50438cb8dcd8d617f5e223f0d6403a1869c14.tar.gz
ayatana-indicator-session-83e50438cb8dcd8d617f5e223f0d6403a1869c14.tar.bz2
ayatana-indicator-session-83e50438cb8dcd8d617f5e223f0d6403a1869c14.zip
12.10.2
-rw-r--r--NEWS13
-rw-r--r--configure.ac2
2 files changed, 14 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e69de29..5ac155d 100644
--- a/NEWS
+++ b/NEWS
@@ -0,0 +1,13 @@
+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)
+
+12.10.1
+ - 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
+ - First version of the 12.10 System Menu redesign
diff --git a/configure.ac b/configure.ac
index 60722f9..6e647ca 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.1)
+AM_INIT_AUTOMAKE(indicator-session, 12.10.2)
AM_MAINTAINER_MODE