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

karl at motherfish-iii.xiph.org karl at motherfish-iii.xiph.org
Fri Oct 15 04:03:15 PDT 2004


Author: karl
Date: 2004-10-15 04:03:15 -0700 (Fri, 15 Oct 2004)
New Revision: 8010

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-10-15 10:59:30 UTC (rev 8009)
+++ icecast/branches/kh/icecast/NEWS	2004-10-15 11:03:15 UTC (rev 8010)
@@ -17,6 +17,17 @@
 max-listener check
 . per-mount format-specific settings can be stated in mount
 
+kh57
+. don't list hidden mounts on streamlist.txt
+. fixup format_vorbis from singleq merge, memory leaks and uninitialised
+  pointers.
+. for YP, grab the ice-bitrate from stats at the time of adding to server,
+  this is useful as YP spec has bitrate as mandatory but bitrate may only
+  be determined from stream.
+. check per-mount auth settings for per-mount admin requests, useful on
+  url metadata updates
+. resync web and admin docs with recent xhtml work in trunk
+
 kh56
 . provide an alternate sock_write_fmt for old style vsnprintf, this was
   causing no data (on truncation) to be sent on windows (stats.xml).
@@ -32,6 +43,8 @@
 . The default mp3 interval is now 16000 bytes (inline with trunk) but this
   can be overridden per-mount with <mp3-metadata-interval> in bytes. Other
   format-specific settings could be possible.
+. update fserve thread to check which clients are writable, CPU loading
+  could become high if slow and fast clients are connected.
 
 kh55
 . let the stats relays loop around instead of blocking on conditions, that

Modified: icecast/branches/kh/icecast/configure.in
===================================================================
--- icecast/branches/kh/icecast/configure.in	2004-10-15 10:59:30 UTC (rev 8009)
+++ icecast/branches/kh/icecast/configure.in	2004-10-15 11:03:15 UTC (rev 8010)
@@ -1,4 +1,4 @@
-AC_INIT([Icecast], [2.0-kh56], [karl at xiph.org])
+AC_INIT([Icecast], [2.0-kh57], [karl at xiph.org])
 
 AC_PREREQ(2.54)
 AC_CONFIG_SRCDIR(src/main.c)



More information about the commits mailing list