diff options
author | Ted Gould <ted@gould.cx> | 2012-03-21 16:50:53 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-03-21 16:50:53 -0500 |
commit | 63e76db59850f64c5ef1f5e766258e4c7583e9bd (patch) | |
tree | 0126c7afc69d73f16c8727573bbd9d7a038454d2 /ChangeLog | |
parent | fed02bf9683b491b5db0196495377671594de98b (diff) | |
parent | daf30a3ca8f5127e383f37d00c5e630033321357 (diff) | |
download | ayatana-indicator-application-63e76db59850f64c5ef1f5e766258e4c7583e9bd.tar.gz ayatana-indicator-application-63e76db59850f64c5ef1f5e766258e4c7583e9bd.tar.bz2 ayatana-indicator-application-63e76db59850f64c5ef1f5e766258e4c7583e9bd.zip |
Import upstream version 0.4.94
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,5 +1,21 @@ # Generated by Makefile. Do not edit. +2012-03-21 Ted Gould <ted@gould.cx> + + 0.4.94 + +2012-03-20 Charles Kerr <charles.kerr@canonical.com> + + merge lp:~charlesk/indicator-application/hashtable-mem-bugs to fix memory errors reported in lp bug #957992 + +2012-03-17 Charles Kerr <charles.kerr@canonical.com> + + Fix two memory bugs with clearing out out directories from our icon search path. + + 1. indicator_application_dispose() calls g_hash_table_get_keys() N times and leaks them all. + + 2. indicator_application_dispose() passes each of the hashtable's keys (owned by the hash) to function theme_dir_unref(key), which removes from the hashtable but then continues to use the now-dangling key. + 2012-03-13 Charles Kerr <charles.kerr@canonical.com> 0.4.93 |