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

karl at svn.xiph.org karl at svn.xiph.org
Tue Jun 13 15:47:03 PDT 2006


Author: karl
Date: 2006-06-13 15:46:59 -0700 (Tue, 13 Jun 2006)
New Revision: 11569

Modified:
   icecast/branches/kh/icecast/NEWS
   icecast/branches/kh/icecast/configure.in
Log:
bump version is kh6


Modified: icecast/branches/kh/icecast/NEWS
===================================================================
--- icecast/branches/kh/icecast/NEWS	2006-06-13 22:37:58 UTC (rev 11568)
+++ icecast/branches/kh/icecast/NEWS	2006-06-13 22:46:59 UTC (rev 11569)
@@ -12,6 +12,24 @@
 . stream-auth option for url authenticator.
 
 
+2.3-kh6
+. implement <limit-rate> bps in <mount>, the bitrate which triggers a timer for
+  possible source termination, also causes a slow down in reading. default no
+  limit applied.
+. implement <avg-bitrate-duration>, calculate average bitrate of over so many
+  seconds (default 60)
+. add <wait-time> to indicate how long a mountpoint is reserved for after a
+  source client terminates.
+. some internal cleanups
+. stats value cleanups.
+. hardcoded AAC content type missing
+. initial xml setting bug, caused crash with later glibc.
+. streamlist.txt should list inactive mounts if their hidden fallback is active.
+. move listener_connection increases even later so that listeners on failed
+  on-demand relays don't get counted.
+. updates to charset handler, for failure cases
+. kh5a included a fix for a segv that crept in.
+
 2.3-kh5
 . add media-type to xsl pages, IE has trouble with xhtml
 . add <accesslog-exclude-ext> for defining extensions that do not get reported

Modified: icecast/branches/kh/icecast/configure.in
===================================================================
--- icecast/branches/kh/icecast/configure.in	2006-06-13 22:37:58 UTC (rev 11568)
+++ icecast/branches/kh/icecast/configure.in	2006-06-13 22:46:59 UTC (rev 11569)
@@ -1,4 +1,4 @@
-AC_INIT([Icecast], [2.3-kh5], [karl at xiph.org])
+AC_INIT([Icecast], [2.3-kh6], [karl at xiph.org])
 
 AC_PREREQ(2.54)
 AC_CONFIG_SRCDIR(src/main.c)



More information about the commits mailing list