aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2012-03-21 18:08:12 -0400
committerKen VanDine <ken.vandine@canonical.com>2012-03-21 18:08:12 -0400
commit9aa7545ddeb8438b96d07109029c46f806f983a5 (patch)
tree0126c7afc69d73f16c8727573bbd9d7a038454d2 /ChangeLog
parentde6e9e4cff040336fd949f99ed3cab829d3f2b10 (diff)
parent63e76db59850f64c5ef1f5e766258e4c7583e9bd (diff)
downloadayatana-indicator-application-9aa7545ddeb8438b96d07109029c46f806f983a5.tar.gz
ayatana-indicator-application-9aa7545ddeb8438b96d07109029c46f806f983a5.tar.bz2
ayatana-indicator-application-9aa7545ddeb8438b96d07109029c46f806f983a5.zip
Prepared upstream tree for merging into target branch.
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