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

karl at motherfish-iii.xiph.org karl at motherfish-iii.xiph.org
Mon May 30 14:16:35 PDT 2005


Author: karl
Date: 2005-05-30 14:16:32 -0700 (Mon, 30 May 2005)
New Revision: 9329

Modified:
   icecast/branches/kh/icecast/NEWS
   icecast/branches/kh/icecast/configure.in
Log:
bump version to kh8, a bug fix release really


Modified: icecast/branches/kh/icecast/NEWS
===================================================================
--- icecast/branches/kh/icecast/NEWS	2005-05-30 21:01:49 UTC (rev 9328)
+++ icecast/branches/kh/icecast/NEWS	2005-05-30 21:16:32 UTC (rev 9329)
@@ -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-kh8
+. fix moving listeners bug recently introduced, affects fallback mounts
+. make YP engine, url escape alls stats before sending to YP server.
+. make <no-yp> setting work again, but it is being deprecated because of the
+  newer <public> setting
+. add slow_listeners stat. A count of listeners that fall too far behind
+. small doc updates
+
 2.2-kh7
 . fix busy poll loop, introduced in kh6, fast clients are now placed at the
   end of the listeners lists and the starting position is recorded. 

Modified: icecast/branches/kh/icecast/configure.in
===================================================================
--- icecast/branches/kh/icecast/configure.in	2005-05-30 21:01:49 UTC (rev 9328)
+++ icecast/branches/kh/icecast/configure.in	2005-05-30 21:16:32 UTC (rev 9329)
@@ -1,4 +1,4 @@
-AC_INIT([Icecast], [2.2-kh7], [karl at xiph.org])
+AC_INIT([Icecast], [2.2-kh8], [karl at xiph.org])
 
 AC_PREREQ(2.54)
 AC_CONFIG_SRCDIR(src/main.c)



More information about the commits mailing list