*** empty log message ***

svn path=/trunk/boinc/; revision=1964
This commit is contained in:
Karl Chen 2003-08-04 22:04:41 +00:00
parent d1a0090b74
commit 611f8412d7
5 changed files with 34 additions and 20 deletions

View File

@ -5519,3 +5519,11 @@ Karl 2003/08/01
Karl 2003/08/01
- fixed \n s in client messages
client/*
Karl 2003/08/01
Release BOINC 1.09, Astropulse 1.09
Karl 2003/08/04
Astropulse: Fixed windows \r\n translation bug
release Astropulse 1.10.

30
configure vendored
View File

@ -1,7 +1,7 @@
#! /bin/sh
# From configure.ac Revision: 1.28 .
# From configure.ac Revision: 1.29 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.57 for BOINC 1.09.
# Generated by GNU Autoconf 2.57 for BOINC 1.10.
#
# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
# Free Software Foundation, Inc.
@ -287,8 +287,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='BOINC'
PACKAGE_TARNAME='boinc'
PACKAGE_VERSION='1.09'
PACKAGE_STRING='BOINC 1.09'
PACKAGE_VERSION='1.10'
PACKAGE_STRING='BOINC 1.10'
PACKAGE_BUGREPORT=''
ac_unique_file="lib/shmem.C"
@ -810,7 +810,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures BOINC 1.09 to adapt to many kinds of systems.
\`configure' configures BOINC 1.10 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@ -877,7 +877,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of BOINC 1.09:";;
short | recursive ) echo "Configuration of BOINC 1.10:";;
esac
cat <<\_ACEOF
@ -967,7 +967,7 @@ fi
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
BOINC configure 1.09
BOINC configure 1.10
generated by GNU Autoconf 2.57
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
@ -1002,7 +1002,7 @@ cat >&5 <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by BOINC $as_me 1.09, which was
It was created by BOINC $as_me 1.10, which was
generated by GNU Autoconf 2.57. Invocation command line was
$ $0 $@
@ -1339,7 +1339,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
echo "--- Configuring BOINC 1.09 ---"
echo "--- Configuring BOINC 1.10 ---"
ac_aux_dir=
for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
@ -1697,7 +1697,7 @@ fi
# Define the identity of the package.
PACKAGE='boinc'
VERSION='1.09'
VERSION='1.10'
cat >>confdefs.h <<_ACEOF
@ -1830,9 +1830,9 @@ INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
MAJOR_VERSION=`echo 1.09 | sed 's/\..*//'`
MAJOR_VERSION=`echo 1.10 | sed 's/\..*//'`
MINOR_VERSION=`echo 1.09 | sed 's/.*\.0*//'`
MINOR_VERSION=`echo 1.10 | sed 's/.*\.0*//'`
@ -6612,7 +6612,7 @@ _ACEOF
fi
CLIENT_BIN_FILENAME=boinc_1.09_$host${EXEEXT}
CLIENT_BIN_FILENAME=boinc_1.10_$host${EXEEXT}
# by default, create static binaries on linux.
@ -7016,7 +7016,7 @@ _ASBOX
} >&5
cat >&5 <<_CSEOF
This file was extended by BOINC $as_me 1.09, which was
This file was extended by BOINC $as_me 1.10, which was
generated by GNU Autoconf 2.57. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@ -7079,7 +7079,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
BOINC config.status 1.09
BOINC config.status 1.10
configured by $0, generated by GNU Autoconf 2.57,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"

View File

@ -9,7 +9,7 @@ dnl not sure exactly what the minimum version is (but 2.13 won't work)
AC_PREREQ(2.57)
dnl Process this file with autoconf to produce a configure script.
AC_INIT(BOINC, 1.09)
AC_INIT(BOINC, 1.10)
echo "--- Configuring BOINC AC_PACKAGE_VERSION ---"

View File

@ -97,5 +97,8 @@ fcgi_DEPENDENCIES = $(LIBRSA) $(LIB_SCHED)
fcgi_CPPFLAGS = -include /usr/local/include/fcgi_stdio.h -D_USING_FCGI_ $(AM_CPPFLAGS)
fcgi_LDADD = $(LDADD) $(RSA_LIBS) -lfcgi -lfcgi++ $(MYSQL_LIBS)
$(srcdir)/stop $(srcdir)/status: $(srcdir)/start
ln -f -s start $@
start:
ln -s $(srcdir)/start start
status stop: start
ln -s start $@

View File

@ -1046,8 +1046,11 @@ uninstall-am: uninstall-binSCRIPTS uninstall-info-am
$(LIBRSA):
cd $(top_builddir)/RSAEuro/source; ${MAKE} librsaeuro.a
$(srcdir)/stop $(srcdir)/status: $(srcdir)/start
ln -f -s start $@
start:
ln -s $(srcdir)/start start
status stop: start
ln -s start $@
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT: