From 6a8df8e9c7442c22f4398141e6414c53aa57f22c Mon Sep 17 00:00:00 2001 From: kraxel Date: Wed, 3 Nov 2004 12:57:55 +0000 Subject: - add more files. --- Changes | 142 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 142 insertions(+) create mode 100644 Changes (limited to 'Changes') diff --git a/Changes b/Changes new file mode 100644 index 0000000..7367490 --- /dev/null +++ b/Changes @@ -0,0 +1,142 @@ + +new in 1.16 +----------- + + * optional logarithmic scale for freq spectrum window + by Joachim Eibl + + +new in 1.15 +----------- + + * 64bit fixes. + * fixed segfaults on closing ftt / level windows. + * updated german translations (Sarah ). + + +new in 1.14 +----------- + + * fixed qt include file names (not using the short ones any more). + + +new in 1.13 +----------- + + * no new code, just a few fixes in the build system. + + +new in 1.12 +----------- + + * ditched the whole autoconf crap into the waste basket. + * minor fixes here and there. + + +new in 1.11 +----------- + + * more KDE3 fixes, recent cvs versions broke krecord again :-( + + +new in 1.10 +----------- + + * KDE3 fixes. Builds with both KDE2 and KDE3 now. + * Commented some left-over debug printfs + + +new in 1.9 +---------- + + * greek translation (Kostas Pistiolis ) + * fixed some build problems + + +new in 1.7 / 1.8 +---------------- + + * fixed broken drag+drop in KDE2 + * new finnish translation (eleknader@phnet.fi) + * fixed aclocal.m4 to make krecord build with newer + qt versions which require one more library. + + +new in 1.6 +---------- + + * KDE2 port by Thomas Strehl + + +new in 1.5 +---------- + + * bugfix: did'nt catch write errors for "save buffer as..." + (kde bts #3860) + * changed default parameters to 44100/16bit/stereo + * krecord accepts small differences between the sample rate + requested and the rate used by the hardware. + + +new in 1.4 +---------- + + * hungarian translation (Merenyi Miklos + ) + * Makefile fixes (locale handling) + + +new in 1.3 +---------- + + * Makefile bug fixed + + +new in 1.2 +---------- + + * fixed the Makefile bug which showed up with bash >= 2.0 + * fixed a few compiler warnings + * some code for sunaudio. I suspect its broken right now, but + I can't test/fix this myself due to lack of sun hardware. + Contributed by Piotr Klaban , but never + heared back from him. I've included the code anyway, maybe + it's a good starting point for somebody else. + * endian-fixes (byteswap when writing wav files on BE). + * Nice improvements for input level control from + Stéphane Gourichon + * Wrote a rpm spec file. + * configure script changes + + +new in 1.1 +---------- + + * "fixed" the gettext bug by turning off the i18n stuff. There are no + translated messages anyway... + * some minor tweaks in oss code, it sets the blocksize now to get a + constant latency. + * wrote a few more lines into the help file (index.html). + + +new in 1.0 +---------- + + * bugfix: starting wav-file playback segfaulted sometimes due to a + uninitialized variable. + * passed the "Cool, it still compiles with KDE 1.0" test :-) + + +new in 0.6 +---------- + + * changed input level colors + * pinned down a bug while creating files (why the heck creat() opens + files write-only ?) + + +new in 0.5 +---------- + + * new input level window from Florian Kolbe + -- cgit