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

karl at motherfish-iii.xiph.org karl at motherfish-iii.xiph.org
Sat Jun 11 06:39:04 PDT 2005


Author: karl
Date: 2005-06-11 06:39:00 -0700 (Sat, 11 Jun 2005)
New Revision: 9439

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


Modified: icecast/branches/kh/icecast/NEWS
===================================================================
--- icecast/branches/kh/icecast/NEWS	2005-06-11 13:31:40 UTC (rev 9438)
+++ icecast/branches/kh/icecast/NEWS	2005-06-11 13:39:00 UTC (rev 9439)
@@ -20,6 +20,13 @@
 . 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-kh10
+. play better with Real/Helix, StreamTitle needs to be sent at least initially.
+. A zero'ing of the listener count occured affecting on-demand relays. A left
+  over from the pending queue drop
+. various small checks added
+. trunk sync-up
+
 2.2-kh9
 . drop the pending list for each source, adds clients to active list directly
 . intro and fallback to file handling fixed again, recent changes caused

Modified: icecast/branches/kh/icecast/configure.in
===================================================================
--- icecast/branches/kh/icecast/configure.in	2005-06-11 13:31:40 UTC (rev 9438)
+++ icecast/branches/kh/icecast/configure.in	2005-06-11 13:39:00 UTC (rev 9439)
@@ -1,4 +1,4 @@
-AC_INIT([Icecast], [2.2-kh9], [karl at xiph.org])
+AC_INIT([Icecast], [2.2-kh10], [karl at xiph.org])
 
 AC_PREREQ(2.54)
 AC_CONFIG_SRCDIR(src/main.c)



More information about the commits mailing list