bugfix: MultiThreadedConnector::sinkThread() was private, now public

This commit is contained in:
darkeye
2002-11-26 21:41:20 +00:00
parent 6eba725b50
commit 05d7381966
2 changed files with 18 additions and 9 deletions

View File

@@ -1,3 +1,9 @@
DarkIce next version:
o bugfix: MultiThreadedConnector::sinkThread() was private, now public
o added fileAddDate configuration option
thanks to Nicu Pavel <npavel@ituner.com>
20-10-2002: DarkIce 0.12 released
o ported to FreeBSD (removed reference to MSG_NOSIGNAL in TcpSocket.cpp)