diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -1,5 +1,29 @@ # Generated by Makefile. Do not edit. +2012-03-09 Ted Gould <ted@gould.cx> + + 0.4.92 + +2012-03-05 Charles Kerr <charles.kerr@canonical.com> + + merge lp:~ted/indicator-application/lp944236 to fix the warning that Coverity reported in bug #944236 + +2012-03-02 Ted Gould <ted@gould.cx> + + Cleaning up switch statement to be more readable + +2012-03-02 Ted Gould <ted@gould.cx> + + Add full type to GVariantBuilder + +2012-03-02 Ryan Lortie <desrt@desrt.ca> + + make proper use of g_variant_builder_init() + + GVariantBuilder can only infer the proper type for non-empty arrays. If + an array may be empty, the full definite type must be given to + g_variant_builder_init(). + 2012-02-15 Ted Gould <ted@gould.cx> 0.4.91 |