1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-11-03 04:17:17 -05:00

bump version to kh11

svn path=/icecast/branches/kh/icecast/; revision=9455
This commit is contained in:
Karl Heyes 2005-06-15 02:53:30 +00:00
parent 8831099472
commit 02604f1f9a
2 changed files with 11 additions and 1 deletions

10
NEWS
View File

@ -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

View File

@ -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)