]> git.0d.be Git - jack_mixer.git/commitdiff
[release] 7 7 release-7
authorFrédéric Péters <fpeters@0d.be>
Mon, 14 Dec 2009 13:54:22 +0000 (14:54 +0100)
committerFrédéric Péters <fpeters@0d.be>
Mon, 14 Dec 2009 13:54:22 +0000 (14:54 +0100)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 2ed72b0ca9543c0dd1a4494dd48d0435f2d7127b..c3fb5363749840c2c51693fade759600e69461f8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,28 @@
-Changes since version 5:
+=========
+Version 7
+=========
+
+ * New maintainer, thanks Nedko for everything!
+ * New icon by Lapo Calamandrei
+ * Option to have a gradient in the vumeters
+ * Option to use stock GtkScale widget for volume and balance
+ * Rewrite of the C/Python binding (this removed the dependency on SWIG)
+ * Improve performance when drawing vumeters
+ * New menu items to load/save settings
+ * New "Channel Properties" dialog, allowing to change assigned MIDI CCs
+ * Automatic post fader outputs for input channels
+ * Possibility to add new output channels, besides main mix
+ * New "monitor" output, assignable to any output channel, or input channel
+   (in which case it will take its prefader volume)
+ * Removal of PyXML dependency
+
+With contributions from Nedko Arnaudov, Lapo Calamandrei, Arnout Engelen,
+and Krzysztof Foltman.
+
+=========
+Version 6
+=========
+
  * Fix building against jack 0.102.20
  * Handle python prefix different from install prefix
  * Fix LASH-less operation
  * Fix building against jack 0.102.20
  * Handle python prefix different from install prefix
  * Fix LASH-less operation
index fa53dc87f049021a9466b2c4f03c67382c63fef7..a7277e32f2937c94008e98dac97ce420f3560208 100644 (file)
@@ -20,7 +20,7 @@
 #
 
 AC_PREREQ(2.61)
 #
 
 AC_PREREQ(2.61)
-AC_INIT(jack_mixer, dev)
+AC_INIT(jack_mixer, 7)
 AC_CONFIG_AUX_DIR(config)
 AC_CONFIG_MACRO_DIR([m4])
 AM_INIT_AUTOMAKE
 AC_CONFIG_AUX_DIR(config)
 AC_CONFIG_MACRO_DIR([m4])
 AM_INIT_AUTOMAKE