v1.0.4 Release - 2014-09-05 - Andrew Leary.

- Added Binkp CRC support (FSP-1020).
	- Changed the "No Binkp/1.1" setting for nodes to only be effective on
	  outgoing calls.  It was causing issues for other mailers (including
	  BinkD) on incoming calls because mbcico was reporting Binkp/1.1 in
	  the VER string but then falling back to Binkp/1.0.
	- Updated the Internet Rex Binkp/1.1 bug workaround to reflect that
	  versions 2.31 and 2.67 are also affected.
This commit is contained in:
Andrew Leary
2014-09-05 17:35:37 -04:00
parent 4e4431f755
commit 880eb115d4
22 changed files with 408 additions and 149 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="1"
REVISION="4"
VERSION="$MAJOR.$MINOR.$REVISION"
COPYRIGHT="Copyright (C) 1997-2013 Michiel Broek, All Rights Reserved"
SHORTRIGHT="Copyright (C) 1997-2013 M. Broek"
COPYRIGHT="Copyright (C) 1997-2014 Michiel Broek, All Rights Reserved"
SHORTRIGHT="Copyright (C) 1997-2014 M. Broek"
GROUP="bbs"
OWNER="mbse"
ROWNER="`id -un root`"