Skip to content

Commit 8dd374d

Browse files
committedApr 25, 2020
update for kh14
1 parent 4624923 commit 8dd374d

File tree

4 files changed

+32
-13
lines changed

4 files changed

+32
-13
lines changed
 

‎NEWS

+20
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,26 @@ Feature differences from SVN trunk
1616

1717
any extra tags are shown in the conf/icecast.xml.dist file
1818

19+
2.4.0-kh14
20+
. Allow for using secs (eg 5s) in queue/min-queue/burst measures.
21+
. Allow multiple icy sources on same port. Just embed in password a mountpoint:pass. The
22+
shoutcast-mount tag still creates the +1 port and sets a default mountpoint but source
23+
can override this.
24+
. Fix log issue which could cause a deadlock if on-[dis]connect or auth cmd are used.
25+
. Allow configure to accept ICY_CHARSET to set alternate in build. The default ICY
26+
metadata is assumed to be UTF8, but some sites still have issues with setting tags or
27+
parameters, so allow a different default if they need it.
28+
. Regression on FLV wrapped aac metadata fixed.
29+
. Crash/corruption fix if using stream auth and metadata updates via admin.
30+
. Fix for glibc rwlock priority
31+
. Added the icy-metadata in headers allowed with CORS
32+
. Rework XFF to be earlier, useful in cases where banned IPs apply.
33+
. Allow wildcards in XFF
34+
. Drop the BSD NOPUSH setting for now. Have seen poor performance because of it in
35+
certain cases
36+
. Openssl API cleanups. eg API differences between versions.
37+
. various small fixes, build and operational.
38+
1939
2.4.0-kh13
2040
. Fix an annoying race case. memory corruption in certain cases that are hard to trigger
2141
normally but typically involes a listener disconnecting in certain conditions.

‎autogen.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ echo " autoconf"
106106
autoconf
107107

108108
if test -z "$*"; then
109-
echo "I am going to run ./configure with no arguments - if you wish "
110-
echo "to pass any to it, please specify them on the $0 command line."
109+
echo "now run ./configure"
111110
fi
112111
cd $olddir

‎configure

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.69 for Icecast 2.4.0-kh13.
3+
# Generated by GNU Autoconf 2.69 for Icecast 2.4.0-kh14.
44
#
55
# Report bugs to <karl@kheyes.plus.com>.
66
#
@@ -590,8 +590,8 @@ MAKEFLAGS=
590590
# Identity of this package.
591591
PACKAGE_NAME='Icecast'
592592
PACKAGE_TARNAME='icecast'
593-
PACKAGE_VERSION='2.4.0-kh13'
594-
PACKAGE_STRING='Icecast 2.4.0-kh13'
593+
PACKAGE_VERSION='2.4.0-kh14'
594+
PACKAGE_STRING='Icecast 2.4.0-kh14'
595595
PACKAGE_BUGREPORT='karl@kheyes.plus.com'
596596
PACKAGE_URL=''
597597

@@ -1385,7 +1385,7 @@ if test "$ac_init_help" = "long"; then
13851385
# Omit some internal or obsolete options to make the list less imposing.
13861386
# This message is too long to be a string in the A/UX 3.1 sh.
13871387
cat <<_ACEOF
1388-
\`configure' configures Icecast 2.4.0-kh13 to adapt to many kinds of systems.
1388+
\`configure' configures Icecast 2.4.0-kh14 to adapt to many kinds of systems.
13891389

13901390
Usage: $0 [OPTION]... [VAR=VALUE]...
13911391

@@ -1455,7 +1455,7 @@ fi
14551455

14561456
if test -n "$ac_init_help"; then
14571457
case $ac_init_help in
1458-
short | recursive ) echo "Configuration of Icecast 2.4.0-kh13:";;
1458+
short | recursive ) echo "Configuration of Icecast 2.4.0-kh14:";;
14591459
esac
14601460
cat <<\_ACEOF
14611461

@@ -1589,7 +1589,7 @@ fi
15891589
test -n "$ac_init_help" && exit $ac_status
15901590
if $ac_init_version; then
15911591
cat <<\_ACEOF
1592-
Icecast configure 2.4.0-kh13
1592+
Icecast configure 2.4.0-kh14
15931593
generated by GNU Autoconf 2.69
15941594

15951595
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2236,7 +2236,7 @@ cat >config.log <<_ACEOF
22362236
This file contains any messages produced by compilers while
22372237
running configure, to aid debugging if configure makes a mistake.
22382238

2239-
It was created by Icecast $as_me 2.4.0-kh13, which was
2239+
It was created by Icecast $as_me 2.4.0-kh14, which was
22402240
generated by GNU Autoconf 2.69. Invocation command line was
22412241

22422242
$ $0 $@
@@ -3099,7 +3099,7 @@ fi
30993099

31003100
# Define the identity of the package.
31013101
PACKAGE='icecast'
3102-
VERSION='2.4.0-kh13'
3102+
VERSION='2.4.0-kh14'
31033103

31043104

31053105
cat >>confdefs.h <<_ACEOF
@@ -20210,7 +20210,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2021020210
# report actual input values of CONFIG_FILES etc. instead of their
2021120211
# values after options handling.
2021220212
ac_log="
20213-
This file was extended by Icecast $as_me 2.4.0-kh13, which was
20213+
This file was extended by Icecast $as_me 2.4.0-kh14, which was
2021420214
generated by GNU Autoconf 2.69. Invocation command line was
2021520215

2021620216
CONFIG_FILES = $CONFIG_FILES
@@ -20276,7 +20276,7 @@ _ACEOF
2027620276
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2027720277
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
2027820278
ac_cs_version="\\
20279-
Icecast config.status 2.4.0-kh13
20279+
Icecast config.status 2.4.0-kh14
2028020280
configured by $0, generated by GNU Autoconf 2.69,
2028120281
with options \\"\$ac_cs_config\\"
2028220282

‎configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dnl Process this file with autoconf to produce a configure script.
2-
AC_INIT([Icecast], [2.4.0-kh13], [karl@kheyes.plus.com])
2+
AC_INIT([Icecast], [2.4.0-kh14], [karl@kheyes.plus.com])
33
AC_CONFIG_AUX_DIR([build-aux])
44
AM_INIT_AUTOMAKE([foreign])
55

0 commit comments

Comments
 (0)
Please sign in to comment.