mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-11-03 04:17:17 -05:00
update version
svn path=/icecast/branches/kh/icecast/; revision=7803
This commit is contained in:
parent
7e565ee8e2
commit
e2a48e7fc1
10
NEWS
10
NEWS
@ -1,6 +1,5 @@
|
||||
Feature differences from SVN trunk
|
||||
|
||||
. Use of a single queue allows for integrated handling of bursting data
|
||||
. fast pre-buffering aka burst-on-connect. State a burst size in bytes to
|
||||
indicate how much should be sent at listener connect.
|
||||
. mp3 accepts artist and title separately on the url.
|
||||
@ -19,6 +18,15 @@ clients to alternative slave hosts.
|
||||
. authenticated relays, those that match the relay user/pass, bypass the
|
||||
max-listener check
|
||||
|
||||
kh55
|
||||
. let the stats relays loop around instead of blocking on conditions, that
|
||||
way we don't get out of sync if we miss a wakeup.
|
||||
. some NULL checks in stats code were missing.
|
||||
. updated xsl transform code, small changes to status.xsl as well
|
||||
. add checks for missing / starting mountpoints
|
||||
. sync up YP in trunk, this looks to be solid now.
|
||||
. small include cleanups
|
||||
|
||||
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
|
||||
|
@ -1,4 +1,4 @@
|
||||
AC_INIT([Icecast], [2.0-kh54], [karl@xiph.org])
|
||||
AC_INIT([Icecast], [2.0-kh55], [karl@xiph.org])
|
||||
|
||||
AC_PREREQ(2.54)
|
||||
AC_CONFIG_SRCDIR(src/main.c)
|
||||
|
Loading…
Reference in New Issue
Block a user