aboutsummaryrefslogtreecommitdiffstats
path: root/Changes
diff options
context:
space:
mode:
authorkraxel <kraxel>2004-11-03 12:57:55 +0000
committerkraxel <kraxel>2004-11-03 12:57:55 +0000
commit6a8df8e9c7442c22f4398141e6414c53aa57f22c (patch)
treecc4c5ce658c27c62d7dda2391a6a69a348ebba31 /Changes
parentf172e7016a13f435adfbb93a85d5e22b2237a377 (diff)
downloadkrecord-6a8df8e9c7442c22f4398141e6414c53aa57f22c.tar.gz
- add more files.
Diffstat (limited to 'Changes')
-rw-r--r--Changes142
1 files changed, 142 insertions, 0 deletions
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 <u15051@gmx.de>).
+
+
+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 <kpistiolis@yahoo.com>)
+ * 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 <tstrehl@suse.de>
+
+
+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
+ <mermik@medgyaszay-veszprem.sulinet.hu>)
+ * 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 <makler@man.torun.pl>, 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 <gouricho@poleia.lip6.fr>
+ * 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 <Florian.Kolbe@in-gmbh.de>
+