diff --git a/ChangeLog b/ChangeLog index 4a39a467..4fd35092 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,10 @@ $Id$ -v0.91.10 21-Aug-2007 +v0.91.11 02-Sep-2007 + + +v0.91.10 21-Aug-2007 - 02-Sep-2007 general: There is some experimental code for GeoIP support, it does @@ -10,7 +13,7 @@ v0.91.10 21-Aug-2007 calls depending on the databases you have installed. Added example telnet login for NetBSD. Dropped support for NetBSD < 3.0. - Added supportfor Ubuntu. + Added support for Ubuntu. libmbse: Added support or the ARM processor, thanks to Simon Voortman. @@ -43,7 +46,7 @@ v0.91.10 21-Aug-2007 mbfido: Fixed a lot of compiler warnings. Fixed compiling on NetBSD 3.1. - If no LFN is empty, create a lowercase name. + If the LFN in the tic file is empty, create a lowercase name. Catch SIGIOT. mbfile: diff --git a/TODO b/TODO index 8f7ba91e..1a9d652c 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,6 @@ $Id$ - MBSE BBS V0.91.10 TODO list. + MBSE BBS V0.91.11 TODO list. ---------------------------- These are a list of things that must be implemented one way or diff --git a/configure b/configure index 818df631..dd779bc8 100755 --- a/configure +++ b/configure @@ -1741,7 +1741,7 @@ SUBDIRS="lib mbcico mbfido mbmon mbsebbs mbutils mbnntp mbtask mbsetup unix lang PACKAGE="mbsebbs" MAJOR="0" MINOR="91" -REVISION="10" +REVISION="11" VERSION="$MAJOR.$MINOR.$REVISION" COPYRIGHT="Copyright (C) 1997-2007 Michiel Broek, All Rights Reserved" SHORTRIGHT="Copyright (C) 1997-2007 M. Broek" diff --git a/configure.ac b/configure.ac index 6ff746c9..0b653be5 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ AC_SUBST(SUBDIRS) PACKAGE="mbsebbs" MAJOR="0" MINOR="91" -REVISION="10" +REVISION="11" VERSION="$MAJOR.$MINOR.$REVISION" COPYRIGHT="Copyright (C) 1997-2007 Michiel Broek, All Rights Reserved" SHORTRIGHT="Copyright (C) 1997-2007 M. Broek"