[SCM] calf/master: + ChangeLog, AutoHell: pre-release changes

js at users.alioth.debian.org js at users.alioth.debian.org
Tue May 7 15:38:30 UTC 2013


The following commit has been merged in the master branch:
commit c72a8706b9757903321f529ca2077a5cdf4d3d8b
Author: Krzysztof Foltman <wdev at foltman.com>
Date:   Sun Nov 16 19:21:05 2008 +0000

    + ChangeLog, AutoHell: pre-release changes

diff --git a/ChangeLog b/ChangeLog
index 3081f53..c620f82 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+Version 0.0.17 (ongoing)
+
++ Compressor: new plugin by Thor Harald Johansen
++ GUI: control improvements (new LED control, improved VU meter, XML
+  improvements, line graph with dots and grid lines - no legend yet), move
+  autolayout code from the plugin libraries to makerdf executable,
++ Most plugins: use custom GUI layouts instead of autogenerated ones
++ Flanger, Filter, MultiChorus: added live graphs displaying frequency
+  response and (in case of MultiChorus) LFO positions
++ LV2 GUI: added a way to display live graphs in Ardour and Zynjacku/LV2Rack
+  (only works when the plugin and the GUI are in the same process)
++ Framework: general improvements/cleanups to reduce the chance of the
+  kind of errors that were introduced in 0.0.16 and reduce dependencies
++ Monosynth: removed soft clipper on output
+
 Version 0.0.16.3
 
 + Fixed compilation without LV2 core installed
diff --git a/configure.ac b/configure.ac
index b06ea98..51a0903 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.61)
-AC_INIT([calf],[0.0.16.3],[wdev at foltman.com])
+AC_INIT([calf],[0.0.17],[wdev at foltman.com])
 AC_CONFIG_SRCDIR([config.h.in])
 AC_CONFIG_HEADER([config.h])
 

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list