mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-11-03 04:17:17 -05:00
bump version
svn path=/icecast/branches/kh/icecast/; revision=9211
This commit is contained in:
parent
545bc6011c
commit
d0a89a9b22
14
NEWS
14
NEWS
@ -23,6 +23,20 @@ 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-kh5
|
||||
. Added total read and sent stats for each mount.
|
||||
. Added start time for server and each mount
|
||||
. Added average bandwidth stats for each mount, incoming and outgoing
|
||||
. fixup problem with stats client exiting. wasn't unregistering
|
||||
. outgoing mp3 metadata default to incoming if present
|
||||
. update to explict stream settings in mount
|
||||
. prevent cyclic fallback mounts ie A->B B-A where B is down
|
||||
. reduce time syscall call usage
|
||||
. lookup mount list password for shoutcast source clients
|
||||
. 404 unknown requests
|
||||
. removed dead/duplicated code
|
||||
. check for non-regular file in fserve
|
||||
|
||||
2.2-kh4
|
||||
. Added FLAC/MIDI to Ogg Handler
|
||||
. sources count was left increased if client limit was reached
|
||||
|
@ -1,4 +1,4 @@
|
||||
AC_INIT([Icecast], [2.2-kh4], [karl@xiph.org])
|
||||
AC_INIT([Icecast], [2.2-kh5], [karl@xiph.org])
|
||||
|
||||
AC_PREREQ(2.54)
|
||||
AC_CONFIG_SRCDIR(src/main.c)
|
||||
|
Loading…
Reference in New Issue
Block a user