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

karl at motherfish-iii.xiph.org karl at motherfish-iii.xiph.org
Fri Dec 17 18:31:28 PST 2004


Author: karl
Date: 2004-12-17 18:31:27 -0800 (Fri, 17 Dec 2004)
New Revision: 8483

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-12-18 00:27:14 UTC (rev 8482)
+++ icecast/branches/kh/icecast/NEWS	2004-12-18 02:31:27 UTC (rev 8483)
@@ -20,6 +20,13 @@
 . added file intro to streams
 . fallback to file
 
+2.1-kh5
+. fix YP memory corruption bug introduced in kh4
+. resync with trunk
+  . updated YP parameters to follow spec.
+  . stats on the theora stream
+  . doc and xsl updates
+
 2.1-kh4
 . cleanup ogg codec build
 . handle ogg header pages better

Modified: icecast/branches/kh/icecast/configure.in
===================================================================
--- icecast/branches/kh/icecast/configure.in	2004-12-18 00:27:14 UTC (rev 8482)
+++ icecast/branches/kh/icecast/configure.in	2004-12-18 02:31:27 UTC (rev 8483)
@@ -1,4 +1,4 @@
-AC_INIT([Icecast], [2.1-kh4], [karl at xiph.org])
+AC_INIT([Icecast], [2.1-kh5], [karl at xiph.org])
 
 AC_PREREQ(2.54)
 AC_CONFIG_SRCDIR(src/main.c)



More information about the commits mailing list