diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-10-28 09:57:12 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-10-28 09:57:12 -0400 |
commit | cb26f50fcf64566cf5a3983ecd15a4d8e3db5a14 (patch) | |
tree | c16075c4195d7fa1fccefedbbe4617af8fb329a9 /debian | |
parent | 18ac680202da53507136693452dc34ca2113630f (diff) | |
parent | 6c40e13a44770e9bda393e5b0b1ebefa6b8077d5 (diff) | |
download | ayatana-indicator-sound-cb26f50fcf64566cf5a3983ecd15a4d8e3db5a14.tar.gz ayatana-indicator-sound-cb26f50fcf64566cf5a3983ecd15a4d8e3db5a14.tar.bz2 ayatana-indicator-sound-cb26f50fcf64566cf5a3983ecd15a4d8e3db5a14.zip |
releasing version 0.7.9.1-0ubuntu1
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 df882c9..b0f85a8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +indicator-sound (0.7.9.1-0ubuntu1) precise; urgency=low + + * New upstream release. + - indicator-sound-service crashed with SIGABRT in raise() (LP: #840986) + - don't let the menu grow wide enough to push off the screen (LP: #873006) + - bump the limit for number of playlists to 20 (LP: #835384) + - indicator-sound-service crashed with SIGSEGV (LP: #864732) + - Music player icon is not top-aligned (LP: #874454) + * debian/control + - build with valac-0.14 + + -- Ken VanDine <ken.vandine@canonical.com> Fri, 28 Oct 2011 09:45:22 -0400 + indicator-sound (0.7.9-0ubuntu1) oneiric-proposed; urgency=low * New upstream release. diff --git a/debian/control b/debian/control index a8a23a9..7c5dbf6 100644 --- a/debian/control +++ b/debian/control @@ -23,7 +23,7 @@ Build-Depends: debhelper (>= 7), libgee-dev, libxml2-dev, libnotify-dev, - valac-0.12, + valac-0.14, dh-autoreconf Standards-Version: 3.9.2 Homepage: https://launchpad.net/indicator-sound |