diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2012-02-22 15:59:18 -0500 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2012-02-22 15:59:18 -0500 |
commit | 06cfe1241f3a4f09a3910e870b14a8a22182abd2 (patch) | |
tree | 647645aae8f73b48bf922a9d2b98347e3598faf6 /configure.ac | |
parent | e6c06c2521abae0991acb1636766a300e66d2e19 (diff) | |
parent | 87422f8fa6face6715761ab76aeb04225f5ac235 (diff) | |
download | ayatana-indicator-sound-06cfe1241f3a4f09a3910e870b14a8a22182abd2.tar.gz ayatana-indicator-sound-06cfe1241f3a4f09a3910e870b14a8a22182abd2.tar.bz2 ayatana-indicator-sound-06cfe1241f3a4f09a3910e870b14a8a22182abd2.zip |
* New upstream release.
- crashed with SIGABRT in pa_cvolume_set (LP: #900117)
- Mouse on coverart flushes the sound menu (LP: #927733)
- album artwork misaligned and not visible (LP: #933359)
- unity-panel-service crashed with SIGSEGV in
transport_widget_is_selected (LP: #882109)
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 014cd1d..8bb0a28 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -AC_INIT(indicator-sound, 0.8.1.0, conor.curran@canonical.com) +AC_INIT(indicator-sound, 0.8.2.0, conor.curran@canonical.com) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-sound, 0.8.1.0) +AM_INIT_AUTOMAKE(indicator-sound, 0.8.2.0) AM_MAINTAINER_MODE |