aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Uebernickel <lars.uebernickel@canonical.com>2012-10-24 17:15:11 +0200
committerLars Uebernickel <lars.uebernickel@canonical.com>2012-10-24 17:15:11 +0200
commitfdec219a2e7b5f1db4125ec4eff9d5dfc93188d2 (patch)
tree6f7e8cbf5bfd9fee5546c1a44cdcc66b1f6de92b
parent41adafa3fa0613a2efa4dc14455c1aff567dd64b (diff)
downloadayatana-indicator-messages-fdec219a2e7b5f1db4125ec4eff9d5dfc93188d2.tar.gz
ayatana-indicator-messages-fdec219a2e7b5f1db4125ec4eff9d5dfc93188d2.tar.bz2
ayatana-indicator-messages-fdec219a2e7b5f1db4125ec4eff9d5dfc93188d2.zip
12.10.5
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 629218d..341594a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,11 @@
+12.10.5
+
+* fix crash caused by GError not being cleared (lp #1064314)
+* fix crash when registering an app that was previously unregistered (lp #1065169)
+* remove the icon if NULL is passed to source_set_icon (lp #1070421)
+* call gtk-update-icon-cache (lp #1060618)
+
12.10.4
* specify fallback icons for the ones with status emblem (lp #1056595)
diff --git a/configure.ac b/configure.ac
index 971bd96..8aa2e8a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
-AC_INIT(indicator-messages, 12.10.4)
+AC_INIT(indicator-messages, 12.10.5)
AC_PREREQ(2.62)