diff options
author | Ted Gould <ted@gould.cx> | 2012-03-09 15:14:29 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-03-09 15:14:29 -0600 |
commit | 889f6d9686d60523de5bb5ff239c9e7a2b27775c (patch) | |
tree | 09b6b18f637162f193f700842bb06063fdd15e43 /ChangeLog | |
parent | 9b0c61b301c8de469cd01ad28514c021e50e7aa7 (diff) | |
parent | d518799d9aa5a6fc509398d25849831f9109d8d9 (diff) | |
download | ayatana-indicator-application-889f6d9686d60523de5bb5ff239c9e7a2b27775c.tar.gz ayatana-indicator-application-889f6d9686d60523de5bb5ff239c9e7a2b27775c.tar.bz2 ayatana-indicator-application-889f6d9686d60523de5bb5ff239c9e7a2b27775c.zip |
* New upstream release.
* Explicitly specifying GVariant Builder types
* Cleaning up a switch statement (LP: #944236)
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 |