aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2012-03-21 18:01:54 -0400
committerKen VanDine <ken.vandine@canonical.com>2012-03-21 18:01:54 -0400
commitf3df2e12e4e66c255c9340d3c1093ddc65e7fbc8 (patch)
treee8850e79e1159f89731bf004841c55ced1941fbb /ChangeLog
parent73331d64cff60d8c96220bda4a088b67df01f652 (diff)
parentea6700d2427e98e98aca529911fb97f577df783e (diff)
downloadlibayatana-appindicator-f3df2e12e4e66c255c9340d3c1093ddc65e7fbc8.tar.gz
libayatana-appindicator-f3df2e12e4e66c255c9340d3c1093ddc65e7fbc8.tar.bz2
libayatana-appindicator-f3df2e12e4e66c255c9340d3c1093ddc65e7fbc8.zip
* New upstream release.
* Fix a Coverity PW.BRANCH_PAST_INITIALIZATION error (LP: #957471) * Fix FTB bug from ambiguity between Glib.Menu and Gtk.Menu in the Vala code * debian/control: Updating to valac-0.16
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9c029a6..83b3681 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,25 @@
# Generated by Makefile. Do not edit.
+2012-03-21 Charles Kerr <charles.kerr@canonical.com>
+
+ 0.4.92
+
+2012-03-21 Charles Kerr <charles.kerr@canonical.com>
+
+ merge lp:~charlesk/libappindicator/fix-vala-examples to resolve ambiguity in the vala examples between glib.Menu and Gtk.Menu
+
+2012-03-21 Charles Kerr <charles.kerr@canonical.com>
+
+ The vala examples were written before GMenu, so add explict namespace use here to avoid valac errors caused by namespace ambiguity between glib and gtk (ie, use 'new Gtk.Menu' instead of 'new Menu')
+
+2012-03-19 Charles Kerr <charles.kerr@canonical.com>
+
+ merge lp:~charlesk/libappindicator/lp-957471 to fix a PW.BRANCH_PAST_INITIALIZATION error reported by Coverity in bug #957471
+
+2012-03-16 Charles Kerr <charles.kerr@canonical.com>
+
+ remove oddly-scoped variable to fix a CID 10737 - PW.BRANCH_PAST_INITIALIZATION warning reported by Coverity in Bug #957471
+
2012-03-09 Ted Gould <ted@gould.cx>
0.4.91