aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2012-03-29 09:15:11 -0400
committerKen VanDine <ken.vandine@canonical.com>2012-03-29 09:15:11 -0400
commitff0bb754e2e5bde2fb3b10bfd31c347e8c7e9f42 (patch)
tree9f81bac94bdfbcb5d0f2d0c4967fe8efb379bb2e /ChangeLog
parent1ee82f0dfab7c8b0280a2d1adb62f5efd0261c87 (diff)
parent872720940a8607065bdd78cfc52141e8b931ec84 (diff)
downloadayatana-indicator-datetime-ff0bb754e2e5bde2fb3b10bfd31c347e8c7e9f42.tar.gz
ayatana-indicator-datetime-ff0bb754e2e5bde2fb3b10bfd31c347e8c7e9f42.tar.bz2
ayatana-indicator-datetime-ff0bb754e2e5bde2fb3b10bfd31c347e8c7e9f42.zip
* New upstream release.
* Fix g-c-c crash caused by datetime's prefs panel (LP: #942450) * Fix several memory leaks in datetime's preferences page (LP: #965533)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog36
1 files changed, 36 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 09fa847..06d28f5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,41 @@
# Generated by Makefile. Do not edit.
+2012-03-28 Charles Kerr <charles.kerr@canonical.com>
+
+ 0.3.93
+
+2012-03-28 Charles Kerr <charles.kerr@canonical.com>
+
+ on shutdown, free icaltimezone's builtin timezones.
+
+2012-03-27 Charles Kerr <charles.kerr@canonical.com>
+
+ free icaltimezone's list of builtin timezones when shutting down
+
+2012-03-28 Charles Kerr <charles.kerr@canonical.com>
+
+ ensure that our ntp_query_answered() and tz_query_answered() dbus callbacks are cancelled when the datetime prefs page is disposed
+
+2012-03-27 Charles Kerr <charles.kerr@canonical.com>
+
+ cancel the ntp_query_answered() and tz_query_answered() callbacks when the prefs panel is disposed.
+
+2012-03-26 Charles Kerr <charles.kerr@canonical.com>
+
+ merge lp:~charlesk/indicator-datetime/fix-location-leak to fix several memory leaks in datetime's preferences ui reported in lp bug #965533
+
+2012-03-20 Charles Kerr <charles.kerr@canonical.com>
+
+ fix more leaks related to getting strings from COL_NAME and COL_ZONE... these columns are of type G_TYPE_STRING, so we need to g_free() the copies that we pull from the model with gtk_tree_model_get()...
+
+2012-03-20 Charles Kerr <charles.kerr@canonical.com>
+
+ improvements based on feedback from desrt
+
+2012-03-16 Charles Kerr <charles.kerr@canonical.com>
+
+ fix memory leak when saving user-specified timezone locations
+
2012-03-21 Charles Kerr <charles.kerr@canonical.com>
0.3.92