diff --git a/ChangeLog b/ChangeLog index 5018238d..8b74aeaa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/Makefile.am b/Makefile.am index d3ae4d41..3ea27798 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,7 +10,7 @@ EXTRA_DIST = HACKING m4/acx_pthread.m4 m4/ogg.m4 m4/vorbis.m4 \ 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@" diff --git a/NEWS b/NEWS index 0288e700..8d8370d6 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Icecast 2.1 +Icecast 2.1 11/04/2004 ----------------------------------------------------------------------------- ****New features for 2.1 (in no particular order):**** diff --git a/configure.in b/configure.in index 5a1e5c90..a3fdc4bc 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT([Icecast], [2.1RC2], [icecast@xiph.org]) +AC_INIT([Icecast], [2.1.0], [icecast@xiph.org]) AC_PREREQ(2.54) AC_CONFIG_SRCDIR(src/main.c) @@ -73,7 +73,7 @@ XIPH_PATH_XSLT 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]) diff --git a/icecast.spec b/icecast.spec index 6d27b24a..4bd565c1 100644 --- a/icecast.spec +++ b/icecast.spec @@ -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. diff --git a/win32/icecast.dsp b/win32/icecast.dsp index 0a621a08..e61b91ae 100644 --- a/win32/icecast.dsp +++ b/win32/icecast.dsp @@ -41,7 +41,7 @@ RSC=rc.exe # 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 @@ LIB32=link.exe -lib # 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 diff --git a/win32/icecast2.iss b/win32/icecast2.iss index a77b52e7..2b4a08a3 100644 --- a/win32/icecast2.iss +++ b/win32/icecast2.iss @@ -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 @@ AllowNoIcons=yes 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