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

bump version to kh10

svn path=/icecast/branches/kh/icecast/; revision=9439
This commit is contained in:
Karl Heyes 2005-06-11 13:39:00 +00:00
parent 56db05a13f
commit f684729145
2 changed files with 8 additions and 1 deletions

7
NEWS
View File

@ -20,6 +20,13 @@ 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-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
over from the pending queue drop
. various small checks added
. trunk sync-up
2.2-kh9
. drop the pending list for each source, adds clients to active list directly
. intro and fallback to file handling fixed again, recent changes caused

View File

@ -1,4 +1,4 @@
AC_INIT([Icecast], [2.2-kh9], [karl@xiph.org])
AC_INIT([Icecast], [2.2-kh10], [karl@xiph.org])
AC_PREREQ(2.54)
AC_CONFIG_SRCDIR(src/main.c)