aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2012-03-12 09:04:50 -0400
committerKen VanDine <ken.vandine@canonical.com>2012-03-12 09:04:50 -0400
commitbc0fd0fc72e51cc858bed6483afa3ac1f31d5b62 (patch)
treeb86a80a73ac7375ccb4976186e6e396efcdb1508 /ChangeLog
parent1c5dbfebdcd6ea55ba72e60289e9efc56c6a2805 (diff)
parent7045c3ef11adfad6cc0b468ce07acd3d68325d1e (diff)
downloadayatana-indicator-application-bc0fd0fc72e51cc858bed6483afa3ac1f31d5b62.tar.gz
ayatana-indicator-application-bc0fd0fc72e51cc858bed6483afa3ac1f31d5b62.tar.bz2
ayatana-indicator-application-bc0fd0fc72e51cc858bed6483afa3ac1f31d5b62.zip
* New upstream release.
* Explicitly specifying GVariant Builder types * Cleaning up a switch statement (LP: #944236)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 60c5fb4..7e89bb4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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