Skip to content

Commit

Permalink
release: 12
Browse files Browse the repository at this point in the history
  • Loading branch information
frederic-peters committed Jun 22, 2020
1 parent 03d5ebd commit dc2b5d2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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
==========
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dc2b5d2

Please sign in to comment.