diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 52 |
1 files changed, 52 insertions, 0 deletions
@@ -1,5 +1,57 @@ # Generated by Makefile. Do not edit. +2012-03-21 Charles Kerr <charles.kerr@canonical.com> + + 0.3.92 + +2012-03-20 Charles Kerr <charles.kerr@canonical.com> + + merge lp:~charlesk/indicator-datetime/lp-772340 to fix some memory leaks related to appointments in indicator-datetime + +2012-03-18 Charles Kerr <charles.kerr@canonical.com> + + leak: fix ESourceList leak in update_appointment_menu_items() + +2012-03-18 Charles Kerr <charles.kerr@canonical.com> + + leak: fix GdkPixbuf leak when setting up appointments + +2012-03-18 Charles Kerr <charles.kerr@canonical.com> + + minor: fix inefficient GSList walking -- only walk a GSList once instead of twice per node + +2012-03-18 Charles Kerr <charles.kerr@canonical.com> + + leak: fix the comp_instance struct leaks allocated in populate_appointment_instances() from update_appointment_menu_items(). The list was freed, but not the structs pointed to by the list. + +2012-03-18 Charles Kerr <charles.kerr@canonical.com> + + don't subtract one time_t from another + +2012-03-18 Charles Kerr <charles.kerr@canonical.com> + + leak: plug leaks related to use of gconf_client_get_list() + +2012-03-18 Charles Kerr <charles.kerr@canonical.com> + + minor: use g_clear_error() instead of g_error_free() + +2012-03-18 Charles Kerr <charles.kerr@canonical.com> + + leak: fix GError leaks + +2012-03-16 Charles Kerr <charles.kerr@canonical.com> + + plug a string leak when updating the appointments + +2012-03-16 Charles Kerr <charles.kerr@canonical.com> + + minor: remove unnecessary nesting + +2012-03-16 Charles Kerr <charles.kerr@canonical.com> + + plug a string leak when updating appointments + 2012-03-08 Ted Gould <ted@gould.cx> 0.3.91 |