1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2025-02-02 15:07:36 -05:00

bump version

svn path=/icecast/branches/kh/icecast/; revision=8135
This commit is contained in:
Karl Heyes 2004-10-29 17:43:19 +00:00
parent 9135c49493
commit bd3b94c9ba
2 changed files with 16 additions and 2 deletions

16
NEWS
View File

@ -9,13 +9,27 @@ Speex, Writ.
. Clients are started at theora key frame if theora is being streamed.
. Added URL and command based listener authentication
. server xml reload, and reopen logging available via admin url
. slave startup re-organised so that relays are more independant
. on xml reload, active sources are updated as well
. When max-listeners reached, a HTTP 302 code can be sent to redirect
clients to alternative slave hosts.
. authenticated relays, those that match the relay user/pass, bypass the
max-listener check
. per-mount format-specific settings can be stated in mount
. mp3 metadata interval can be stated/disabled per mount
kh58
. fix stability bug on vorbis rewrite module (--enable-vorbis-updates)
. fixes to URL metadata handling. For vorbis streams they didn't update
the stats/YP, for MP3 they were ignored if the source stream had no metadata
. fixed small leak in slave host handling
. resync with various trunk changes (aliasing cleanups, win32 timezone offset,
log messages, docs, xsl files etc)
. for auth_url ignore case for authentication header
. updates to slave handling of stats when relays start/stop, mainly relating
to on-demand relays
. expand on the trigger for determining if a relay has changed, it was only
on local mountpoint before.
. if an on-demand relay shuts down, don't remove the YP info
kh57
. don't list hidden mounts on streamlist.txt

View File

@ -1,4 +1,4 @@
AC_INIT([Icecast], [2.0-kh57], [karl@xiph.org])
AC_INIT([Icecast], [2.0-kh58], [karl@xiph.org])
AC_PREREQ(2.54)
AC_CONFIG_SRCDIR(src/main.c)