diff options
author | Ted Gould <ted@gould.cx> | 2011-01-20 08:35:41 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-01-20 08:35:41 -0600 |
commit | 3354af7e467e14415756fc3e640b5c027af5ebde (patch) | |
tree | efbfca380ee736963f6f1e4aa949c6f25fd28404 /ChangeLog | |
parent | 2461e539704dc3b306c24b5b841be342111a76b9 (diff) | |
parent | 97fe110d8f5b65fb39737b7d525db47becd27971 (diff) | |
download | libdbusmenu-3354af7e467e14415756fc3e640b5c027af5ebde.tar.gz libdbusmenu-3354af7e467e14415756fc3e640b5c027af5ebde.tar.bz2 libdbusmenu-3354af7e467e14415756fc3e640b5c027af5ebde.zip |
Import upstream version 0.3.93
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 72 |
1 files changed, 72 insertions, 0 deletions
@@ -1,5 +1,77 @@ # Generated by Makefile. Do not edit. +2011-01-20 Ted Gould <ted@gould.cx> + + 0.3.93 + +2011-01-20 Ted Gould <ted@gould.cx> + + Increase the level of warning given by the scanner + +2011-01-19 Ken VanDine <ken.vandine@canonical.com> + + added --warn-all to scanner flags so the build log will warn us about missing annotations + +2011-01-20 Ted Gould <ted@gould.cx> + + Fix some crashes when building variants improperly + +2011-01-18 Ted Gould <ted@gould.cx> + + Attach bug + +2011-01-18 Ted Gould <ted@gould.cx> + + Warn when can't parse. + +2011-01-18 Ted Gould <ted@gould.cx> + + Use the message string. + +2011-01-18 Ted Gould <ted@gould.cx> + + Adding warnings on g_variant_parse errors + +2011-01-18 Ted Gould <ted@gould.cx> + + Protecting the final tuple from errors. + +2011-01-18 Ted Gould <ted@gould.cx> + + Fixing builder to only init/finish if there are entries we get. + +2011-01-19 Ted Gould <ted@gould.cx> + + Setup images to use the fallbacks. + +2011-01-18 Ted Gould <ted@gould.cx> + + Set the use-fallback property to TRUE on all our Images + +2011-01-19 Ted Gould <ted@gould.cx> + + Signal an update layout when the object comes on the bus. + +2011-01-19 Ted Gould <ted@gould.cx> + + Moving cleanup to the top of the function. + +2011-01-19 Chris Coulson <chrisccoulson@ubuntu.com> + + Ensure that we can recover from GetLayout failing + +2011-01-18 Ted Gould <ted@gould.cx> + + Send a LayoutUpdated when we register the object. + +2011-01-18 Ted Gould <ted@gould.cx> + + Fixing build with g-ir-scanner on buildds + +2011-01-18 Ken VanDine <ken.vandine@canonical.com> + + Use EXPORT_PACKAGES instead of PACKAGES to prevent circular build depends + 2011-01-14 Ted Gould <ted@gould.cx> 0.3.92 |