diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -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 |