[xiph-commits] r9117 - icecast/branches/kh/icecast
karl at motherfish-iii.xiph.org
karl at motherfish-iii.xiph.org
Wed Apr 6 09:54:31 PDT 2005
Author: karl
Date: 2005-04-06 09:54:28 -0700 (Wed, 06 Apr 2005)
New Revision: 9117
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 2005-04-06 16:49:12 UTC (rev 9116)
+++ icecast/branches/kh/icecast/NEWS 2005-04-06 16:54:28 UTC (rev 9117)
@@ -17,6 +17,31 @@
. added file intro to streams
. fallback to file
+TODO
+. update slave host handling to add entry via url, as on-demand relays don't
+ connect until there are listeners.
+. auth_url, allow xml specified header instead of hardcoded one
+. auth_url, issue request at source startup/shutdown, so listeners can be
+ cleared from auth server
+
+2.2-kh1
+. Auth update. could have affected a few cases, report any odd issues
+ with connection
+ - auth_t part of mount_proxy now
+ - xsl/m3u/fserve handling occurs after auth
+ - single auth thread used (can be part of a pool)
+ - listeners are auth'd on the mountpoint they requested, no matter if
+ a fallback was triggered.
+. fix bug introduced in kh6 when url updates are used with vorbis only streams
+. source stats for on-demand relays could disappear when they should not
+. after intro file has been sent, the listener is placed on stream queue to
+ complete the stated burst size
+. mount "all" can be used to state mount settings for all non-admin mountpoints
+. ignore a 0 metadata interval in mp3 streams, some servers have sent that
+. auth_htpasswd, the tmp file failed to work if an absolute path was specified
+. auth_url, 'client=' is sent instead of 'id='
+. various log msg cleanups
+
2.1-kh6
. fix reported bugs in auth url.
. at source shutdown make each client release refbuf before going to auth
Modified: icecast/branches/kh/icecast/configure.in
===================================================================
--- icecast/branches/kh/icecast/configure.in 2005-04-06 16:49:12 UTC (rev 9116)
+++ icecast/branches/kh/icecast/configure.in 2005-04-06 16:54:28 UTC (rev 9117)
@@ -1,4 +1,4 @@
-AC_INIT([Icecast], [2.1-kh6], [karl at xiph.org])
+AC_INIT([Icecast], [2.2-kh1], [karl at xiph.org])
AC_PREREQ(2.54)
AC_CONFIG_SRCDIR(src/main.c)
More information about the commits
mailing list