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

karl at motherfish-iii.xiph.org karl at motherfish-iii.xiph.org
Thu Nov 18 04:32:30 PST 2004


Author: karl
Date: 2004-11-18 04:32:29 -0800 (Thu, 18 Nov 2004)
New Revision: 8217

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-11-18 11:41:29 UTC (rev 8216)
+++ icecast/branches/kh/icecast/NEWS	2004-11-18 12:32:29 UTC (rev 8217)
@@ -3,20 +3,33 @@
 . mp3 accepts artist and title separately on the url.
 . program invocation at stream start and end, per mount based.
 . on-demand relays, activated on first listener, disconnected when listeners 
-falls to 0. Available for master relays as well.
+  falls to 0. Available for master relays as well.
 . multiple Ogg codec streaming. Current codecs handled are Theora, Vorbis,
-Speex, Writ.
+  Speex, Writ.
 . Clients are started at theora key frame if theora is being streamed.
 . Added URL and command based listener authentication
 . server xml reload, and reopen logging available via admin url
 . on xml reload, active sources are updated as well
 . When max-listeners reached, a HTTP 302 code can be sent to redirect
-clients to alternative slave hosts. 
+  clients to alternative slave hosts. 
 . authenticated relays, those that match the relay user/pass, bypass the 
-max-listener check
+  max-listener check
 . per-mount format-specific settings can be stated in mount
 . mp3 metadata interval can be stated/disabled per mount
+. added file intro to streams
+. fallback to file
 
+2.1-kh2
+. send max_listeners to YP, server limit if mount is unlimited
+. add server client_limit and source_limit to stats
+. filter duplicate metadata in inline mp3 streams 
+. minor fix the xslt
+. minor leak on failed range header fserve client
+. added AAC and AAC+ content-types for mp3 handler
+. resync with trunk
+    logging metadata, needs testing
+    added <shoutcast-mount> for shoucast DSP compatible clients
+
 2.1-kh1
 . Added <intro> tag to <mount> to allow the contents of a nominated file
   (in the same format as the stream) to be sent to a listener before the actual

Modified: icecast/branches/kh/icecast/configure.in
===================================================================
--- icecast/branches/kh/icecast/configure.in	2004-11-18 11:41:29 UTC (rev 8216)
+++ icecast/branches/kh/icecast/configure.in	2004-11-18 12:32:29 UTC (rev 8217)
@@ -1,4 +1,4 @@
-AC_INIT([Icecast], [2.1-kh1], [karl at xiph.org])
+AC_INIT([Icecast], [2.1-kh2], [karl at xiph.org])
 
 AC_PREREQ(2.54)
 AC_CONFIG_SRCDIR(src/main.c)



More information about the commits mailing list