diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2010-03-11 23:53:14 +0100 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2010-03-11 23:53:14 +0100 |
commit | ad7fe51b593322771b1b9104d0c9c39ba0607085 (patch) | |
tree | 6c7ed47f80672d654d4d705fd75c972ee63b9007 /debian | |
parent | 4ff15dc31c6e0b5703ead3341a02fed9a45025f7 (diff) | |
parent | 6df1024fe1a7cbfb9f6ba38cfe33a04889c2d40f (diff) | |
download | ayatana-indicator-sound-ad7fe51b593322771b1b9104d0c9c39ba0607085.tar.gz ayatana-indicator-sound-ad7fe51b593322771b1b9104d0c9c39ba0607085.tar.bz2 ayatana-indicator-sound-ad7fe51b593322771b1b9104d0c9c39ba0607085.zip |
releasing version 0.1.3-0ubuntu1
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 14 | ||||
-rw-r--r-- | debian/control | 2 |
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), |