v1.0.7.12 - Fix bad/orphan .TIC support to support .TIC files with names longer

than 8 characters; fix empty partial files left in temporary inbound when a
remote Binkp site attempts to send a 0 byte file.
This commit is contained in:
Andrew Leary
2019-03-15 07:30:23 -04:00
parent 0ab1656370
commit c67670029a
8 changed files with 32 additions and 10 deletions

6
configure vendored
View File

@@ -2309,10 +2309,10 @@ SUBDIRS="lib mbcico mbfido mbmon mbsebbs mbutils mbnntp mbtask mbsetup unix lang
PACKAGE="mbsebbs"
MAJOR="1"
MINOR="0"
REVISION="7.11"
REVISION="7.12"
VERSION="$MAJOR.$MINOR.$REVISION"
COPYRIGHT="Copyright (C) 1997-2018 MBSE Development Team, All Rights Reserved"
SHORTRIGHT="Copyright (C) 1997-2018 MBSE DevTm"
COPYRIGHT="Copyright (C) 1997-2019 MBSE Development Team, All Rights Reserved"
SHORTRIGHT="Copyright (C) 1997-2019 MBSE DevTm"
GROUP="bbs"
OWNER="mbse"
ROWNER="`id -un root`"