From fdec219a2e7b5f1db4125ec4eff9d5dfc93188d2 Mon Sep 17 00:00:00 2001 From: Lars Uebernickel Date: Wed, 24 Oct 2012 17:15:11 +0200 Subject: 12.10.5 --- NEWS | 7 +++++++ configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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) -- cgit v1.2.3