aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2012-03-13 15:54:18 -0500
committerCharles Kerr <charles.kerr@canonical.com>2012-03-13 15:54:18 -0500
commitc102fa59f4f45f60f660e37e16ba6e88a01b35cd (patch)
treec2fdaf9a909fd1f3c50f250bcd3dc77d8eade8ad /ChangeLog
parent2c9a58b193daa011a2c72e01626711b7444e45e1 (diff)
parentfed02bf9683b491b5db0196495377671594de98b (diff)
downloadayatana-indicator-application-c102fa59f4f45f60f660e37e16ba6e88a01b35cd.tar.gz
ayatana-indicator-application-c102fa59f4f45f60f660e37e16ba6e88a01b35cd.tar.bz2
ayatana-indicator-application-c102fa59f4f45f60f660e37e16ba6e88a01b35cd.zip
* New upstream release.
* Fix a dbus memory leak. (LP: #953585) * Fix potential integer overflow (LP: #944234)
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