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