aboutsummaryrefslogtreecommitdiff
path: root/shoutcast~/HISTORY
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2003-05-29 23:57:38 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2003-05-29 23:57:38 +0000
commitff6a28aa57fc980c333d45a137f5926db436723b (patch)
tree659e237a315eefe5378331ce63407ff7a16608a7 /shoutcast~/HISTORY
parent153e8d376f5c69efb9e5c00de0047cc1eba588aa (diff)
This commit was generated by cvs2svn to compensate for changes in r663,
which included commits to RCS files with non-trunk default branches. svn path=/trunk/externals/olafmatt/; revision=664
Diffstat (limited to 'shoutcast~/HISTORY')
-rw-r--r--shoutcast~/HISTORY40
1 files changed, 40 insertions, 0 deletions
diff --git a/shoutcast~/HISTORY b/shoutcast~/HISTORY
new file mode 100644
index 0000000..f5262cf
--- /dev/null
+++ b/shoutcast~/HISTORY
@@ -0,0 +1,40 @@
+version history of shoutcast~
+
+v0.3h (2003/05/29)
+- added 'lame_encoding_flush()' on disconnect
+- changed send() options to MSG_DONTWAIT|MSG_NOSIGNAL on Linux to avoid
+ calling Pd's signal handler on errors
+
+v0.3g (2003/02/09)
+- changed the way comment tags can be entered, now accepts spaces
+- added printout for lame settings
+- fixed a bug that made it impossible to connect to a port different
+ than 8000
+
+v0.3f (2003/01/17)
+- fixed a bug that made shoutcast~ or Pd crash when server crashed
+ or network connection was interrupted
+- corrected the 'public flag' in the server login routine
+
+v0.3e (2002/11/04)
+- added method to set stream name and the like using messages
+
+v0.3d (2002/09/07)
+- BUGFIX: first creation argument (inchannels) now works correctly
+- updated Lame library to version 3.92
+
+v0.3c (2002/08/30)
+- BUGFIX: resampling works now
+- BUGFIX: ringbuffer gets only filled when we're streaming
+- binary release for OS X (10.1.5)
+
+v0.3b (2002/08/03)
+- first stable release with POSIX multithreading
+- archive function no longer supported (for savety reasons)
+
+v0.2 (2002/02/02)
+- added archive functionallity to write mp3 to disk
+- win only: use of libmp3lame.lib instead of lame.dll
+
+v0.1 (2001/11/??)
+- first release \ No newline at end of file