diff options
-rw-r--r-- | NEWS | 12 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 11 insertions, 3 deletions
@@ -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) |