diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 23 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 23 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 6ea296e..ba6685c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,25 @@ -indicator-application (0.2.93-0ubuntu1~ppa1) natty; urgency=low +indicator-application (0.2.93-0ubuntu4) natty; urgency=low + + * Make the accessible description NULL so that indicator-applet doesn't + crash (LP: #721533) + + -- Ken VanDine <ken.vandine@canonical.com> Sat, 19 Feb 2011 23:18:11 -0500 + +indicator-application (0.2.93-0ubuntu3) natty; urgency=low + + * debian/control + - bump build depends for libindicator-dev to >= 0.3.19 + + -- Ken VanDine <ken.vandine@canonical.com> Thu, 17 Feb 2011 15:01:57 -0500 + +indicator-application (0.2.93-0ubuntu2) natty; urgency=low + + * src/application-service-appstore.c + - emit LabelChanged signal along with the IconChanged signal (LP: #712581) + + -- Ken VanDine <ken.vandine@canonical.com> Fri, 11 Feb 2011 10:59:17 -0500 + +indicator-application (0.2.93-0ubuntu1) natty; urgency=low * New upstream release. * Support the scroll wheel event and send it to applications. diff --git a/debian/control b/debian/control index 62a270e..b806b99 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 5.0), libdbus-glib-1-dev (>= 0.82), libjson-glib-dev, intltool, - libindicator-dev (>= 0.3.16), + libindicator-dev (>= 0.3.19), libdbusmenu-gtk-dev (>= 0.3.91), libdbusmenu-glib-dev (>= 0.3.91), libappindicator-dev (>= 0.2.91) |