[xiph-commits] r9726 - in icecast/branches/kh/icecast: . web
web/images
karl at svn.xiph.org
karl at svn.xiph.org
Wed Aug 10 14:17:41 PDT 2005
Author: karl
Date: 2005-08-10 14:17:36 -0700 (Wed, 10 Aug 2005)
New Revision: 9726
Added:
icecast/branches/kh/icecast/web/images/Makefile.am
Modified:
icecast/branches/kh/icecast/NEWS
icecast/branches/kh/icecast/configure.in
icecast/branches/kh/icecast/web/Makefile.am
Log:
bump version to kh16
Modified: icecast/branches/kh/icecast/NEWS
===================================================================
--- icecast/branches/kh/icecast/NEWS 2005-08-10 20:48:10 UTC (rev 9725)
+++ icecast/branches/kh/icecast/NEWS 2005-08-10 21:17:36 UTC (rev 9726)
@@ -20,6 +20,18 @@
. get feedback from people on listener auth via url, Stephen Nixon has done
some auth scripts that people can use at http://imux.net/icecast/
+2.2-kh16
+. fixed segv when using oddcast DSP
+. master/slave streamlist is now isolated in its own thread, so should not
+ affect the slave thread which among other things does timer updates. libcurl
+ is used so that is required but you can do ssl queries if required
+. new listeners will be rejected if auth queue is backed up
+. Changes to web pages by Dave St John
+. isolated SSL/non-SSL switch to connection_t
+. An older xslt lib can be used (earliest version has not been determined yet)
+. changed 'header' option to 'auth_header' option in auth_url
+. various typos, cleanups for merges with trunk
+
2.2-kh15
. fixed 2 segv bugs, one on relay shutdown (on-demand) and another on client
drop in connection thread.
Modified: icecast/branches/kh/icecast/configure.in
===================================================================
--- icecast/branches/kh/icecast/configure.in 2005-08-10 20:48:10 UTC (rev 9725)
+++ icecast/branches/kh/icecast/configure.in 2005-08-10 21:17:36 UTC (rev 9726)
@@ -1,4 +1,4 @@
-AC_INIT([Icecast], [2.2-kh15], [karl at xiph.org])
+AC_INIT([Icecast], [2.2-kh16], [karl at xiph.org])
AC_PREREQ(2.54)
AC_CONFIG_SRCDIR(src/main.c)
Modified: icecast/branches/kh/icecast/web/Makefile.am
===================================================================
--- icecast/branches/kh/icecast/web/Makefile.am 2005-08-10 20:48:10 UTC (rev 9725)
+++ icecast/branches/kh/icecast/web/Makefile.am 2005-08-10 21:17:36 UTC (rev 9726)
@@ -1,16 +1,14 @@
## Process this file with automake to produce Makefile.in
AUTOMAKE_OPTIONS = foreign
+SUBDIRS = images
webdir = $(pkgdatadir)/web
dist_web_DATA = status.xsl \
status2.xsl \
- corner_bottomleft.jpg \
- corner_bottomright.jpg \
- corner_topleft.jpg \
- corner_topright.jpg \
- icecast.png \
- key.gif \
style.css \
auth.xsl \
+ server_version.xsl \
+ server_uptime.xsl \
+ uptime_xml.xsl \
favicon.ico
Added: icecast/branches/kh/icecast/web/images/Makefile.am
===================================================================
--- icecast/branches/kh/icecast/web/images/Makefile.am 2005-08-10 20:48:10 UTC (rev 9725)
+++ icecast/branches/kh/icecast/web/images/Makefile.am 2005-08-10 21:17:36 UTC (rev 9726)
@@ -0,0 +1,13 @@
+## Process this file with automake to produce Makefile.in
+
+AUTOMAKE_OPTIONS = foreign
+
+webdir = $(pkgdatadir)/web/images
+dist_web_DATA = corner_bottomleft.jpg \
+ corner_bottomright.jpg \
+ corner_topleft.jpg \
+ corner_topright.jpg \
+ icecast.png \
+ key.png \
+ tunein.png
+
More information about the commits
mailing list