diff --git a/NEWS b/NEWS index 76e42bbe..f8893f6c 100644 --- a/NEWS +++ b/NEWS @@ -20,6 +20,16 @@ TODO . get feedback from people on listener auth via url, Stephen Nixon has done some auth scripts that people can use at http://imux.net/icecast/ +2.2-kh11 +. xsl/xml pages from adminroot and webroot are now delivered via the file + serve thread. +. Allow TouchFreq changes for actions other than add +. update main auth handler, don't require user:pass to be passed, leave it to + the specific auth to decide. +. update auth_url, pass original request url through to auth in mount= +. plug some small memory leaks in auth engine +. remove some dead code + 2.2-kh10 . play better with Real/Helix, StreamTitle needs to be sent at least initially. . A zero'ing of the listener count occured affecting on-demand relays. A left diff --git a/configure.in b/configure.in index e0eb8559..b5e28e61 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT([Icecast], [2.2-kh10], [karl@xiph.org]) +AC_INIT([Icecast], [2.2-kh11], [karl@xiph.org]) AC_PREREQ(2.54) AC_CONFIG_SRCDIR(src/main.c)