for new release 0.5

This commit is contained in:
darkeye 2001-09-09 11:52:06 +00:00
parent ceb65d8c54
commit 1cda2e211a
2 changed files with 11 additions and 0 deletions

View File

@ -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 02-09-2001: DarkIce 0.4 released
o support for external command line encoder removed, replaced o support for external command line encoder removed, replaced

View File

@ -4,3 +4,6 @@ o add support for VBR encoding
o reconnect to server if connection is dropped o reconnect to server if connection is dropped
o add support for multiple servers for one stream ? o add support for multiple servers for one stream ?
o libtoolize ? o libtoolize ?
o add IceCast 2 support w/ ogg vorbis
o revisit real-time scheduling and one-thread-per-connection
o look into performance