diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2012-04-05 10:46:37 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2012-04-05 10:46:37 -0500 |
commit | 87ab9751157009059774c63ca3b5a2f395338c85 (patch) | |
tree | 04eeec45974652449093c7abef16bfeaeba9bf49 /ChangeLog | |
parent | 0bb911f850ebfd0f4ad2686966933272bb9bdefd (diff) | |
parent | 02a14f6b93bec06f7dc73dd6e93e691e0d254ca1 (diff) | |
download | libdbusmenu-87ab9751157009059774c63ca3b5a2f395338c85.tar.gz libdbusmenu-87ab9751157009059774c63ca3b5a2f395338c85.tar.bz2 libdbusmenu-87ab9751157009059774c63ca3b5a2f395338c85.zip |
Import upstream version 0.5.98
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,5 +1,21 @@ # Generated by Makefile. Do not edit. +2012-04-05 Charles Kerr <charles.kerr@canonical.com> + + 0.5.98 + +2012-04-05 Charles Kerr <charles.kerr@canonical.com> + + merge lp:~ted/dbusmenu/about-to-show-null-cb-protect to fix the about-to-show callback to better handle having a NULL callback, and thus NULL data. Putting some protections in as well so we'll get better errors from it if we make this mistake again. + +2012-04-04 Ted Gould <ted@gould.cx> + + Make sure that if the callback is NULL we're not trying to get a callback + +2012-04-04 Ted Gould <ted@gould.cx> + + Protect from the cases where we might get NULL in the data segment + 2012-04-04 Charles Kerr <charles.kerr@canonical.com> 0.5.97 |