From 83e50438cb8dcd8d617f5e223f0d6403a1869c14 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Fri, 31 Aug 2012 11:53:36 -0500 Subject: 12.10.2 --- NEWS | 13 +++++++++++++ configure.ac | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3