From c4b1f4b7ff6e0ae0342ddb738bb04c7c8c67195d Mon Sep 17 00:00:00 2001 From: Lars Bisballe Jensen Date: Sun, 22 Feb 2015 14:11:48 +0100 Subject: Added changes for 0.9.7 and 0.9.8 --- ChangeLog | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/ChangeLog b/ChangeLog index e827ac8..1bb2bee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,38 @@ +Version 0.9.8 +============= +Released February 22nd 2015 + - Fix deprecated autoconf/automake macros. (Nils Tonnätt) + - Update LV2 plugin to use new URID extension (http://lv2plug.in/ns/ext/urid/). (deva) + - Fix state store so it does not store terminating zero in config xml. (deva) + - "No sound" bug in resampler code. See: http://drumgizmo.org/irc-logs/drumgizmo.log.11Jan2015 + - Make cli wait for drumkit to finish loading before starting the engine. (Jin^eLD) + - Make cli TYPE_STOP event wait until active events is empty. (deva) + - Add basic man page. (Nils Tonnätt) + - Reflect input/output parms in cli help text. (suhr) + - Reflect input/output parms in cli man page. (muldjord) + - Make resampler depend directly on zita-resampler and make libsamplerate an active opt-in. (suhr) + - Include test directory in dist. (suhr) + - Don't AC_SUBST zita libs and cflags if not used/detected by configure. (suhr) + - Make all use of atof and sprintf("%f") locale independent. (deva) + - Fix crash after rendering midi file to wav files via DG cli. (deva) + - Remove wavfile.la in output dir. (deva) + - Replace obsolete cli -p argument (preload) with -a (async-load) argument. (deva) + +Version 0.9.7 +============= +Released December 7th 2014 + - Resampling on channel output to match system. (in 'resample' branch) (deva) + - Zita on windows, configure lib detection + - Add missing resampler unit test files. + - Make resample work on VST. + - Fix LV2 UI crash on open. (deva) + - Global config file. (suhr) + - Remember last browse path. (suhr) + - Don't show hidden folder in file browser. (suhr) + - Lineedit follow marker. (suhr) + - LineEdit, scroll when in end on line and arrow right typed. + - Remove printf and uncommented code + Version 0.9.6 ============= Released September 9th 2014 -- cgit v1.2.3