diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2012-03-13 15:38:47 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2012-03-13 15:38:47 -0500 |
commit | fed02bf9683b491b5db0196495377671594de98b (patch) | |
tree | 2c0c0f68b4bf82d150bd4cd4c9e977ec5e4b9d4b /ChangeLog | |
parent | d518799d9aa5a6fc509398d25849831f9109d8d9 (diff) | |
parent | 8e26e844c5f42d55257b6f8e52634314d134b4d8 (diff) | |
download | ayatana-indicator-application-fed02bf9683b491b5db0196495377671594de98b.tar.gz ayatana-indicator-application-fed02bf9683b491b5db0196495377671594de98b.tar.bz2 ayatana-indicator-application-fed02bf9683b491b5db0196495377671594de98b.zip |
Import upstream version 0.4.93
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -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 |