aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7e89bb4..5ba9b72 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,25 @@
# Generated by Makefile. Do not edit.
+2012-03-13 Charles Kerr <charles.kerr@canonical.com>
+
+ 0.4.93
+
+2012-03-12 Charles Kerr <charles.kerr@canonical.com>
+
+ in generate_id(), we have a handful of local guint8's that get left-shifted to the point of potential overflow -- so change them to guint32 instead. Bug reported by coverity in lp ticket #944234
+
+2012-03-12 Charles Kerr <charles.kerr@canonical.com>
+
+ change local guint8 fields that get left-shifted to guint32 to prevent overflow, as reported by coverity in lp bug #944234
+
+2012-03-12 Charles Kerr <charles.kerr@canonical.com>
+
+ merge lp:~htorque/indicator-application/fix-small-memleak to fix a small memory leak described in lp bug #953585
+
+2012-03-12 Hernando Torque <sirius@sonnenkinder.org>
+
+ Fix small memory leak by freeing string returned by dbus_g_method_get_sender.
+
2012-03-09 Ted Gould <ted@gould.cx>
0.4.92