diff --git a/NEWS b/NEWS index 7ecef5c6..e61752ac 100644 --- a/NEWS +++ b/NEWS @@ -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 in the instead diff --git a/configure.in b/configure.in index 88e7c266..41c7608e 100644 --- a/configure.in +++ b/configure.in @@ -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)