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=7685
This commit is contained in:
parent
df2184f390
commit
3ffedf6476
6
NEWS
6
NEWS
@ -19,6 +19,12 @@ clients to alternative slave hosts.
|
||||
. authenticated relays, those that match the relay user/pass, bypass the
|
||||
max-listener check
|
||||
|
||||
kh54
|
||||
. NULL dereference in yp from previous patch now fixed.
|
||||
. When override set on an on-demand relay, then the relay now checks to see
|
||||
if there are any listeners on the fallback mount, if so then it starts up.
|
||||
. removed useless per source clients stat, listeners already exists
|
||||
|
||||
kh53
|
||||
. remove the last remaining stats at stream shutdown.
|
||||
. implement hidden attribute for stats, source stats can be toggled between
|
||||
|
@ -1,4 +1,4 @@
|
||||
AC_INIT([Icecast], [2.0-kh53], [karl@xiph.org])
|
||||
AC_INIT([Icecast], [2.0-kh54], [karl@xiph.org])
|
||||
|
||||
AC_PREREQ(2.54)
|
||||
AC_CONFIG_SRCDIR(src/main.c)
|
||||
|
Loading…
Reference in New Issue
Block a user