]> git.0d.be Git - jack_mixer.git/commitdiff
[release] 9 9 release-9
authorFrédéric Péters <fpeters@0d.be>
Mon, 4 Oct 2010 20:02:16 +0000 (22:02 +0200)
committerFrédéric Péters <fpeters@0d.be>
Mon, 4 Oct 2010 20:02:16 +0000 (22:02 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 30a16ffb22c6e6451124438985e7a7e59f43eb4c..ffda2015e19c4869bfd12a88029660e22690355e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+=========
+Version 9
+=========
+
+ * Changed to no longer appends PID to jack client name (#15006)
+ * Added 'Edit .. channel' submenus
+ * Set a default 'apply' button in channel properties
+ * Fixed creation of  mono channels
+ * Removed bad crackling when changing the volume through MIDI
+ * Moved back to polling for MIDI events, to avoid the need for threads
+ * Changed to use backward compatible call to gobject.timeout_add (#14999)
+ * Updated not to fail if we can't get lash server name
+ * Added support for Ladish level 1
+ * Improved SIGUSR1 handling
+
+With contributions from Nedko Arnaudov and Arnout Engelen.
+
 =========
 Version 8
 =========
index 49585bdf1738ea28b19749802b092f833a837b37..d59e00a402594382becb799d2919b863ff16488a 100644 (file)
@@ -20,7 +20,7 @@
 #
 
 AC_PREREQ(2.61)
-AC_INIT(jack_mixer, 8)
+AC_INIT(jack_mixer, 9)
 AC_CONFIG_AUX_DIR(config)
 AC_CONFIG_MACRO_DIR([m4])
 AM_INIT_AUTOMAKE