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

karl at motherfish-iii.xiph.org karl at motherfish-iii.xiph.org
Mon Aug 30 12:38:37 PDT 2004


Author: karl
Date: 2004-08-30 12:38:37 -0700 (Mon, 30 Aug 2004)
New Revision: 7667

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


Modified: icecast/branches/kh/icecast/NEWS
===================================================================
--- icecast/branches/kh/icecast/NEWS	2004-08-30 19:08:38 UTC (rev 7666)
+++ icecast/branches/kh/icecast/NEWS	2004-08-30 19:38:37 UTC (rev 7667)
@@ -19,6 +19,17 @@
 . authenticated relays, those that match the relay user/pass, bypass the 
 max-listener check
 
+kh53
+. remove the last remaining stats at stream shutdown.
+. implement hidden attribute for stats, source stats can be toggled between
+  hidden/visible. This is a slight change to stats usage but not major.
+. mountpoints on xsl are better handled now
+. drop slave-host from xml parsing. They are used internally, created and
+  removed by master relays authenticating against the relay user/pass.
+. when moving clients don't report on-demand relays as source not available
+. when moving clients don't show move clients on mount /a to /a entry.
+. race fix for YP entries
+
 kh52
 . A lot of resync work with trunk
 . add queue shrinking, reduces queues to either last listener or burst

Modified: icecast/branches/kh/icecast/configure.in
===================================================================
--- icecast/branches/kh/icecast/configure.in	2004-08-30 19:08:38 UTC (rev 7666)
+++ icecast/branches/kh/icecast/configure.in	2004-08-30 19:38:37 UTC (rev 7667)
@@ -1,4 +1,4 @@
-AC_INIT([Icecast], [2.0-kh52], [karl at xiph.org])
+AC_INIT([Icecast], [2.0-kh53], [karl at xiph.org])
 
 AC_PREREQ(2.54)
 AC_CONFIG_SRCDIR(src/main.c)



More information about the commits mailing list