From be993933ef89637fc57a629b7093817606c6ca83 Mon Sep 17 00:00:00 2001 From: "Thomas B. \"dm8tbr\" Ruecker" Date: Sat, 1 Mar 2014 17:53:26 +0000 Subject: [PATCH] Icecast 2.4 beta5 aka 2.3.99.5 svn path=/icecast/trunk/icecast/; revision=19101 --- ChangeLog | 24 ++++++++++++++++++++++++ configure.in | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7a55feab..cf3b7250 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/configure.in b/configure.in index 752eb55a..eabda5c9 100644 --- a/configure.in +++ b/configure.in @@ -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)