for version 0.13
This commit is contained in:
parent
82008c71de
commit
b6b5a6b56e
|
@ -1,3 +1,14 @@
|
|||
09-02-2003: DarkIce 0.13 released
|
||||
|
||||
o added feature for setting the TITLE comment field for vorbis
|
||||
streams. thanks to Ricardo Galli <gallir@uib.es>
|
||||
o bugfix: fixed minor bug in IcecCast2.cpp, which could have lead to
|
||||
a buffer overflow. thanks to Atsuhiko Yamanaka <ymnk@jcraft.com>
|
||||
o bugfix: MultiThreadedConnector::sinkThread() was private, now public
|
||||
o added fileAddDate configuration option
|
||||
thanks to Nicu Pavel <npavel@ituner.com>
|
||||
o added support for big endian OSS devices (like Linux PowerPC)
|
||||
|
||||
20-10-2002: DarkIce 0.12 released
|
||||
|
||||
o ported to FreeBSD (removed reference to MSG_NOSIGNAL in TcpSocket.cpp)
|
||||
|
|
|
@ -42,7 +42,7 @@ DarkIce is under development. While still considered beta, it has
|
|||
been used since fall 2000 in <a href="http://tilos.hu/">production</a>
|
||||
24 hours per day.
|
||||
<br>
|
||||
The latest version is <b>0.12</b>, check out the
|
||||
The latest version is <b>0.13</b>, check out the
|
||||
<a href="ChangeLog">ChangeLog</a>.
|
||||
|
||||
<h2>3. Download</h2>
|
||||
|
@ -61,7 +61,7 @@ use your own lame libs if you like.
|
|||
You can either
|
||||
<ul>
|
||||
<li>Download the source tarball
|
||||
<a href="http://prdownloads.sourceforge.net/darkice/darkice-0.12.tar.gz">darkice-0.12.tar.gz</a>
|
||||
<a href="http://prdownloads.sourceforge.net/darkice/darkice-0.13.tar.gz">darkice-0.13.tar.gz</a>
|
||||
and compile yourself. You will also need
|
||||
<a href="http://www.mp3dev.org/mp3/download/download.html">lame</a>
|
||||
(version 3.89 or above) and
|
||||
|
@ -74,7 +74,7 @@ You can either
|
|||
</ul>
|
||||
</li>
|
||||
<li>Get the RPM package
|
||||
<a href="http://prdownloads.sourceforge.net/darkice/darkice-0.12-1.i386.rpm">darkice-0.12-1.i386.rpm</a>,
|
||||
<a href="http://prdownloads.sourceforge.net/darkice/darkice-0.13-1.i386.rpm">darkice-0.13-1.i386.rpm</a>,
|
||||
install & enjoy.
|
||||
Also install
|
||||
<a href="http://www.mp3dev.org/mp3/download/download.html">lame</a>
|
||||
|
|
Loading…
Reference in New Issue