A cosmetic change and version bump

This commit is contained in:
Michiel Broek 2008-08-31 21:10:50 +00:00
parent 9c49eb2ac7
commit 25cbf1981c
5 changed files with 14 additions and 5 deletions

View File

@ -1,6 +1,15 @@
$Id$
v0.95.3 12-Mar-2008
v0.95.4 31-Aug-2008
mbnntp:
A cosmetic change to add an extra newline before the tearline.
mbfido:
A cosmetic change to add an extra newline before the tearline.
v0.95.3 12-Mar-2008 - 31-Aug-2008.
mbfido:
Fixed another buffer overflow thanks someone who is using a

2
configure vendored
View File

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

View File

@ -13,7 +13,7 @@ AC_SUBST(SUBDIRS)
PACKAGE="mbsebbs"
MAJOR="0"
MINOR="95"
REVISION="3"
REVISION="4"
VERSION="$MAJOR.$MINOR.$REVISION"
COPYRIGHT="Copyright (C) 1997-2008 Michiel Broek, All Rights Reserved"
SHORTRIGHT="Copyright (C) 1997-2008 M. Broek"

View File

@ -610,7 +610,7 @@ int rfc2ftn(FILE *fp, faddr *recipient)
else
charwrite(p,ofp);
} else
fprintf(ofp,"%s\n", TearLine());
fprintf(ofp,"\n%s\n", TearLine());
if ((p = hdr((char *)"X-FTN-Origin",msg))) {
if (*(q=p+strlen(p)-1) == '\n')

View File

@ -584,7 +584,7 @@ int rfc2ftn(FILE *fp)
else
charwrite(p,ofp);
} else
fprintf(ofp,"%s\n", TearLine());
fprintf(ofp,"\n%s\n", TearLine());
if ((p = hdr((char *)"X-FTN-Origin",msg))) {
if (*(q=p+strlen(p)-1) == '\n')