diff --git a/ChangeLog b/ChangeLog index 33b07fec..9f7e63db 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ $Id$ +v0.91.2 14-Jan-2007 + + mbcico: + If no suitable compressor found for binkp transfers then don't + complain. + + v0.91.1 22-Dec-2006 mbsebbs: diff --git a/TODO b/TODO index 768fdd2c..67d27950 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,6 @@ $Id$ - MBSE BBS V0.91.1 TODO list. + MBSE BBS V0.91.2 TODO list. --------------------------- These are a list of things that must be implemented one way or diff --git a/configure b/configure index c9045f58..a3ecf283 100755 --- a/configure +++ b/configure @@ -1718,10 +1718,10 @@ SUBDIRS="lib mbcico mbfido mbmon mbsebbs mbutils mbnntp mbtask mbsetup unix lang PACKAGE="mbsebbs" MAJOR="0" MINOR="91" -REVISION="1" +REVISION="2" VERSION="$MAJOR.$MINOR.$REVISION" -COPYRIGHT="Copyright (C) 1997-2006 Michiel Broek, All Rights Reserved" -SHORTRIGHT="Copyright (C) 1997-2006 M. Broek" +COPYRIGHT="Copyright (C) 1997-2007 Michiel Broek, All Rights Reserved" +SHORTRIGHT="Copyright (C) 1997-2007 M. Broek" GROUP="bbs" OWNER="mbse" ROWNER="`id -un root`" diff --git a/configure.in b/configure.in index 3c37ccc3..fe2a3733 100644 --- a/configure.in +++ b/configure.in @@ -13,10 +13,10 @@ dnl PACKAGE="mbsebbs" MAJOR="0" MINOR="91" -REVISION="1" +REVISION="2" VERSION="$MAJOR.$MINOR.$REVISION" -COPYRIGHT="Copyright (C) 1997-2006 Michiel Broek, All Rights Reserved" -SHORTRIGHT="Copyright (C) 1997-2006 M. Broek" +COPYRIGHT="Copyright (C) 1997-2007 Michiel Broek, All Rights Reserved" +SHORTRIGHT="Copyright (C) 1997-2007 M. Broek" GROUP="bbs" OWNER="mbse" ROWNER="`id -un root`" diff --git a/mbcico/binkp.c b/mbcico/binkp.c index bb70004b..75994934 100644 --- a/mbcico/binkp.c +++ b/mbcico/binkp.c @@ -5,7 +5,7 @@ * Binkp protocol copyright : Dima Maloff. * ***************************************************************************** - * Copyright (C) 1997-2006 + * Copyright (C) 1997-2007 * * Michiel Broek FIDO: 2:280/2802 * Beekmansbos 10 @@ -2807,7 +2807,6 @@ void fill_binkp_list(binkp_list **bkll, file_list *fal, off_t offs) return; } #endif - Syslog('+', "Binkp: compressor select internal error"); }