[xiph-commits] r9557 - icecast/branches/kh/icecast

karl at svn.xiph.org karl at svn.xiph.org
Sun Jul 10 07:29:38 PDT 2005


Author: karl
Date: 2005-07-10 07:29:35 -0700 (Sun, 10 Jul 2005)
New Revision: 9557

Modified:
   icecast/branches/kh/icecast/NEWS
   icecast/branches/kh/icecast/configure.in
Log:
bump version is kh13


Modified: icecast/branches/kh/icecast/NEWS
===================================================================
--- icecast/branches/kh/icecast/NEWS	2005-07-10 14:24:08 UTC (rev 9556)
+++ icecast/branches/kh/icecast/NEWS	2005-07-10 14:29:35 UTC (rev 9557)
@@ -20,6 +20,22 @@
 . get feedback from people on listener auth via url, Stephen Nixon has done
   some auth scripts that people can use at http://imux.net/icecast/
 
+2.2-kh13
+. updates the m4 scripts, pthread for solaris/gcc and check for --with-X
+. the ogg reading code could busy loop in certain cases, fixed
+. limit ogg codecs per stream to 10 so that it has some upper bound and not a
+  potential excessive memory taker.
+. always on relays missed out the listener count initially, fixed
+. compiler cleanps.
+. YP sends server client limit if max_listeners is set, however client_limit
+  is not in the stats tree, should it be?
+. oddcast sends stream data with http headers, which caused the non-blocking
+  connection thread to drop the inital bit of the stream, ie ogg header.
+. fix xslt handling properly, buffer truncation was missing and empty string
+  was leaving the socket open.
+. fixup handling for shoutcast source clients that send a \n for EOL
+. only log to access log if a response code is set
+
 2.2-kh12
 . rework connection handler to work on non-blocking sockets. the listener thread
   handles the http reading, after which it passes it over to the connection

Modified: icecast/branches/kh/icecast/configure.in
===================================================================
--- icecast/branches/kh/icecast/configure.in	2005-07-10 14:24:08 UTC (rev 9556)
+++ icecast/branches/kh/icecast/configure.in	2005-07-10 14:29:35 UTC (rev 9557)
@@ -1,4 +1,4 @@
-AC_INIT([Icecast], [2.2-kh12], [karl at xiph.org])
+AC_INIT([Icecast], [2.2-kh13], [karl at xiph.org])
 
 AC_PREREQ(2.54)
 AC_CONFIG_SRCDIR(src/main.c)



More information about the commits mailing list