aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Uebernickel <lars.uebernickel@canonical.com>2012-08-31 19:49:26 +0200
committerLars Uebernickel <lars.uebernickel@canonical.com>2012-08-31 19:49:26 +0200
commit998854d26580f3c9b001518cc7fcd283e41001f6 (patch)
tree39194cfc9a4f2c866d3883d3508b411d02988f7d
parent7b3c43de0b6a631fbe8b21ad078bf0e1caed79e7 (diff)
downloadayatana-indicator-messages-998854d26580f3c9b001518cc7fcd283e41001f6.tar.gz
ayatana-indicator-messages-998854d26580f3c9b001518cc7fcd283e41001f6.tar.bz2
ayatana-indicator-messages-998854d26580f3c9b001518cc7fcd283e41001f6.zip
12.10.2
-rw-r--r--NEWS12
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 95444fd..32b926d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,13 @@
-Overview of changes from 12.10.0 to 12.10.1
-===========================================
+
+12.10.2
+
+* libmessaging-menu:
+ - expand source documentation and add gtk-doc to the build system
+ - added new API: messaging_menu_app_set_source_{label,icon}
+ - fix bug: only one MessagingMenuApp was exported to the messaging menu
+
+
+12.10.1
* presence icons are shown again
* the icon is changed when a source draws attention
diff --git a/configure.ac b/configure.ac
index ea1a0f8..37268a2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
-AC_INIT(indicator-messages, 12.10.1)
+AC_INIT(indicator-messages, 12.10.2)
AC_PREREQ(2.62)