Bumped to version 0.35.07
This commit is contained in:
parent
8e732e97d6
commit
78a226ef01
13
ChangeLog
13
ChangeLog
@ -9,7 +9,14 @@ NOTE: for previous 0.35.06 users, the hard links are now replaced with
|
|||||||
|
|
||||||
MBSEBBS History.
|
MBSEBBS History.
|
||||||
|
|
||||||
v0.35.06
|
v0.35.07 11-Dec-2002
|
||||||
|
|
||||||
|
general:
|
||||||
|
This may become release 0.36.00 (again).
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
v0.35.06 13-Nov-2002 - 11-Dec-2002
|
||||||
|
|
||||||
update:
|
update:
|
||||||
Make sure you don't have download files with case differences
|
Make sure you don't have download files with case differences
|
||||||
@ -43,7 +50,6 @@ v0.35.06
|
|||||||
errors, you may want to replace all templates.
|
errors, you may want to replace all templates.
|
||||||
|
|
||||||
general:
|
general:
|
||||||
This may become release 0.36.00 (again).
|
|
||||||
Added better support for 8.3 and long filenames by creating
|
Added better support for 8.3 and long filenames by creating
|
||||||
symbolic links in the download directories.
|
symbolic links in the download directories.
|
||||||
|
|
||||||
@ -96,6 +102,9 @@ v0.35.06
|
|||||||
a very large packet is tossed that takes longer then 10 mins.
|
a very large packet is tossed that takes longer then 10 mins.
|
||||||
When more then 1024 dupes were tossed, mbfido crashed because
|
When more then 1024 dupes were tossed, mbfido crashed because
|
||||||
a temp file wasn't closed.
|
a temp file wasn't closed.
|
||||||
|
The echomail dupecheck doesn't check the seconds of the message
|
||||||
|
date anymore. This will catch some rescanned dupes that modify
|
||||||
|
the seconds of the original messages.
|
||||||
|
|
||||||
mbcico:
|
mbcico:
|
||||||
With filetransfer errors, the attempts counter was not
|
With filetransfer errors, the attempts counter was not
|
||||||
|
158
configure
vendored
158
configure
vendored
@ -1196,7 +1196,7 @@ SUBDIRS="lib mbcico mbfido mbmon mbsebbs mbtask mbsetup unix lang examples html
|
|||||||
|
|
||||||
|
|
||||||
PACKAGE="mbsebbs"
|
PACKAGE="mbsebbs"
|
||||||
VERSION="0.35.06"
|
VERSION="0.35.07"
|
||||||
COPYRIGHT="Copyright (C) 1997-2002 Michiel Broek, All Rights Reserved"
|
COPYRIGHT="Copyright (C) 1997-2002 Michiel Broek, All Rights Reserved"
|
||||||
SHORTRIGHT="Copyright (C) 1997-2002 M. Broek"
|
SHORTRIGHT="Copyright (C) 1997-2002 M. Broek"
|
||||||
GROUP="bbs"
|
GROUP="bbs"
|
||||||
@ -7604,6 +7604,45 @@ else
|
|||||||
echo "${ECHO_T}no" >&6
|
echo "${ECHO_T}no" >&6
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Extract the first word of "lrb", so it can be a program name with args.
|
||||||
|
set dummy lrb; ac_word=$2
|
||||||
|
echo "$as_me:$LINENO: checking for $ac_word" >&5
|
||||||
|
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
|
||||||
|
if test "${ac_cv_path_RB+set}" = set; then
|
||||||
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||||
|
else
|
||||||
|
case $RB in
|
||||||
|
[\\/]* | ?:[\\/]*)
|
||||||
|
ac_cv_path_RB="$RB" # Let the user override the test with a path.
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
||||||
|
for as_dir in $PATH
|
||||||
|
do
|
||||||
|
IFS=$as_save_IFS
|
||||||
|
test -z "$as_dir" && as_dir=.
|
||||||
|
for ac_exec_ext in '' $ac_executable_extensions; do
|
||||||
|
if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
|
||||||
|
ac_cv_path_RB="$as_dir/$ac_word$ac_exec_ext"
|
||||||
|
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
|
||||||
|
break 2
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
done
|
||||||
|
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
fi
|
||||||
|
RB=$ac_cv_path_RB
|
||||||
|
|
||||||
|
if test -n "$RB"; then
|
||||||
|
echo "$as_me:$LINENO: result: $RB" >&5
|
||||||
|
echo "${ECHO_T}$RB" >&6
|
||||||
|
else
|
||||||
|
echo "$as_me:$LINENO: result: no" >&5
|
||||||
|
echo "${ECHO_T}no" >&6
|
||||||
|
fi
|
||||||
|
|
||||||
# Extract the first word of "sb", so it can be a program name with args.
|
# Extract the first word of "sb", so it can be a program name with args.
|
||||||
set dummy sb; ac_word=$2
|
set dummy sb; ac_word=$2
|
||||||
echo "$as_me:$LINENO: checking for $ac_word" >&5
|
echo "$as_me:$LINENO: checking for $ac_word" >&5
|
||||||
@ -7643,6 +7682,45 @@ else
|
|||||||
echo "${ECHO_T}no" >&6
|
echo "${ECHO_T}no" >&6
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Extract the first word of "lsb", so it can be a program name with args.
|
||||||
|
set dummy lsb; ac_word=$2
|
||||||
|
echo "$as_me:$LINENO: checking for $ac_word" >&5
|
||||||
|
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
|
||||||
|
if test "${ac_cv_path_SB+set}" = set; then
|
||||||
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||||
|
else
|
||||||
|
case $SB in
|
||||||
|
[\\/]* | ?:[\\/]*)
|
||||||
|
ac_cv_path_SB="$SB" # Let the user override the test with a path.
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
||||||
|
for as_dir in $PATH
|
||||||
|
do
|
||||||
|
IFS=$as_save_IFS
|
||||||
|
test -z "$as_dir" && as_dir=.
|
||||||
|
for ac_exec_ext in '' $ac_executable_extensions; do
|
||||||
|
if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
|
||||||
|
ac_cv_path_SB="$as_dir/$ac_word$ac_exec_ext"
|
||||||
|
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
|
||||||
|
break 2
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
done
|
||||||
|
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
fi
|
||||||
|
SB=$ac_cv_path_SB
|
||||||
|
|
||||||
|
if test -n "$SB"; then
|
||||||
|
echo "$as_me:$LINENO: result: $SB" >&5
|
||||||
|
echo "${ECHO_T}$SB" >&6
|
||||||
|
else
|
||||||
|
echo "$as_me:$LINENO: result: no" >&5
|
||||||
|
echo "${ECHO_T}no" >&6
|
||||||
|
fi
|
||||||
|
|
||||||
# Extract the first word of "rz", so it can be a program name with args.
|
# Extract the first word of "rz", so it can be a program name with args.
|
||||||
set dummy rz; ac_word=$2
|
set dummy rz; ac_word=$2
|
||||||
echo "$as_me:$LINENO: checking for $ac_word" >&5
|
echo "$as_me:$LINENO: checking for $ac_word" >&5
|
||||||
@ -7682,6 +7760,45 @@ else
|
|||||||
echo "${ECHO_T}no" >&6
|
echo "${ECHO_T}no" >&6
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Extract the first word of "lrz", so it can be a program name with args.
|
||||||
|
set dummy lrz; ac_word=$2
|
||||||
|
echo "$as_me:$LINENO: checking for $ac_word" >&5
|
||||||
|
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
|
||||||
|
if test "${ac_cv_path_RZ+set}" = set; then
|
||||||
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||||
|
else
|
||||||
|
case $RZ in
|
||||||
|
[\\/]* | ?:[\\/]*)
|
||||||
|
ac_cv_path_RZ="$RZ" # Let the user override the test with a path.
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
||||||
|
for as_dir in $PATH
|
||||||
|
do
|
||||||
|
IFS=$as_save_IFS
|
||||||
|
test -z "$as_dir" && as_dir=.
|
||||||
|
for ac_exec_ext in '' $ac_executable_extensions; do
|
||||||
|
if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
|
||||||
|
ac_cv_path_RZ="$as_dir/$ac_word$ac_exec_ext"
|
||||||
|
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
|
||||||
|
break 2
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
done
|
||||||
|
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
fi
|
||||||
|
RZ=$ac_cv_path_RZ
|
||||||
|
|
||||||
|
if test -n "$RZ"; then
|
||||||
|
echo "$as_me:$LINENO: result: $RZ" >&5
|
||||||
|
echo "${ECHO_T}$RZ" >&6
|
||||||
|
else
|
||||||
|
echo "$as_me:$LINENO: result: no" >&5
|
||||||
|
echo "${ECHO_T}no" >&6
|
||||||
|
fi
|
||||||
|
|
||||||
# Extract the first word of "sz", so it can be a program name with args.
|
# Extract the first word of "sz", so it can be a program name with args.
|
||||||
set dummy sz; ac_word=$2
|
set dummy sz; ac_word=$2
|
||||||
echo "$as_me:$LINENO: checking for $ac_word" >&5
|
echo "$as_me:$LINENO: checking for $ac_word" >&5
|
||||||
@ -7721,6 +7838,45 @@ else
|
|||||||
echo "${ECHO_T}no" >&6
|
echo "${ECHO_T}no" >&6
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Extract the first word of "lsz", so it can be a program name with args.
|
||||||
|
set dummy lsz; ac_word=$2
|
||||||
|
echo "$as_me:$LINENO: checking for $ac_word" >&5
|
||||||
|
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
|
||||||
|
if test "${ac_cv_path_SZ+set}" = set; then
|
||||||
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||||
|
else
|
||||||
|
case $SZ in
|
||||||
|
[\\/]* | ?:[\\/]*)
|
||||||
|
ac_cv_path_SZ="$SZ" # Let the user override the test with a path.
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
||||||
|
for as_dir in $PATH
|
||||||
|
do
|
||||||
|
IFS=$as_save_IFS
|
||||||
|
test -z "$as_dir" && as_dir=.
|
||||||
|
for ac_exec_ext in '' $ac_executable_extensions; do
|
||||||
|
if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
|
||||||
|
ac_cv_path_SZ="$as_dir/$ac_word$ac_exec_ext"
|
||||||
|
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
|
||||||
|
break 2
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
done
|
||||||
|
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
fi
|
||||||
|
SZ=$ac_cv_path_SZ
|
||||||
|
|
||||||
|
if test -n "$SZ"; then
|
||||||
|
echo "$as_me:$LINENO: result: $SZ" >&5
|
||||||
|
echo "${ECHO_T}$SZ" >&6
|
||||||
|
else
|
||||||
|
echo "$as_me:$LINENO: result: no" >&5
|
||||||
|
echo "${ECHO_T}no" >&6
|
||||||
|
fi
|
||||||
|
|
||||||
# Extract the first word of "golded", so it can be a program name with args.
|
# Extract the first word of "golded", so it can be a program name with args.
|
||||||
set dummy golded; ac_word=$2
|
set dummy golded; ac_word=$2
|
||||||
echo "$as_me:$LINENO: checking for $ac_word" >&5
|
echo "$as_me:$LINENO: checking for $ac_word" >&5
|
||||||
|
@ -9,7 +9,7 @@ AC_SUBST(SUBDIRS)
|
|||||||
dnl General settings for MBSE BBS
|
dnl General settings for MBSE BBS
|
||||||
dnl After changeing the version number, run autoconf!
|
dnl After changeing the version number, run autoconf!
|
||||||
PACKAGE="mbsebbs"
|
PACKAGE="mbsebbs"
|
||||||
VERSION="0.35.06"
|
VERSION="0.35.07"
|
||||||
COPYRIGHT="Copyright (C) 1997-2002 Michiel Broek, All Rights Reserved"
|
COPYRIGHT="Copyright (C) 1997-2002 Michiel Broek, All Rights Reserved"
|
||||||
SHORTRIGHT="Copyright (C) 1997-2002 M. Broek"
|
SHORTRIGHT="Copyright (C) 1997-2002 M. Broek"
|
||||||
GROUP="bbs"
|
GROUP="bbs"
|
||||||
@ -173,9 +173,13 @@ AC_PATH_PROG(ANTIVIR,antivir)
|
|||||||
AC_PATH_PROG(FPROT,f-prot)
|
AC_PATH_PROG(FPROT,f-prot)
|
||||||
AC_PATH_PROG(UVSCAN,uvscan)
|
AC_PATH_PROG(UVSCAN,uvscan)
|
||||||
AC_PATH_PROG(RB,rb)
|
AC_PATH_PROG(RB,rb)
|
||||||
|
AC_PATH_PROG(RB,lrb)
|
||||||
AC_PATH_PROG(SB,sb)
|
AC_PATH_PROG(SB,sb)
|
||||||
|
AC_PATH_PROG(SB,lsb)
|
||||||
AC_PATH_PROG(RZ,rz)
|
AC_PATH_PROG(RZ,rz)
|
||||||
|
AC_PATH_PROG(RZ,lrz)
|
||||||
AC_PATH_PROG(SZ,sz)
|
AC_PATH_PROG(SZ,sz)
|
||||||
|
AC_PATH_PROG(SZ,lsz)
|
||||||
AC_PATH_PROG(GOLDEDBIN,golded)
|
AC_PATH_PROG(GOLDEDBIN,golded)
|
||||||
AC_PATH_PROG(GOLDEDBIN,gedlnx)
|
AC_PATH_PROG(GOLDEDBIN,gedlnx)
|
||||||
AC_PATH_PROG(GOLDNODE,goldnode)
|
AC_PATH_PROG(GOLDNODE,goldnode)
|
||||||
|
Reference in New Issue
Block a user