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

karl at motherfish-iii.xiph.org karl at motherfish-iii.xiph.org
Sun Sep 19 12:51:12 PDT 2004


Author: karl
Date: 2004-09-19 12:51:11 -0700 (Sun, 19 Sep 2004)
New Revision: 7803

Modified:
   icecast/branches/kh/icecast/NEWS
   icecast/branches/kh/icecast/configure.in
Log:
update version


Modified: icecast/branches/kh/icecast/NEWS
===================================================================
--- icecast/branches/kh/icecast/NEWS	2004-09-19 19:38:09 UTC (rev 7802)
+++ icecast/branches/kh/icecast/NEWS	2004-09-19 19:51:11 UTC (rev 7803)
@@ -1,6 +1,5 @@
 Feature differences from SVN trunk
 
-. Use of a single queue allows for integrated handling of bursting data
 . fast pre-buffering aka burst-on-connect. State a burst size in bytes to
 indicate how much should be sent at listener connect.
 . mp3 accepts artist and title separately on the url.
@@ -19,6 +18,15 @@
 . authenticated relays, those that match the relay user/pass, bypass the 
 max-listener check
 
+kh55
+. let the stats relays loop around instead of blocking on conditions, that
+  way we don't get out of sync if we miss a wakeup.
+. some NULL checks in stats code were missing.
+. updated xsl transform code, small changes to status.xsl as well
+. add checks for missing / starting mountpoints
+. sync up YP in trunk, this looks to be solid now.
+. small include cleanups
+
 kh54
 . NULL dereference in yp from previous patch now fixed.
 . When override set on an on-demand relay, then the relay now checks to see

Modified: icecast/branches/kh/icecast/configure.in
===================================================================
--- icecast/branches/kh/icecast/configure.in	2004-09-19 19:38:09 UTC (rev 7802)
+++ icecast/branches/kh/icecast/configure.in	2004-09-19 19:51:11 UTC (rev 7803)
@@ -1,4 +1,4 @@
-AC_INIT([Icecast], [2.0-kh54], [karl at xiph.org])
+AC_INIT([Icecast], [2.0-kh55], [karl at xiph.org])
 
 AC_PREREQ(2.54)
 AC_CONFIG_SRCDIR(src/main.c)



More information about the commits mailing list