1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-06-16 06:15:24 +00:00

Icecast 2.4 beta5 aka 2.3.99.5

svn path=/icecast/trunk/icecast/; revision=19101
This commit is contained in:
Thomas B. "dm8tbr" Ruecker 2014-03-01 17:53:26 +00:00
parent 2cf9930e91
commit be993933ef
2 changed files with 25 additions and 1 deletions

View File

@ -1,3 +1,27 @@
2014-03-01 17:53:00 dm8tbr
* Icecast 2.4 beta5 aka 2.3.99.5
2014-03-01 17:37:38 dm8tbr
* Reverting r18945 for now as using -b breaks things.
Reopening #1886, patch needs rework.
2014-03-01 16:38:15 dm8tbr
* Web output properly redone, credit to ePirat.
Now validates completely as XHTML1.0 strict.
Also improves rendering on mobile devices.
2014-02-23 21:29:35 dm8tbr
* Send charset in headers for everything, excluding file-serv and streams.
2014-02-16 10:14:28 dm8tbr
* Added warning to documentation
ensure queue-size >> burst-size.
2014-01-23 13:55:23 dm8tbr
* Icecast 2.4 beta4 aka 2.3.99.4

View File

@ -1,4 +1,4 @@
AC_INIT([Icecast], [2.3.99.4], [icecast@xiph.org])
AC_INIT([Icecast], [2.3.99.5], [icecast@xiph.org])
AC_PREREQ(2.54)
AC_CONFIG_SRCDIR(src/main.c)