~evgeni/libappindicator/use-autoreconf.mk

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Ken VanDine
  • Date: 2012-03-21 22:01:54 UTC
  • mfrom: (237.6.38 upstream)
  • Revision ID: ken.vandine@canonical.com-20120321220154-qnv79cmyq1z061ux
* 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

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Generated by Makefile. Do not edit.
2
2
 
 
3
2012-03-21  Charles Kerr  <charles.kerr@canonical.com>
 
4
 
 
5
        0.4.92
 
6
 
 
7
2012-03-21  Charles Kerr  <charles.kerr@canonical.com>
 
8
 
 
9
        merge lp:~charlesk/libappindicator/fix-vala-examples to resolve ambiguity in the vala examples between glib.Menu and Gtk.Menu
 
10
 
 
11
2012-03-21  Charles Kerr  <charles.kerr@canonical.com>
 
12
 
 
13
        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')
 
14
 
 
15
2012-03-19  Charles Kerr  <charles.kerr@canonical.com>
 
16
 
 
17
        merge lp:~charlesk/libappindicator/lp-957471 to fix a PW.BRANCH_PAST_INITIALIZATION error reported by Coverity in bug #957471
 
18
 
 
19
2012-03-16  Charles Kerr  <charles.kerr@canonical.com>
 
20
 
 
21
        remove oddly-scoped variable to fix a CID 10737 - PW.BRANCH_PAST_INITIALIZATION warning reported by Coverity in Bug #957471
 
22
 
3
23
2012-03-09  Ted Gould  <ted@gould.cx>
4
24
 
5
25
        0.4.91