aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5ba9b72..7bdbf18 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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