[xiph-commits] r7403 - in icecast/branches/kh/icecast: . conf

karl at dactyl.lonelymoon.com karl
Wed Jul 28 15:00:37 PDT 2004


Author: karl
Date: Wed Jul 28 15:00:37 2004
New Revision: 7403

Modified:
icecast/branches/kh/icecast/NEWS
icecast/branches/kh/icecast/conf/icecast.xml.in
icecast/branches/kh/icecast/configure.in
Log:
update config, NEWS and bump version


Modified: icecast/branches/kh/icecast/NEWS
===================================================================
--- icecast/branches/kh/icecast/NEWS	2004-07-28 21:28:45 UTC (rev 7402)
+++ icecast/branches/kh/icecast/NEWS	2004-07-28 22:00:37 UTC (rev 7403)
@@ -8,6 +8,17 @@
multiple Ogg codec streaming. start at theora key frame.
Added URL and command based authentication

+kh49
+. allow for changes in mount settings to update active sources
+. allow for slaves to authenticate with the master using the
+  master user/pass.
+. if client authenticates as a relay then bypass the normal
+  authentication and max listeners check.
+. fix a string length problem with relay auth
+. if slave fails to auth then log it and go back to waiting
+. remove unused/debug code
+. updated net code, timeout problem for slaves
+
kh48
. tweaks to per client write limits
. allow for on-demand to be set on all relays by default

Modified: icecast/branches/kh/icecast/conf/icecast.xml.in
===================================================================
--- icecast/branches/kh/icecast/conf/icecast.xml.in	2004-07-28 21:28:45 UTC (rev 7402)
+++ icecast/branches/kh/icecast/conf/icecast.xml.in	2004-07-28 22:00:37 UTC (rev 7403)
@@ -69,6 +69,7 @@
<!--<master-server-port>8001</master-server-port>-->
<!--<master-update-interval>120</master-update-interval>-->
<!--<master-password>hackme</master-password>-->
+    <!--<master-relay-auth>1</master-relay-auth>-->

<!-- Relays. State connection information, and by default
request inline metadata for mp3 streams if available.

Modified: icecast/branches/kh/icecast/configure.in
===================================================================
--- icecast/branches/kh/icecast/configure.in	2004-07-28 21:28:45 UTC (rev 7402)
+++ icecast/branches/kh/icecast/configure.in	2004-07-28 22:00:37 UTC (rev 7403)
@@ -1,4 +1,4 @@
-AC_INIT([Icecast], [2.0-kh48], [karl at xiph.org])
+AC_INIT([Icecast], [2.0-kh49], [karl at xiph.org])

AC_PREREQ(2.54)
AC_CONFIG_SRCDIR(src/main.c)



More information about the commits mailing list