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

karl at motherfish-iii.xiph.org karl at motherfish-iii.xiph.org
Thu Apr 7 20:59:41 PDT 2005


Author: karl
Date: 2005-04-07 20:59:38 -0700 (Thu, 07 Apr 2005)
New Revision: 9127

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-08 03:48:08 UTC (rev 9126)
+++ icecast/branches/kh/icecast/NEWS	2005-04-08 03:59:38 UTC (rev 9127)
@@ -20,10 +20,15 @@
 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-kh2
+. optional url requests for source startup/shutdown.
+. 'header' option for listener url auth.  If this header is returned 
+  for the auth request then the listener is authenticated.
+. per-mount override for <stream-name> <stream-description> <stream-url>
+  <genre> and <bitrate>
+. fixes to previous auth update
+
 2.2-kh1
 . Auth update. could have affected a few cases, report any odd issues
   with connection

Modified: icecast/branches/kh/icecast/configure.in
===================================================================
--- icecast/branches/kh/icecast/configure.in	2005-04-08 03:48:08 UTC (rev 9126)
+++ icecast/branches/kh/icecast/configure.in	2005-04-08 03:59:38 UTC (rev 9127)
@@ -1,4 +1,4 @@
-AC_INIT([Icecast], [2.2-kh1], [karl at xiph.org])
+AC_INIT([Icecast], [2.2-kh2], [karl at xiph.org])
 
 AC_PREREQ(2.54)
 AC_CONFIG_SRCDIR(src/main.c)



More information about the commits mailing list