mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-11-03 04:17:17 -05:00
update config, NEWS and bump version
svn path=/icecast/branches/kh/icecast/; revision=7403
This commit is contained in:
parent
9200af8855
commit
1a5effb4bd
11
NEWS
11
NEWS
@ -8,6 +8,17 @@ falls to 0
|
|||||||
multiple Ogg codec streaming. start at theora key frame.
|
multiple Ogg codec streaming. start at theora key frame.
|
||||||
Added URL and command based authentication
|
Added URL and command based authentication
|
||||||
|
|
||||||
|
kh49
|
||||||
|
. allow for changes in mount settings to update active sources
|
||||||
|
. allow for slaves to authenticate with the master using the
|
||||||
|
master user/pass.
|
||||||
|
. if client authenticates as a relay then bypass the normal
|
||||||
|
authentication and max listeners check.
|
||||||
|
. fix a string length problem with relay auth
|
||||||
|
. if slave fails to auth then log it and go back to waiting
|
||||||
|
. remove unused/debug code
|
||||||
|
. updated net code, timeout problem for slaves
|
||||||
|
|
||||||
kh48
|
kh48
|
||||||
. tweaks to per client write limits
|
. tweaks to per client write limits
|
||||||
. allow for on-demand to be set on all relays by default
|
. allow for on-demand to be set on all relays by default
|
||||||
|
@ -69,6 +69,7 @@
|
|||||||
<!--<master-server-port>8001</master-server-port>-->
|
<!--<master-server-port>8001</master-server-port>-->
|
||||||
<!--<master-update-interval>120</master-update-interval>-->
|
<!--<master-update-interval>120</master-update-interval>-->
|
||||||
<!--<master-password>hackme</master-password>-->
|
<!--<master-password>hackme</master-password>-->
|
||||||
|
<!--<master-relay-auth>1</master-relay-auth>-->
|
||||||
|
|
||||||
<!-- Relays. State connection information, and by default
|
<!-- Relays. State connection information, and by default
|
||||||
request inline metadata for mp3 streams if available.
|
request inline metadata for mp3 streams if available.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
AC_INIT([Icecast], [2.0-kh48], [karl@xiph.org])
|
AC_INIT([Icecast], [2.0-kh49], [karl@xiph.org])
|
||||||
|
|
||||||
AC_PREREQ(2.54)
|
AC_PREREQ(2.54)
|
||||||
AC_CONFIG_SRCDIR(src/main.c)
|
AC_CONFIG_SRCDIR(src/main.c)
|
||||||
|
Loading…
Reference in New Issue
Block a user