aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastien Bacher <seb128@ubuntu.com>2012-10-24 17:30:32 +0200
committerSebastien Bacher <seb128@ubuntu.com>2012-10-24 17:30:32 +0200
commit225bcfec9955efcc9cd41833121589ca14cf1cf1 (patch)
treeacc79082a282b0090a15f1bdf5e5036927be66df /ChangeLog
parentb7a538fcec18400883a8f351a01b12d51b8a9a66 (diff)
parent00eb05656f4912886e6b25ae5d5e1211d15a4c29 (diff)
downloadayatana-indicator-messages-225bcfec9955efcc9cd41833121589ca14cf1cf1.tar.gz
ayatana-indicator-messages-225bcfec9955efcc9cd41833121589ca14cf1cf1.tar.bz2
ayatana-indicator-messages-225bcfec9955efcc9cd41833121589ca14cf1cf1.zip
* New upstream release:
- 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)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog57
1 files changed, 57 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 54c7780..c064b7a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,62 @@
# Generated by Makefile. Do not edit.
+2012-10-24 Lars Uebernickel <lars.uebernickel@canonical.com>
+
+ 12.10.5
+
+2012-10-24 Lars Uebernickel <lars.uebernickel@canonical.com>
+
+ messaging_menu_app_set_source_icon: unset x-canonical-icon if NULL is passed. Fixes: https://bugs.launchpad.net/bugs/1070421. Approved by Charles Kerr.
+
+2012-10-24 Lars Uebernickel <lars.uebernickel@canonical.com>
+
+ messaging_menu_app_set_source_icon: unset x-canonical-icon if NULL is passed
+
+2012-10-18 Lars Uebernickel <lars.uebernickel@canonical.com>
+
+ Merge lp:~jconti/indicator-messages/unexport-items
+
+ libmessaging-menu: unexport action group and menu model on dispose.
+
+2012-10-10 Jason Conti <jason.conti@gmail.com>
+
+ Unexport actions/menus on dispose
+
+2012-10-18 Lars Uebernickel <lars.uebernickel@canonical.com>
+
+ Merge lp:~larsu/indicator-messages/lp1064314
+
+ Fixes a crash in libmessaging-menu when menus and action groups cannot be
+ exported.
+
+2012-10-11 Lars Uebernickel <lars.uebernickel@canonical.com>
+
+ libmessaging-menu: clear error before reusing it
+
+2012-10-10 Ken VanDine <ken.vandine@canonical.com>
+
+ Fixed typo in doc string. Approved by Charles Kerr, jenkins.
+
+2012-10-09 Ken VanDine <ken.vandine@canonical.com>
+
+ Fixed typo in docstring
+
+2012-10-03 Lars Uebernickel <lars.uebernickel@canonical.com>
+
+ Call gtk-update-icon-cache on $(datadir)/icons/hicolor
+
+ That's were icons are installed, not $(pkgdatadir).. Fixes: https://bugs.launchpad.net/bugs/1060618. Approved by jenkins, Charles Kerr.
+
+2012-10-03 Lars Uebernickel <lars.uebernickel@canonical.com>
+
+ Call gtk-update-icon-cache on $(datadir)/icons/hicolor
+
+ That's were icons are installed, not $(pkgdatadir).
+
+2012-10-02 Lars Uebernickel <lars.uebernickel@canonical.com>
+
+ 12.10.4
+
2012-10-02 Lars Uebernickel <lars.uebernickel@canonical.com>
Merge lp:~larsu/indicator-messages/lp1056595