diff options
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 |