diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-03-04 08:07:40 -0500 |
---|---|---|
committer | Bazaar Package Importer <james.westby@ubuntu.com> | 2011-03-04 08:07:40 -0500 |
commit | 245e905e7731a6423be90bbc98861a52c15b4a43 (patch) | |
tree | d38bfb4fdc9f3c4e048dacb7a6caa683ea729040 /configure.ac | |
parent | bb9eaa8fd201231077163f1a39d186e6b821aa97 (diff) | |
parent | f2b815cf615ba4532a7e04254ddb4acd1bbb75ff (diff) | |
download | ayatana-indicator-sound-245e905e7731a6423be90bbc98861a52c15b4a43.tar.gz ayatana-indicator-sound-245e905e7731a6423be90bbc98861a52c15b4a43.tar.bz2 ayatana-indicator-sound-245e905e7731a6423be90bbc98861a52c15b4a43.zip |
* New upstream release.
- Fixed crashed with SIGSEGV in pa_context_connect() (LP: #717453)
- Fixed crashed with SIGSEGV in pa_pdispatch_run() (LP: #723096)
- Fixed crashed with SIGSEGV (LP: #723096)
- Fixed crashed with SIGSEGV (LP: #717557)
- Fixed crashed with SIGSEGV in g_variant_builder_add_value()
(LP: #717999)
- Sound Menu Play lists show Favorites item twice in menu and icons for
all playlists not found (LP: #728263)
- Players are raised too quickly (LP: #723278)
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 064a581..4446e2b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -AC_INIT(indicator-sound, 0.6.1, conor.curran@canonical.com) +AC_INIT(indicator-sound, 0.6.2, conor.curran@canonical.com) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-sound, 0.6.1) +AM_INIT_AUTOMAKE(indicator-sound, 0.6.2) AM_MAINTAINER_MODE @@ -25,7 +25,7 @@ m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) ########################### # Dependencies -########################### +########################### GTK_REQUIRED_VERSION=2.12 INDICATOR_REQUIRED_VERSION=0.3.19 |