aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog20
-rw-r--r--debian/control4
2 files changed, 22 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 5bd32af..063321a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,23 @@
+indicator-messages (0.3.5-0ubuntu1) lucid; urgency=low
+
+ * Upstream release 0.3.5
+ * Show which applications are running with a small icon
+ next to their entry. (LP: #438526)
+ * Shift command items to line up with application names.
+ (LP: #537312)
+ * Track applications we've seen so that we can show "Set Up"
+ text if we've not seen the app before.
+ * Fix avatar spacing to match other menu items
+ * Use standard libindicator icon handling in panel
+ * Fix translation of non-running applications (LP: #540148)
+ * Handling bools for requesting attention from apps
+ * Changing microblogging to broadcast to match Me Menu (LP: #534952)
+ * debian/control:
+ - Updating requirement to libindicator 0.3.5
+ - Increasing dbusmenu-glib dep to 0.2.8
+
+ -- Ted Gould <ted@ubuntu.com> Thu, 25 Mar 2010 10:53:01 -0500
+
indicator-messages (0.3.3-0ubuntu2) lucid; urgency=low
* src/default-applications.c
diff --git a/debian/control b/debian/control
index 99aff27..b2a013b 100644
--- a/debian/control
+++ b/debian/control
@@ -11,9 +11,9 @@ Build-Depends: debhelper (>= 5.0),
intltool,
libindicate-dev (>= 0.3.0),
libindicate-gtk-dev (>= 0.3.0),
- libindicator-dev (>= 0.3.3),
+ libindicator-dev (>= 0.3.5),
libdbusmenu-gtk-dev (>= 0.2.5),
- libdbusmenu-glib-dev (>= 0.2.5)
+ libdbusmenu-glib-dev (>= 0.2.8)
Standards-Version: 3.8.0
Homepage: https://launchpad.net/indicator-applet
Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-messages/ubuntu