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

karl at motherfish-iii.xiph.org karl at motherfish-iii.xiph.org
Fri May 27 10:40:35 PDT 2005


Author: karl
Date: 2005-05-27 10:40:32 -0700 (Fri, 27 May 2005)
New Revision: 9319

Modified:
   icecast/branches/kh/icecast/NEWS
   icecast/branches/kh/icecast/configure.in
Log:
bump version to 2.2-kh7


Modified: icecast/branches/kh/icecast/NEWS
===================================================================
--- icecast/branches/kh/icecast/NEWS	2005-05-27 17:34:46 UTC (rev 9318)
+++ icecast/branches/kh/icecast/NEWS	2005-05-27 17:40:32 UTC (rev 9319)
@@ -20,6 +20,21 @@
 . 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-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. 
+. use a loop when checking the burst point, that way reducing burst size over
+  HUP works on active streams
+. fix 64bit usage in access.log on win32
+. Add ability for relays to be switched on or off but still reserve the
+  mountpoint.
+  - Added <enable> tag to <relay>, takes a 1 (default) or 0
+  - change with url /admin/managerelay?relay=/localmount&enable=1
+  - added admin page for enabling/disabling relays
+. on-[dis]connect scripts are looked up in the mount list instead of copied
+  to the source
+. type cleanups
+
 2.2-kh6
 . sync up with trunk merges
 . various internal updates

Modified: icecast/branches/kh/icecast/configure.in
===================================================================
--- icecast/branches/kh/icecast/configure.in	2005-05-27 17:34:46 UTC (rev 9318)
+++ icecast/branches/kh/icecast/configure.in	2005-05-27 17:40:32 UTC (rev 9319)
@@ -1,4 +1,4 @@
-AC_INIT([Icecast], [2.2-kh6], [karl at xiph.org])
+AC_INIT([Icecast], [2.2-kh7], [karl at xiph.org])
 
 AC_PREREQ(2.54)
 AC_CONFIG_SRCDIR(src/main.c)



More information about the commits mailing list