diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-05-19 11:38:19 -0400 |
---|---|---|
committer | Bazaar Package Importer <james.westby@ubuntu.com> | 2011-05-19 11:38:19 -0400 |
commit | 7a20a205c496bed5d7c779ff60a5730b55b60060 (patch) | |
tree | 4566d0f4c0ca9cc196a22acc3253e49b964fe43a /configure.ac | |
parent | ddeb07d1ed4e438e97ada86f94dca47ddd251b4f (diff) | |
parent | 306604f2426f7a1b7a4516566cb68e1d6c982998 (diff) | |
download | ayatana-indicator-sound-7a20a205c496bed5d7c779ff60a5730b55b60060.tar.gz ayatana-indicator-sound-7a20a205c496bed5d7c779ff60a5730b55b60060.tar.bz2 ayatana-indicator-sound-7a20a205c496bed5d7c779ff60a5730b55b60060.zip |
* New upstream release.
- Displayed cover don't keep the original ratio (LP: #654196)
- show record level control PULSE_PROP_media.role=production (LP: #736049)
- Volume notification is based on previous volume; should be based on
the new volume (LP: #748831)
- [gnome3] Sound Preferences link doesn't work (LP: #759390)
* debian/patches/lp_759390.patch
- dropped, merged upstream
* debian/control
- renamed the libnotify4-dev build depends to libnotify-dev
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index b628136..22f04c5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -AC_INIT(indicator-sound, 0.6.6.1, conor.curran@canonical.com) +AC_INIT(indicator-sound, 0.7.0, conor.curran@canonical.com) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-sound, 0.6.6.1) +AM_INIT_AUTOMAKE(indicator-sound, 0.7.0) AM_MAINTAINER_MODE |