diff options
| author | Ted Gould <ted@gould.cx> | 2011-01-20 08:37:39 -0600 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2011-01-20 08:37:39 -0600 |
| commit | f7c1698c897ee3866d033075fbe391fd4e498234 (patch) | |
| tree | d79708b44f1cf8d8cd7dc1c20aa91dd4dcba7f17 /ChangeLog | |
| parent | e1589a7281b3afdaabcc36375843020150b32b57 (diff) | |
| parent | 3354af7e467e14415756fc3e640b5c027af5ebde (diff) | |
| download | libdbusmenu-f7c1698c897ee3866d033075fbe391fd4e498234.tar.gz libdbusmenu-f7c1698c897ee3866d033075fbe391fd4e498234.tar.bz2 libdbusmenu-f7c1698c897ee3866d033075fbe391fd4e498234.zip | |
* New upstream release.
* Fixing scanner export
* Increasing scanner warnings
* Signalling to DBus when object is registered
* Handling errors in GVariant better than crashing
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 |
