diff options
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 |