diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2010-02-18 18:02:18 +0100 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2010-02-18 18:02:18 +0100 |
commit | e25f723756c2804f230df85d176e122f30cf0830 (patch) | |
tree | 0d22433c68b0ffe38d634c2c4cffca4b5917031a /debian | |
parent | 85b8b7c4505102dcf189af23ccb6f459c36e0460 (diff) | |
parent | c98bccb2b14f088b4fa04fbdb3d328c4deda3312 (diff) | |
download | ayatana-indicator-sound-e25f723756c2804f230df85d176e122f30cf0830.tar.gz ayatana-indicator-sound-e25f723756c2804f230df85d176e122f30cf0830.tar.bz2 ayatana-indicator-sound-e25f723756c2804f230df85d176e122f30cf0830.zip |
releasing version 0.1.1-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 16d3797..f1c5e0a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +indicator-sound (0.1.1-0ubuntu1) lucid; urgency=low + + * New upstream version + - resolve the UI keyboard controls which were lacking (lp: #521088) + - the volume control should now be far smoother + - included is the ability to dynamically swap output devices + using gnome volume control + - use of new icons from the new humanity theme. + - update volume slider in the right direction on mouse scroll (lp: #521090) + * debian/control: + - updated ido requirement + + -- Sebastien Bacher <seb128@ubuntu.com> Thu, 18 Feb 2010 17:46:11 +0100 + indicator-sound (0.1.0-0ubuntu2) lucid; urgency=low * Backport trunk change to fix audiosink detection and volume controls diff --git a/debian/control b/debian/control index 7754b96..9a93e4a 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,7 @@ Build-Depends: debhelper (>= 7), libindicator-dev (>= 0.3.0), libpulse-dev (>= 0.9.18), libpulse-mainloop-glib0 (>= 0.9.18), - libido-0.1-dev (>= 0.1.1), + libido-0.1-dev (>= 0.1.2), libgconf2-dev Standards-Version: 3.8.4 Homepage: https://launchpad.net/indicator-sound |