From b4218d437090854b53afaee180d5d0123942b37a Mon Sep 17 00:00:00 2001 From: Andrew Leary Date: Sun, 22 Nov 2015 21:14:49 -0500 Subject: [PATCH] Update mbfido's .TIC file support to comply with FSP-1039. --- ChangeLog | 13 ++++++++++++- configure | 2 +- configure.ac | 2 +- script/hatch | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 11bd578e..7f0ed7b4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 + 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. v1.0.6.2 17-Oct-2015 - Vincent Coen + 1. Amended mbmon.c and mbsetup.c to reflect new hosting for the sources etc at www.sourceforge.net. 2. Other very minor cosmetics. diff --git a/configure b/configure index ba4041aa..e6b6f17c 100755 --- a/configure +++ b/configure @@ -2309,7 +2309,7 @@ SUBDIRS="lib mbcico mbfido mbmon mbsebbs mbutils mbnntp mbtask mbsetup unix lang PACKAGE="mbsebbs" MAJOR="1" MINOR="0" -REVISION="6.1" +REVISION="6.4" VERSION="$MAJOR.$MINOR.$REVISION" COPYRIGHT="Copyright (C) 1997-2015 Michiel Broek, All Rights Reserved" SHORTRIGHT="Copyright (C) 1997-2015 M. Broek" diff --git a/configure.ac b/configure.ac index 0198c9af..70ae28d5 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,7 @@ AC_SUBST(SUBDIRS) PACKAGE="mbsebbs" MAJOR="1" MINOR="0" -REVISION="6.3" +REVISION="6.4" VERSION="$MAJOR.$MINOR.$REVISION" COPYRIGHT="Copyright (C) 1997-2015 Michiel Broek, All Rights Reserved" SHORTRIGHT="Copyright (C) 1997-2015 M. Broek" diff --git a/script/hatch b/script/hatch index 94202904..a0c795e3 100644 --- a/script/hatch +++ b/script/hatch @@ -105,7 +105,7 @@ do echo "Origin $AKA" >> $FILE echo "From $AKA" >> $FILE echo "File $f" >> $FILE - echo "Fullname $f" >> $FILE + echo "Lfile $f" >> $FILE echo "Pth `pwd`" >> $FILE echo "Desc $DESC" >> $FILE echo "Pw $HATCHPWD" >> $FILE