aboutsummaryrefslogtreecommitdiffstats
path: root/Changes
blob: 8be88ccba700a9595cb0edc80084d543489736fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151

new in 1.17
-----------

 * fix crashes, use KDE filedialog (thanks to Dirk Müller).


new in 1.16
-----------

 * put krecord into CVS, drop some old & obsolete stuff.
 * optional logarithmic scale for freq spectrum window
   by Joachim Eibl
 * dropped debian packaging info.
 * misc minor tweaks.

 
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>