[xiph-commits] r7677 - in icecast/trunk/ices: . conf
karl at motherfish-iii.xiph.org
karl at motherfish-iii.xiph.org
Wed Sep 1 08:05:35 PDT 2004
Author: karl
Date: 2004-09-01 08:05:35 -0700 (Wed, 01 Sep 2004)
New Revision: 7677
Modified:
icecast/trunk/ices/
icecast/trunk/ices/conf/ices-live.xml
icecast/trunk/ices/configure.in
Log:
make sure the version is correct and that svn refers the other modules
Property changes on: icecast/trunk/ices
___________________________________________________________________
Name: svn:externals
+ m4 http://svn.xiph.org/icecast/trunk/m4
src/avl http://svn.xiph.org/icecast/trunk/avl
src/log http://svn.xiph.org/icecast/trunk/log
src/thread http://svn.xiph.org/icecast/trunk/thread
src/timing http://svn.xiph.org/icecast/trunk/timing
Modified: icecast/trunk/ices/conf/ices-live.xml
===================================================================
--- icecast/trunk/ices/conf/ices-live.xml 2004-09-01 13:38:58 UTC (rev 7676)
+++ icecast/trunk/ices/conf/ices-live.xml 2004-09-01 15:05:35 UTC (rev 7677)
@@ -6,6 +6,8 @@
<!-- where logs go. -->
<logpath>/var/log/ices</logpath>
<logfile>ices.log</logfile>
+ <!-- size in kilobytes -->
+ <logsize>2048</logsize>
<!-- 1=error, 2=warn, 3=infoa ,4=debug -->
<loglevel>4</loglevel>
<!-- logfile is ignored if this is set to 1 -->
Modified: icecast/trunk/ices/configure.in
===================================================================
--- icecast/trunk/ices/configure.in 2004-09-01 13:38:58 UTC (rev 7676)
+++ icecast/trunk/ices/configure.in 2004-09-01 15:05:35 UTC (rev 7677)
@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT([IceS], 2.0-Beta4, [icecast at xiph.org])
+AC_INIT([IceS], [2.0.0], [icecast at xiph.org])
AC_PREREQ(2.54)
AC_CONFIG_SRCDIR(src/ices.c)
More information about the commits
mailing list