untested on anything else.
changes since 1.32:
New for 1.60
------------
2004/04/04 (GCS - gregsharp@users.sourceforge.net)
* No changes.
New for 1.60-pre3
-----------------
2004/03/27 (GCS - gregsharp@users.sourceforge.net)
* Fix the bug: error -22 [SR_ERROR_BUFFER_EMPTY]
New for 1.60-pre2
-----------------
2004/03/24 (GCS - gregsharp@users.sourceforge.net)
* Add Johannes Buettner's drop patch
* Fixes for compiling winamp 2 plugin
New for 1.60-pre1
-----------------
2004/03/10 (GCS - gregsharp@users.sourceforge.net)
* Track splitting enhancements - see readme_xfade.txt
* Partial multibyte character support
* Fix crashes on very long file names
* Fix crashes on control characters in meta data
new in cvs
----------
2003/09/25:
* Added support for HTTP "Basic" authorization. Works with
DigitallyImported.com.
(lib/types.h, lib/http.c) -Colin D. Bennett <cbennett@radsoft.com>
* Fixed a couple of tiny memory leaks in the usage of b64enc(), the
returned buffer allocated as 'string' in b64enc wasn't being freed,
and the 'authbuf' malloc'd in httplib_construct_sc_request for the
proxy authorization wasn't freed.
(lib/http.c) -Colin D. Bennett <cbennett@radsoft.com>
- use pthread buildlink2
- let configure check for semaphore.h, if we don't have
it, abuse sysv semaphores. (I'm not sure this is correct
but it seems at least to make the program run. :)
- Install some documentation.
Using information which a SHOUTcast server can optionally send,
this program breaks an audio stream into "tracks," stores them in
separate files as they arrive, and names the files by appending
".mp3" to the name of the track. The tracks can be listened to at
the user's leisure with an MPEG Layer 3 audio player.