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

karl at svn.xiph.org karl at svn.xiph.org
Sat Jul 30 10:48:44 PDT 2005


Author: karl
Date: 2005-07-30 10:48:42 -0700 (Sat, 30 Jul 2005)
New Revision: 9657

Modified:
   icecast/branches/kh/icecast/NEWS
   icecast/branches/kh/icecast/configure.in
Log:
bump version to kh15


Modified: icecast/branches/kh/icecast/NEWS
===================================================================
--- icecast/branches/kh/icecast/NEWS	2005-07-30 17:16:21 UTC (rev 9656)
+++ icecast/branches/kh/icecast/NEWS	2005-07-30 17:48:42 UTC (rev 9657)
@@ -20,6 +20,16 @@
 . 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-kh15
+. fixed 2 segv bugs, one on relay shutdown (on-demand) and another on client
+  drop in connection thread.
+. send the fixed string responses via fserve, unlikely to show as a problem
+  for normal connections but required for SSL sockets.
+. Added SSL handling on certain ports define with <ssl>, initial work by
+  oddsock, extended due to connection handler changes.
+. merge small changes from trunk to keep things in sync
+. increased the max number of listen sockets to 50
+
 2.2-kh14
 . various auth updates. The auth thread main code handling updated.
   - auth url, various checks added for missing settings, listener timelimit

Modified: icecast/branches/kh/icecast/configure.in
===================================================================
--- icecast/branches/kh/icecast/configure.in	2005-07-30 17:16:21 UTC (rev 9656)
+++ icecast/branches/kh/icecast/configure.in	2005-07-30 17:48:42 UTC (rev 9657)
@@ -1,4 +1,4 @@
-AC_INIT([Icecast], [2.2-kh14], [karl at xiph.org])
+AC_INIT([Icecast], [2.2-kh15], [karl at xiph.org])
 
 AC_PREREQ(2.54)
 AC_CONFIG_SRCDIR(src/main.c)



More information about the commits mailing list