diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2012-10-03 12:06:18 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2012-10-03 12:06:18 -0500 |
commit | 3683d55686016a92ef05a37b0516d1d802a33ef4 (patch) | |
tree | b14da4594fdc00de41ce5a0fcfdd24b97eea3a38 | |
parent | 89164d804c649931c238565d432b12442b6db895 (diff) | |
download | ayatana-indicator-sound-3683d55686016a92ef05a37b0516d1d802a33ef4.tar.gz ayatana-indicator-sound-3683d55686016a92ef05a37b0516d1d802a33ef4.tar.bz2 ayatana-indicator-sound-3683d55686016a92ef05a37b0516d1d802a33ef4.zip |
12.10.1
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 6 insertions, 3 deletions
@@ -1,5 +1,8 @@ -12.10.0 +12.10.1 + - Don't include <glib/gi18n.h> in library code + - Remove GTK+ 2 build rules from configure.ac +12.10.0 - Allow setting preferred media players through a settings key. (LP #1014955) - Fix sound indicator not working after Amarok close. (LP #992262) - Explicit handling of Ardour diff --git a/configure.ac b/configure.ac index f64fc7f..bfd12d1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -AC_INIT(indicator-sound, 12.10.0, conor.curran@canonical.com) +AC_INIT(indicator-sound, 12.10.1, conor.curran@canonical.com) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-sound, 12.10.0) +AM_INIT_AUTOMAKE(indicator-sound, 12.10.1) AM_MAINTAINER_MODE |