added changelog
This commit is contained in:
parent
d7f8fe4d23
commit
2c3297b18f
|
@ -0,0 +1,31 @@
|
||||||
|
02-09-2001: DarkIce 0.4 released
|
||||||
|
|
||||||
|
o support for external command line encoder removed, replaced
|
||||||
|
with using lame as a shared object or statically linked library
|
||||||
|
o added darkice man page
|
||||||
|
o created RPM packages
|
||||||
|
o DarkIce no longer reports an error if the sound card recording
|
||||||
|
sample rate could not be set to the exact specified amount
|
||||||
|
(e.g. the sound card reports 44101 Hz instead of 44100 Hz)
|
||||||
|
|
||||||
|
|
||||||
|
26-08-2001: DarkIce 0.3.1 released
|
||||||
|
|
||||||
|
o support for unlimited time encoding
|
||||||
|
thanks to Jim Crilly, <JCrilly@MSA.com>
|
||||||
|
|
||||||
|
|
||||||
|
20-12-2000: DarkIce 0.3 released
|
||||||
|
|
||||||
|
o added POSIX real-time scheduling
|
||||||
|
|
||||||
|
|
||||||
|
18-11-2000: DarkIce 0.2 released
|
||||||
|
|
||||||
|
o code cleanup
|
||||||
|
o first real tests made
|
||||||
|
o added verbosity command line option
|
||||||
|
|
||||||
|
|
||||||
|
13-11-2000: DarkIce 0.1 released
|
||||||
|
|
|
@ -35,7 +35,8 @@ DarkIce is being written by
|
||||||
DarkIce is under development. While still considered beta, it has
|
DarkIce is under development. While still considered beta, it has
|
||||||
been used for almost a year in production 24 hours per day.
|
been used for almost a year in production 24 hours per day.
|
||||||
<br>
|
<br>
|
||||||
The latest version is <b>0.4</b>
|
The latest version is <b>0.4</b>, check out the
|
||||||
|
<a href="ChangeLog">ChangeLog</a>.
|
||||||
|
|
||||||
<h2>3. Download</h2>
|
<h2>3. Download</h2>
|
||||||
DarkIce is
|
DarkIce is
|
||||||
|
|
Loading…
Reference in New Issue