[xiph-commits] r19101 - icecast/trunk/icecast

dm8tbr at svn.xiph.org dm8tbr at svn.xiph.org
Sat Mar 1 09:53:26 PST 2014


Author: dm8tbr
Date: 2014-03-01 09:53:26 -0800 (Sat, 01 Mar 2014)
New Revision: 19101

Modified:
   icecast/trunk/icecast/ChangeLog
   icecast/trunk/icecast/configure.in
Log:
Icecast 2.4 beta5 aka 2.3.99.5


Modified: icecast/trunk/icecast/ChangeLog
===================================================================
--- icecast/trunk/icecast/ChangeLog	2014-03-01 17:37:38 UTC (rev 19100)
+++ icecast/trunk/icecast/ChangeLog	2014-03-01 17:53:26 UTC (rev 19101)
@@ -1,3 +1,27 @@
+2014-03-01 17:53:00  dm8tbr
+
+	* Icecast 2.4 beta5 aka 2.3.99.5
+
+2014-03-01 17:37:38  dm8tbr
+
+	* Reverting r18945 for now as using -b breaks things.
+	  Reopening #1886, patch needs rework.
+
+2014-03-01 16:38:15  dm8tbr
+
+	* Web output properly redone, credit to ePirat.
+	  Now validates completely as XHTML1.0 strict.
+	  Also improves rendering on mobile devices.
+
+2014-02-23 21:29:35  dm8tbr
+
+	* Send charset in headers for everything, excluding file-serv and streams.
+
+2014-02-16 10:14:28  dm8tbr
+
+	* Added warning to documentation 
+	  ensure queue-size >> burst-size.
+
 2014-01-23 13:55:23  dm8tbr
 
 	* Icecast 2.4 beta4 aka 2.3.99.4

Modified: icecast/trunk/icecast/configure.in
===================================================================
--- icecast/trunk/icecast/configure.in	2014-03-01 17:37:38 UTC (rev 19100)
+++ icecast/trunk/icecast/configure.in	2014-03-01 17:53:26 UTC (rev 19101)
@@ -1,4 +1,4 @@
-AC_INIT([Icecast], [2.3.99.4], [icecast at xiph.org])
+AC_INIT([Icecast], [2.3.99.5], [icecast at xiph.org])
 
 AC_PREREQ(2.54)
 AC_CONFIG_SRCDIR(src/main.c)



More information about the commits mailing list