diff options
| author | Ken VanDine <ken.vandine@canonical.com> | 2012-02-10 10:33:11 -0500 |
|---|---|---|
| committer | Ken VanDine <ken.vandine@canonical.com> | 2012-02-10 10:33:11 -0500 |
| commit | 1fc19f1fb5eeaf7b3a600f4783e66ff75e092d56 (patch) | |
| tree | 8d70f1e282c2677c71b52395a90f219497325169 /ChangeLog | |
| parent | 4aacdd9668a570edcd9a8654865f147dcab396fe (diff) | |
| parent | 081237a24c34a9462c47a2d62720ba14f18cad0e (diff) | |
| download | ayatana-indicator-messages-1fc19f1fb5eeaf7b3a600f4783e66ff75e092d56.tar.gz ayatana-indicator-messages-1fc19f1fb5eeaf7b3a600f4783e66ff75e092d56.tar.bz2 ayatana-indicator-messages-1fc19f1fb5eeaf7b3a600f4783e66ff75e092d56.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
* debian/control: Requiring libindicate 0.6.90 and dbusmenu 0.5.90
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 |
