aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog14
-rw-r--r--debian/control2
2 files changed, 15 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 278c5d5..989ed6a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+indicator-sound (0.1.3-0ubuntu1) lucid; urgency=low
+
+ * New upstream version:
+ - icon sizing fixed.
+ - correct icon names loaded with fallback mechanism
+ - no sink handling improved - now handles going from no sink to one sink
+ back to no sink properly
+ - Mute blocking state implemented with animation on title image.
+ - smoother sliding due new signals emitted from the 0.1.4 of ido
+ * debian/control:
+ - updated libindicator requirement
+
+ -- Sebastien Bacher <seb128@ubuntu.com> Thu, 11 Mar 2010 18:53:58 +0100
+
indicator-sound (0.1.2-0ubuntu1) lucid; urgency=low
* New upstream version:
diff --git a/debian/control b/debian/control
index 9a93e4a..fd71773 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 7),
libdbus-glib-1-dev,
libdbusmenu-glib-dev (>= 0.2.3),
libdbusmenu-gtk-dev (>= 0.2.3) ,
- libindicator-dev (>= 0.3.0),
+ libindicator-dev (>= 0.3.5),
libpulse-dev (>= 0.9.18),
libpulse-mainloop-glib0 (>= 0.9.18),
libido-0.1-dev (>= 0.1.2),