[xiph-commits] r8353 - icecast/branches/kh/icecast
karl at motherfish-iii.xiph.org
karl at motherfish-iii.xiph.org
Wed Dec 8 06:04:21 PST 2004
Author: karl
Date: 2004-12-08 06:04:20 -0800 (Wed, 08 Dec 2004)
New Revision: 8353
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-08 13:46:54 UTC (rev 8352)
+++ icecast/branches/kh/icecast/NEWS 2004-12-08 14:04:20 UTC (rev 8353)
@@ -20,6 +20,18 @@
. added file intro to streams
. fallback to file
+2.1-kh4
+. cleanup ogg codec build
+. handle ogg header pages better
+. ogg vorbis streams are rebuilt, but mutli ogg codec streams are
+ not, automatically determined now (drop the ogg-rebuild option)
+. more error checking in theora handling
+. unused code removal
+. merge from trunk
+ - add cluster-password
+ - admin page from updating title via url
+
+
2.1-kh3
. merge of the 2 ogg modules
- drop --enable-vorbis-upodates, use <ogg-rebuild> in the <mount> instead
Modified: icecast/branches/kh/icecast/configure.in
===================================================================
--- icecast/branches/kh/icecast/configure.in 2004-12-08 13:46:54 UTC (rev 8352)
+++ icecast/branches/kh/icecast/configure.in 2004-12-08 14:04:20 UTC (rev 8353)
@@ -1,4 +1,4 @@
-AC_INIT([Icecast], [2.1-kh3], [karl at xiph.org])
+AC_INIT([Icecast], [2.1-kh4], [karl at xiph.org])
AC_PREREQ(2.54)
AC_CONFIG_SRCDIR(src/main.c)
More information about the commits
mailing list