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

karl at motherfish-iii.xiph.org karl at motherfish-iii.xiph.org
Thu Sep 2 08:13:12 PDT 2004


Author: karl
Date: 2004-09-02 08:13:12 -0700 (Thu, 02 Sep 2004)
New Revision: 7685

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-09-02 14:00:27 UTC (rev 7684)
+++ icecast/branches/kh/icecast/NEWS	2004-09-02 15:13:12 UTC (rev 7685)
@@ -19,6 +19,12 @@
 . authenticated relays, those that match the relay user/pass, bypass the 
 max-listener check
 
+kh54
+. NULL dereference in yp from previous patch now fixed.
+. When override set on an on-demand relay, then the relay now checks to see
+  if there are any listeners on the fallback mount, if so then it starts up.
+. removed useless per source clients stat, listeners already exists
+
 kh53
 . remove the last remaining stats at stream shutdown.
 . implement hidden attribute for stats, source stats can be toggled between

Modified: icecast/branches/kh/icecast/configure.in
===================================================================
--- icecast/branches/kh/icecast/configure.in	2004-09-02 14:00:27 UTC (rev 7684)
+++ icecast/branches/kh/icecast/configure.in	2004-09-02 15:13:12 UTC (rev 7685)
@@ -1,4 +1,4 @@
-AC_INIT([Icecast], [2.0-kh53], [karl at xiph.org])
+AC_INIT([Icecast], [2.0-kh54], [karl at xiph.org])
 
 AC_PREREQ(2.54)
 AC_CONFIG_SRCDIR(src/main.c)



More information about the commits mailing list