aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog17
-rw-r--r--debian/control6
2 files changed, 20 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 572d63f..b501453 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,20 @@
+indicator-messages (0.3.2-0ubuntu1) lucid; urgency=low
+
+ * Upstream release 0.3.2
+ * Removing extra ref
+ * Moving locally defined variable to use the one defined in
+ the function to fix a NULL pointer. (lp: #518547)
+ * Disconnect the count changed signal property
+ * Adding static desktop shortcuts to application items
+ * Adding dynamic application menuitems
+ * Switching application menu items to remove descriptions
+ and add in application icons
+ * debian/control:
+ * libindicator build dependency to 0.3.3
+ * dbusmenu build dependency to 0.2.5
+
+ -- Ted Gould <ted@ubuntu.com> Thu, 18 Feb 2010 12:23:29 -0600
+
indicator-messages (0.3.1-0ubuntu2) lucid; urgency=low
* Upstream Merge
diff --git a/debian/control b/debian/control
index f622dd2..99aff27 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.0),
- libdbusmenu-gtk-dev (>= 0.2.2),
- libdbusmenu-glib-dev (>= 0.2.2)
+ libindicator-dev (>= 0.3.3),
+ libdbusmenu-gtk-dev (>= 0.2.5),
+ libdbusmenu-glib-dev (>= 0.2.5)
Standards-Version: 3.8.0
Homepage: https://launchpad.net/indicator-applet
Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-messages/ubuntu