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

karl at motherfish-iii.xiph.org karl at motherfish-iii.xiph.org
Sat Jun 4 10:26:48 PDT 2005


Author: karl
Date: 2005-06-04 10:26:46 -0700 (Sat, 04 Jun 2005)
New Revision: 9351

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


Modified: icecast/branches/kh/icecast/NEWS
===================================================================
--- icecast/branches/kh/icecast/NEWS	2005-06-04 17:12:33 UTC (rev 9350)
+++ icecast/branches/kh/icecast/NEWS	2005-06-04 17:26:46 UTC (rev 9351)
@@ -20,6 +20,14 @@
 . 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-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
+  certain aspects to not work.
+. helix/real player wants StreamTitle metadata at the start or else it messes
+  up the mp3 playback.
+. small stats/xsl updates
+
 2.2-kh8
 . fix moving listeners bug recently introduced, affects fallback mounts
 . make YP engine, url escape alls stats before sending to YP server.

Modified: icecast/branches/kh/icecast/configure.in
===================================================================
--- icecast/branches/kh/icecast/configure.in	2005-06-04 17:12:33 UTC (rev 9350)
+++ icecast/branches/kh/icecast/configure.in	2005-06-04 17:26:46 UTC (rev 9351)
@@ -1,4 +1,4 @@
-AC_INIT([Icecast], [2.2-kh8], [karl at xiph.org])
+AC_INIT([Icecast], [2.2-kh9], [karl at xiph.org])
 
 AC_PREREQ(2.54)
 AC_CONFIG_SRCDIR(src/main.c)



More information about the commits mailing list