diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2012-03-21 12:24:44 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2012-03-21 12:24:44 -0500 |
commit | 4b9b0d04e5d800dc4927344c479f5d87c527fe4c (patch) | |
tree | bd07b01ba73362b642229f3cf5599b68d8f4b9f3 /ChangeLog | |
parent | edd9186e435382b9f13d9c42a64c4778961814f5 (diff) | |
parent | 80f29374f243cd53e53bf662a0017cd4088d238a (diff) | |
download | ayatana-indicator-session-4b9b0d04e5d800dc4927344c479f5d87c527fe4c.tar.gz ayatana-indicator-session-4b9b0d04e5d800dc4927344c479f5d87c527fe4c.tar.bz2 ayatana-indicator-session-4b9b0d04e5d800dc4927344c479f5d87c527fe4c.zip |
Import upstream version 0.3.95
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 |