Update mbfido's .TIC file support to comply with FSP-1039.

This commit is contained in:
Andrew Leary 2015-11-22 21:14:49 -05:00
parent 8a2f58294c
commit b4218d4370
4 changed files with 15 additions and 4 deletions

View File

@ -1,10 +1,21 @@
v1.0.6.4 22-Nov-2015 - Andrew Leary
1. Updated mbfido's .tic file support to use "Lfile" instead
of "Fullname" when creating .tic files. This is to increase
compatibility with HTick, and comply with the recently
released FSP-1039. Both keywords will be accepted in
incoming .tic files.
v1.0.6.3 05-Nov-2015 - Robert James Clay v1.0.6.3 05-Nov-2015 - Robert James Clay
1. Update the Dev Team information in the AUTHORS file. 1. Update the Dev Team information in the AUTHORS file.
03-Nov-2015 - Vincent Coen 03-Nov-2015 - Vincent Coen
1. Add mbse-1.odt to the docs directory. 1. Add mbse-1.odt to the docs directory.
v1.0.6.2 17-Oct-2015 - Vincent Coen v1.0.6.2 17-Oct-2015 - Vincent Coen
1. Amended mbmon.c and mbsetup.c to reflect new hosting 1. Amended mbmon.c and mbsetup.c to reflect new hosting
for the sources etc at www.sourceforge.net. for the sources etc at www.sourceforge.net.
2. Other very minor cosmetics. 2. Other very minor cosmetics.

2
configure vendored
View File

@ -2309,7 +2309,7 @@ SUBDIRS="lib mbcico mbfido mbmon mbsebbs mbutils mbnntp mbtask mbsetup unix lang
PACKAGE="mbsebbs" PACKAGE="mbsebbs"
MAJOR="1" MAJOR="1"
MINOR="0" MINOR="0"
REVISION="6.1" REVISION="6.4"
VERSION="$MAJOR.$MINOR.$REVISION" VERSION="$MAJOR.$MINOR.$REVISION"
COPYRIGHT="Copyright (C) 1997-2015 Michiel Broek, All Rights Reserved" COPYRIGHT="Copyright (C) 1997-2015 Michiel Broek, All Rights Reserved"
SHORTRIGHT="Copyright (C) 1997-2015 M. Broek" SHORTRIGHT="Copyright (C) 1997-2015 M. Broek"

View File

@ -12,7 +12,7 @@ AC_SUBST(SUBDIRS)
PACKAGE="mbsebbs" PACKAGE="mbsebbs"
MAJOR="1" MAJOR="1"
MINOR="0" MINOR="0"
REVISION="6.3" REVISION="6.4"
VERSION="$MAJOR.$MINOR.$REVISION" VERSION="$MAJOR.$MINOR.$REVISION"
COPYRIGHT="Copyright (C) 1997-2015 Michiel Broek, All Rights Reserved" COPYRIGHT="Copyright (C) 1997-2015 Michiel Broek, All Rights Reserved"
SHORTRIGHT="Copyright (C) 1997-2015 M. Broek" SHORTRIGHT="Copyright (C) 1997-2015 M. Broek"

View File

@ -105,7 +105,7 @@ do
echo "Origin $AKA" >> $FILE echo "Origin $AKA" >> $FILE
echo "From $AKA" >> $FILE echo "From $AKA" >> $FILE
echo "File $f" >> $FILE echo "File $f" >> $FILE
echo "Fullname $f" >> $FILE echo "Lfile $f" >> $FILE
echo "Pth `pwd`" >> $FILE echo "Pth `pwd`" >> $FILE
echo "Desc $DESC" >> $FILE echo "Desc $DESC" >> $FILE
echo "Pw $HATCHPWD" >> $FILE echo "Pw $HATCHPWD" >> $FILE