aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8436bfb..7f1596c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,29 @@
# Generated by Makefile. Do not edit.
+2012-03-21 Charles Kerr <charles.kerr@canonical.com>
+
+ 0.3.95
+
+2012-03-19 Charles Kerr <charles.kerr@canonical.com>
+
+ Merge lp:~charlesk/indicator-session/lp-957342 to fix a pair of indicator-session memory leaks.
+
+2012-03-16 Charles Kerr <charles.kerr@canonical.com>
+
+ fix memory leak updating the username label -- gtk_label_set_text() takes a const char*, we don't need to g_strdup() the string before passing it in
+
+2012-03-16 Charles Kerr <charles.kerr@canonical.com>
+
+ plug two more memory leaks. g_variant_get("s") makes a newly-allocated duplicated string, g_variant_get("&s") returns the internal const string.
+
+2012-03-16 Charles Kerr <charles.kerr@canonical.com>
+
+ plug two leaked strings in keybinding_changed()
+
+2012-03-16 Charles Kerr <charles.kerr@canonical.com>
+
+ to pull a const string from g_variant_get(), use a format string "&s", not "s"
+
2012-03-14 Charles Kerr <charles.kerr@canonical.com>
0.3.94