diff options
author | Ted Gould <ted@gould.cx> | 2012-02-09 22:36:56 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-02-09 22:36:56 -0600 |
commit | 905aacfef3563a1a12844b9ef179ac9dd1e25666 (patch) | |
tree | ceab272fe53c272ecf7ff59765a4a26b91c70cd2 /ChangeLog | |
parent | aed2d0094b438f51bf6fd6f9924a5924beaeaf29 (diff) | |
parent | 6a357cabcd97060ffcef856c06d406614bbfc19d (diff) | |
download | ayatana-indicator-messages-905aacfef3563a1a12844b9ef179ac9dd1e25666.tar.gz ayatana-indicator-messages-905aacfef3563a1a12844b9ef179ac9dd1e25666.tar.bz2 ayatana-indicator-messages-905aacfef3563a1a12844b9ef179ac9dd1e25666.zip |
* New upstream release.
* Adding code coverage targets
* Match libindicate 0.6.90
* Updating for Dbusmenu 0.5.90
* Plug leak in launcher_menu_item_new
* Fix memory leak: Free path string.
* Compare server and path for multi-server clients
* Using the new GTK3 box API to avoid deprecations
* Adding a name hint
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 84 |
1 files changed, 84 insertions, 0 deletions
@@ -1,5 +1,89 @@ # Generated by Makefile. Do not edit. +2012-02-09 Ted Gould <ted@gould.cx> + + 0.5.90 + +2012-02-09 Ted Gould <ted@gould.cx> + + Adding code coverage targets + +2011-12-06 Allan LeSage <allanlesage@gmail.com> + + Added coverage reporting via gcov config and targets. + +2012-02-09 Ted Gould <ted@gould.cx> + + Match libindicate 0.6.90 + +2012-02-09 Ted Gould <ted@gould.cx> + + Adjust configure to use indicate-0.7 + +2012-02-09 Ted Gould <ted@gould.cx> + + Updating for Dbusmenu 0.5.90 + +2012-01-31 Ted Gould <ted@gould.cx> + + Fixing dbusmenu-gtk include paths + +2012-01-31 Ted Gould <ted@gould.cx> + + Updating deb to dbusmenu-gtk 0.5.90 + +2012-02-09 Daniel d'Andrada <daniel.dandrada@canonical.com> + + Plug leak in launcher_menu_item_new + + Memory returned by indicator_desktop_shortcuts_nick_get_name + has to be freed. + +2012-02-08 Daniel d'Andrada <daniel.dandrada@canonical.com> + + Fix memory leak: Free path string. + + The path was being created in build_launchers (line 1427) + but never freed. + +2012-01-25 Ted Gould <ted@gould.cx> + + Compare server and path for multi-server clients + +2011-12-01 Robert Carr <racarr@canonical.com> + + serverList_equal: We have to compare IndicateListenerServers by DBus path instead of just name. This fixes issues where one client (DBus name) will create two or more indicate servers. + +2012-01-25 Ted Gould <ted@gould.cx> + + Using the new GTK3 box API to avoid deprecations + +2012-01-23 Allan LeSage <allanlesage@gmail.com> + + Resovled self-inflicted merge conflict. + +2012-01-23 Allan LeSage <allanlesage@gmail.com> + + Added macro to gtk_hbox_new fix per charles' advice. + +2012-01-23 Allan LeSage <allanlesage@gmail.com> + + Added macro to gtk_hbox_new fix per charles' advice (and fixed tabination). + +2012-01-23 Allan LeSage <allanlesage@gmail.com> + + Fix for gtk_hbox_new, werror on deprecated. + +2011-11-29 Ted Gould <ted@gould.cx> + + Adding a name hint + +2011-11-08 Marco Trevisan (TreviƱo) <mail@3v1n0.net> + + Export the indicator name hint + + Using the PACKAGE config.h variable. + 2011-09-28 Ted Gould <ted@gould.cx> 0.5.0 |