diff --git a/ChangeLog b/ChangeLog index 4e21c37f..80a66a3f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,10 @@ $Id$ -v0.71.2 16-Jan-2005 +v0.71.3 13-Jun-2005 + + +v0.71.2 16-Jan-2005 - 13-Jun-2005 upgrade: Start mbsetup, in screen 1.2 item 10, add your real internet @@ -28,7 +31,7 @@ v0.71.2 16-Jan-2005 mbcico: Added protection during binkp receive for zero bytes compressed data frames, this will cause uncompress error -5 because zero - bytes can't be compressed ar all. + bytes can't be compressed at all. Fixed test for valid aka's in the EMSI handshake that prevented that host aka's (node /0) were not presented to the remote. (thanks Przemyslaw Kwiatkowski). diff --git a/configure b/configure index 2657ae50..959c10dc 100755 --- a/configure +++ b/configure @@ -1305,7 +1305,7 @@ SUBDIRS="lib mbcico mbfido mbmon mbsebbs mbutils mbnntp mbtask mbsetup unix lang PACKAGE="mbsebbs" MAJOR="0" MINOR="71" -REVISION="2" +REVISION="3" VERSION="$MAJOR.$MINOR.$REVISION" COPYRIGHT="Copyright (C) 1997-2005 Michiel Broek, All Rights Reserved" SHORTRIGHT="Copyright (C) 1997-2005 M. Broek" diff --git a/configure.in b/configure.in index 3dc1e819..ff3d058a 100644 --- a/configure.in +++ b/configure.in @@ -13,7 +13,7 @@ dnl PACKAGE="mbsebbs" MAJOR="0" MINOR="71" -REVISION="2" +REVISION="3" VERSION="$MAJOR.$MINOR.$REVISION" COPYRIGHT="Copyright (C) 1997-2005 Michiel Broek, All Rights Reserved" SHORTRIGHT="Copyright (C) 1997-2005 M. Broek"