1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-09-29 04:25:55 -04:00

bump version

svn path=/icecast/branches/kh/icecast/; revision=8353
This commit is contained in:
Karl Heyes 2004-12-08 14:04:20 +00:00
parent 986dac0bd4
commit 614f39bbee
2 changed files with 13 additions and 1 deletions

12
NEWS
View File

@ -20,6 +20,18 @@ Feature differences from SVN trunk
. 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

View File

@ -1,4 +1,4 @@
AC_INIT([Icecast], [2.1-kh3], [karl@xiph.org])
AC_INIT([Icecast], [2.1-kh4], [karl@xiph.org])
AC_PREREQ(2.54)
AC_CONFIG_SRCDIR(src/main.c)