From 1cda2e211ab70dc0302001607f46302ce7bf9197 Mon Sep 17 00:00:00 2001 From: darkeye Date: Sun, 9 Sep 2001 11:52:06 +0000 Subject: [PATCH] for new release 0.5 --- darkice/trunk/ChangeLog | 8 ++++++++ darkice/trunk/TODO | 3 +++ 2 files changed, 11 insertions(+) diff --git a/darkice/trunk/ChangeLog b/darkice/trunk/ChangeLog index d437363..e967044 100644 --- a/darkice/trunk/ChangeLog +++ b/darkice/trunk/ChangeLog @@ -1,3 +1,11 @@ +09-09-2001: DarkIce 0.5 released + + o added support for ShoutCast servers + o removed local copy of SGI STL, uses STL of the C++ compiler + o compiles with gcc3-c++ + o added man page darkice.cfg.5 + o bugfix: config files can have comments before the first section + 02-09-2001: DarkIce 0.4 released o support for external command line encoder removed, replaced diff --git a/darkice/trunk/TODO b/darkice/trunk/TODO index b98d2cc..31ebf60 100644 --- a/darkice/trunk/TODO +++ b/darkice/trunk/TODO @@ -4,3 +4,6 @@ o add support for VBR encoding o reconnect to server if connection is dropped o add support for multiple servers for one stream ? o libtoolize ? +o add IceCast 2 support w/ ogg vorbis +o revisit real-time scheduling and one-thread-per-connection +o look into performance