From dc2b5d21c06853348aa641a4b5f38ee818ee0a0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 22 Jun 2020 14:51:45 +0200 Subject: [PATCH] release: 12 --- NEWS | 12 ++++++++++++ configure.ac | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 0886b00..e39dddf 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +========== +Version 12 +========== + + * Added reporting of the current volume through SIGUSR1 signal to + jack_mix_box. + * Reset color of over 0db/NaN peak on click. + * Fixed memory leaks. + * Fixed some Python 3 compatibility leftovers. + +With contributions from Daniel Sheeler and Athanasios Silis. + ========== Version 11 ========== diff --git a/configure.ac b/configure.ac index 353225d..0568ba8 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ # AC_PREREQ(2.61) -AC_INIT(jack_mixer, 11) +AC_INIT(jack_mixer, 12) AC_CONFIG_AUX_DIR(config) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE