diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-02-18 08:20:44 -0500 |
---|---|---|
committer | Bazaar Package Importer <james.westby@ubuntu.com> | 2011-02-18 08:20:44 -0500 |
commit | a57cc53f85951ca2bde5a6c7a160256592a4deb8 (patch) | |
tree | 8db7ab8f11f2511c871fb25ee324231436f79006 /debian | |
parent | 1d60b533bd8f5e0e8d1db834c4bf94d6462e1e99 (diff) | |
parent | 4e7c1ace33165d7a658c1ee5f688ab1e4d8ca01a (diff) | |
download | ayatana-indicator-sound-a57cc53f85951ca2bde5a6c7a160256592a4deb8.tar.gz ayatana-indicator-sound-a57cc53f85951ca2bde5a6c7a160256592a4deb8.tar.bz2 ayatana-indicator-sound-a57cc53f85951ca2bde5a6c7a160256592a4deb8.zip |
* New upstream release.
- New voip slider will be displayed in the sound menu while in a call
- [Conexant CX20561(Hermosa)] No indicator that input is muted (LP: #683689)
- Ctrl+arrow jumps sound to max volume in indicator (LP: #669167)
- Fixed build with latest dbusmenu (LP: #717340)
- Ported to libnotify >= 0.7.0
* debian/control
- Changed build depends for libnotify-dev to libnotify4-dev
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 13 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 14 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 284a61c..0c579e0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +indicator-sound (0.6.0-0ubuntu1) natty; urgency=low + + * New upstream release. + - New voip slider will be displayed in the sound menu while in a call + - [Conexant CX20561(Hermosa)] No indicator that input is muted (LP: #683689) + - Ctrl+arrow jumps sound to max volume in indicator (LP: #669167) + - Fixed build with latest dbusmenu (LP: #717340) + - Ported to libnotify >= 0.7.0 + * debian/control + - Changed build depends for libnotify-dev to libnotify4-dev + + -- Ken VanDine <ken.vandine@canonical.com> Fri, 18 Feb 2011 13:20:44 -0500 + indicator-sound (0.5.9-0ubuntu2) natty; urgency=low * debian/control diff --git a/debian/control b/debian/control index dd27d1c..96132b3 100644 --- a/debian/control +++ b/debian/control @@ -17,7 +17,7 @@ Build-Depends: debhelper (>= 7), libgconf2-dev, libgee-dev, libxml2-dev, - libnotify-dev, + libnotify4-dev, valac-0.12, dh-autoreconf Standards-Version: 3.9.1 |