[xiph-commits] r8161 - in icecast/trunk/icecast: . win32
oddsock at motherfish-iii.xiph.org
oddsock at motherfish-iii.xiph.org
Thu Nov 4 08:51:32 PST 2004
Author: oddsock
Date: 2004-11-04 08:51:32 -0800 (Thu, 04 Nov 2004)
New Revision: 8161
Modified:
icecast/trunk/icecast/ChangeLog
icecast/trunk/icecast/Makefile.am
icecast/trunk/icecast/NEWS
icecast/trunk/icecast/configure.in
icecast/trunk/icecast/icecast.spec
icecast/trunk/icecast/win32/icecast.dsp
icecast/trunk/icecast/win32/icecast2.iss
Log:
updated version tags to 2.1.0 - prepping for release
Modified: icecast/trunk/icecast/ChangeLog
===================================================================
--- icecast/trunk/icecast/ChangeLog 2004-11-04 15:55:13 UTC (rev 8160)
+++ icecast/trunk/icecast/ChangeLog 2004-11-04 16:51:32 UTC (rev 8161)
@@ -1,3 +1,45 @@
+rev 8160: oddsock | 2004-11-04 09:55:13 -0600 (Thu, 04 Nov 2004) | 2 lines
+
+ * added a content-length for flash-based players. This will allow for them to stream mp3 from icecast.
+
+rev 8154: karl | 2004-11-01 17:41:58 -0600 (Mon, 01 Nov 2004) | 2 lines
+
+ * add fallback mime type for css
+
+rev 8142: oddsock | 2004-10-29 15:32:45 -0500 (Fri, 29 Oct 2004) | 1 line
+
+ * typo..whoops
+
+rev 8141: oddsock | 2004-10-29 15:29:16 -0500 (Fri, 29 Oct 2004) | 1 line
+
+ * version bump for RC2
+
+rev 8140: oddsock | 2004-10-29 15:27:01 -0500 (Fri, 29 Oct 2004) | 2 lines
+
+ * version bump for RC2
+
+rev 8139: oddsock | 2004-10-29 15:26:03 -0500 (Fri, 29 Oct 2004) | 2 lines
+
+ * added bit about multi-level fallbacks
+
+rev 8133: karl | 2004-10-29 12:19:03 -0500 (Fri, 29 Oct 2004) | 2 lines
+
+ * small doc update
+
+rev 8131: oddsock | 2004-10-29 10:31:56 -0500 (Fri, 29 Oct 2004) | 4 lines
+
+ * * fix bug of not using url decoding value when processing audio_info string
+ * * we now process server name and description if we are not a public stream
+ * * Added quality to status.xsl
+
+rev 8127: oddsock | 2004-10-28 11:11:10 -0500 (Thu, 28 Oct 2004) | 2 lines
+
+ * Added a changelog (via svn2cl) and updated NEWS....
+
+rev 8124: oddsock | 2004-10-27 12:52:39 -0500 (Wed, 27 Oct 2004) | 2 lines
+
+ * forgot to add auth.xsl to the automake Makefile
+
rev 8123: karl | 2004-10-27 09:13:29 -0500 (Wed, 27 Oct 2004) | 2 lines
* correct type for volatile usage and uncomment log message for stats updating
Modified: icecast/trunk/icecast/Makefile.am
===================================================================
--- icecast/trunk/icecast/Makefile.am 2004-11-04 15:55:13 UTC (rev 8160)
+++ icecast/trunk/icecast/Makefile.am 2004-11-04 16:51:32 UTC (rev 8161)
@@ -10,7 +10,7 @@
m4/xiph_types.m4 m4/xiph_xml2.m4 icecast.spec
docdir = $(datadir)/doc/$(PACKAGE)
-doc_DATA = README AUTHORS COPYING NEWS TODO
+doc_DATA = README AUTHORS COPYING NEWS TODO ChangeLog
debug:
$(MAKE) all CFLAGS="@DEBUG@"
Modified: icecast/trunk/icecast/NEWS
===================================================================
--- icecast/trunk/icecast/NEWS 2004-11-04 15:55:13 UTC (rev 8160)
+++ icecast/trunk/icecast/NEWS 2004-11-04 16:51:32 UTC (rev 8161)
@@ -1,4 +1,4 @@
-Icecast 2.1
+Icecast 2.1 11/04/2004
-----------------------------------------------------------------------------
****New features for 2.1 (in no particular order):****
Modified: icecast/trunk/icecast/configure.in
===================================================================
--- icecast/trunk/icecast/configure.in 2004-11-04 15:55:13 UTC (rev 8160)
+++ icecast/trunk/icecast/configure.in 2004-11-04 16:51:32 UTC (rev 8161)
@@ -1,4 +1,4 @@
-AC_INIT([Icecast], [2.1RC2], [icecast at xiph.org])
+AC_INIT([Icecast], [2.1.0], [icecast at xiph.org])
AC_PREREQ(2.54)
AC_CONFIG_SRCDIR(src/main.c)
@@ -73,7 +73,7 @@
XIPH_VAR_APPEND([XIPH_CPPFLAGS],[$XSLT_CFLAGS])
XIPH_VAR_PREPEND([XIPH_LIBS],[$XSLT_LIBS])
-XIPH_PATH_VORBIS(, AC_MSG_ERROR([must have Ogg Vorbis v1.0 installed!]))
+XIPH_PATH_VORBIS(, AC_MSG_ERROR([must have Ogg Vorbis v1.0 or above installed!]))
XIPH_VAR_APPEND([XIPH_CPPFLAGS],[$VORBIS_CFLAGS])
XIPH_VAR_PREPEND([XIPH_LIBS],[$VORBIS_LIBS])
Modified: icecast/trunk/icecast/icecast.spec
===================================================================
--- icecast/trunk/icecast/icecast.spec 2004-11-04 15:55:13 UTC (rev 8160)
+++ icecast/trunk/icecast/icecast.spec 2004-11-04 16:51:32 UTC (rev 8161)
@@ -1,5 +1,5 @@
Name: icecast
-Version: 2.1RC2
+Version: 2.1.0
Release: 1
Summary: Xiph Streaming media server that supports multiple audio formats.
Modified: icecast/trunk/icecast/win32/icecast.dsp
===================================================================
--- icecast/trunk/icecast/win32/icecast.dsp 2004-11-04 15:55:13 UTC (rev 8160)
+++ icecast/trunk/icecast/win32/icecast.dsp 2004-11-04 16:51:32 UTC (rev 8161)
@@ -41,7 +41,7 @@
# PROP Intermediate_Dir "Releaseicecast"
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
-# ADD CPP /nologo /MT /W3 /GX /O2 /I "../../curl/include" /I "..\src" /I "..\src/httpp" /I "..\src/thread" /I "..\src/log" /I "..\src/avl" /I "..\src/net" /I "..\src/timings" /I "../" /I "../../libxslt/include" /I "../../iconv/include" /I "../../libxml2/include" /I "../../pthreads" /I "../../oggvorbis-win32sdk-1.0.1/include" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /D "HAVE_CURL" /D "USE_YP" /D "HAVE_SYS_STAT_H" /D PACKAGE_VERSION=\"2.1RC2\" /D "HAVE_LOCALTIME_R" /D "HAVE_OLD_VSNPRINTF" /YX /FD /c
+# ADD CPP /nologo /MT /W3 /GX /O2 /I "../../curl/include" /I "..\src" /I "..\src/httpp" /I "..\src/thread" /I "..\src/log" /I "..\src/avl" /I "..\src/net" /I "..\src/timings" /I "../" /I "../../libxslt/include" /I "../../iconv/include" /I "../../libxml2/include" /I "../../pthreads" /I "../../oggvorbis-win32sdk-1.0.1/include" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /D "HAVE_CURL" /D "USE_YP" /D "HAVE_SYS_STAT_H" /D PACKAGE_VERSION=\"2.1.0\" /D "HAVE_LOCALTIME_R" /D "HAVE_OLD_VSNPRINTF" /YX /FD /c
# ADD BASE RSC /l 0x409 /d "NDEBUG"
# ADD RSC /l 0x409 /d "NDEBUG"
BSC32=bscmake.exe
@@ -64,7 +64,7 @@
# PROP Intermediate_Dir "Debugicecast"
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
-# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "../../curl/include" /I "..\src" /I "..\src/httpp" /I "..\src/thread" /I "..\src/log" /I "..\src/avl" /I "..\src/net" /I "..\src/timings" /I "../" /I "../../libxslt/include" /I "../../iconv/include" /I "../../libxml2/include" /I "../../pthreads" /I "../../oggvorbis-win32sdk-1.0.1/include" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /D "_WIN32" /D "HAVE_CURL" /D "USE_YP" /D "HAVE_SYS_STAT_H" /D PACKAGE_VERSION=\"2.1RC2\" /D "HAVE_LOCALTIME_R" /D "HAVE_OLD_VSNPRINTF" /FD /D /GZ /c
+# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "../../curl/include" /I "..\src" /I "..\src/httpp" /I "..\src/thread" /I "..\src/log" /I "..\src/avl" /I "..\src/net" /I "..\src/timings" /I "../" /I "../../libxslt/include" /I "../../iconv/include" /I "../../libxml2/include" /I "../../pthreads" /I "../../oggvorbis-win32sdk-1.0.1/include" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /D "_WIN32" /D "HAVE_CURL" /D "USE_YP" /D "HAVE_SYS_STAT_H" /D PACKAGE_VERSION=\"2.1.0\" /D "HAVE_LOCALTIME_R" /D "HAVE_OLD_VSNPRINTF" /FD /D /GZ /c
# ADD BASE RSC /l 0x409 /d "_DEBUG"
# ADD RSC /l 0x409 /d "_DEBUG"
BSC32=bscmake.exe
Modified: icecast/trunk/icecast/win32/icecast2.iss
===================================================================
--- icecast/trunk/icecast/win32/icecast2.iss 2004-11-04 15:55:13 UTC (rev 8160)
+++ icecast/trunk/icecast/win32/icecast2.iss 2004-11-04 16:51:32 UTC (rev 8161)
@@ -3,7 +3,7 @@
[Setup]
AppName=Icecast2 Win32
-AppVerName=Icecast v2.1RC2
+AppVerName=Icecast v2.1.0
AppPublisherURL=http://www.icecast.org
AppSupportURL=http://www.icecast.org
AppUpdatesURL=http://www.icecast.org
@@ -13,7 +13,7 @@
LicenseFile=..\COPYING
InfoAfterFile=..\README
OutputDir=.
-OutputBaseFilename=icecast2_win32_2.1RC2_setup
+OutputBaseFilename=icecast2_win32_2.1.0_setup
WizardImageFile=icecast2logo2.bmp
; uncomment the following line if you want your installation to run on NT 3.51 too.
; MinVersion=4,3.51
More information about the commits
mailing list