diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2012-04-05 10:55:20 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2012-04-05 10:55:20 -0500 |
commit | 81ecc8abe03f0196f51951a7307b6361bdafe98e (patch) | |
tree | 15904adeff0dfbacc907bb5db4f2b75844d89532 /ChangeLog | |
parent | 2affd0019ae4a2c1d02a87d0e20f032ebd0e8e25 (diff) | |
parent | 87ab9751157009059774c63ca3b5a2f395338c85 (diff) | |
download | libdbusmenu-81ecc8abe03f0196f51951a7307b6361bdafe98e.tar.gz libdbusmenu-81ecc8abe03f0196f51951a7307b6361bdafe98e.tar.bz2 libdbusmenu-81ecc8abe03f0196f51951a7307b6361bdafe98e.zip |
releasing version 0.5.98-0ubuntu1~ppa1
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 |