diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-03-11 07:47:26 -0500 |
---|---|---|
committer | Bazaar Package Importer <james.westby@ubuntu.com> | 2011-03-11 07:47:26 -0500 |
commit | 36e86360c08f32ec163485232bc9e3ebd3840f71 (patch) | |
tree | f9af13fa8968942e5d7bbfbe54b3ff048dbf5e64 /debian | |
parent | 245e905e7731a6423be90bbc98861a52c15b4a43 (diff) | |
parent | d1a4d4e51d74192975dd2aa1dda35581b1d23d73 (diff) | |
download | ayatana-indicator-sound-36e86360c08f32ec163485232bc9e3ebd3840f71.tar.gz ayatana-indicator-sound-36e86360c08f32ec163485232bc9e3ebd3840f71.tar.bz2 ayatana-indicator-sound-36e86360c08f32ec163485232bc9e3ebd3840f71.zip |
* New upstream release.
- Broken images on playlist items (LP: #727325)
- wrong icon for audio-input slider (LP: #723254)
- blacklist dbus api lacks query functionality (LP: #730526)
- volume goes to zero when using some players like banshee,
rhythmbox (LP: #730925)
- holding the FW or RW button should have an effect (LP: #694258)
- With new notify-osd the volume notification on scroll doesn't work as
expected (LP: #729849)
* debian/control
- Bumped build depends for dbusmenu to >= 0.3.101
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 16 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 18 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 24e298f..8eb89ee 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,19 @@ +indicator-sound (0.6.3-0ubuntu1) natty; urgency=low + + * New upstream release. + - Broken images on playlist items (LP: #727325) + - wrong icon for audio-input slider (LP: #723254) + - blacklist dbus api lacks query functionality (LP: #730526) + - volume goes to zero when using some players like banshee, + rhythmbox (LP: #730925) + - holding the FW or RW button should have an effect (LP: #694258) + - With new notify-osd the volume notification on scroll doesn't work as + expected (LP: #729849) + * debian/control + - Bumped build depends for dbusmenu to >= 0.3.101 + + -- Ken VanDine <ken.vandine@canonical.com> Fri, 11 Mar 2011 12:47:26 -0500 + indicator-sound (0.6.2-0ubuntu1) natty; urgency=low * New upstream release. diff --git a/debian/control b/debian/control index 96132b3..c02a4d0 100644 --- a/debian/control +++ b/debian/control @@ -8,8 +8,8 @@ Build-Depends: debhelper (>= 7), autotools-dev, libglib2.0-dev (>= 2.22.3), libgtk2.0-dev (>= 2.12.0), - libdbusmenu-glib-dev (>= 0.3.97), - libdbusmenu-gtk-dev (>= 0.3.91) , + libdbusmenu-glib-dev (>= 0.3.101), + libdbusmenu-gtk-dev (>= 0.3.101) , libindicator-dev (>= 0.3.19), libpulse-dev (>= 0.9.18), libpulse-mainloop-glib0 (>= 0.9.18), |