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:
parent
8831099472
commit
02604f1f9a
10
NEWS
10
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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user