aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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