aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2012-03-21 15:25:52 -0400
committerKen VanDine <ken.vandine@canonical.com>2012-03-21 15:25:52 -0400
commit788dfb3da73d822116b180349e0fd93222339f88 (patch)
tree29e48d0597e04d2a3cf7ff6f1aa32bd8b9610b20 /ChangeLog
parent21a5846b55e460800d4d4ddae96f9c4a6d7762f8 (diff)
parentf5a5f0e81d22caa9fac12f5d974458c666719616 (diff)
downloadayatana-indicator-session-788dfb3da73d822116b180349e0fd93222339f88.tar.gz
ayatana-indicator-session-788dfb3da73d822116b180349e0fd93222339f88.tar.bz2
ayatana-indicator-session-788dfb3da73d822116b180349e0fd93222339f88.zip
* New upstream release.
* Fix small memory leaks (lp: #957342)
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