Bumped to version 0.99.11
This commit is contained in:
parent
b7aaed6491
commit
e3aa9258f0
@ -1,7 +1,10 @@
|
|||||||
$Id$
|
$Id$
|
||||||
|
|
||||||
|
|
||||||
v0.91.10 21-Aug-2007
|
v0.91.11 02-Sep-2007
|
||||||
|
|
||||||
|
|
||||||
|
v0.91.10 21-Aug-2007 - 02-Sep-2007
|
||||||
|
|
||||||
general:
|
general:
|
||||||
There is some experimental code for GeoIP support, it does
|
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.
|
calls depending on the databases you have installed.
|
||||||
Added example telnet login for NetBSD.
|
Added example telnet login for NetBSD.
|
||||||
Dropped support for NetBSD < 3.0.
|
Dropped support for NetBSD < 3.0.
|
||||||
Added supportfor Ubuntu.
|
Added support for Ubuntu.
|
||||||
|
|
||||||
libmbse:
|
libmbse:
|
||||||
Added support or the ARM processor, thanks to Simon Voortman.
|
Added support or the ARM processor, thanks to Simon Voortman.
|
||||||
@ -43,7 +46,7 @@ v0.91.10 21-Aug-2007
|
|||||||
mbfido:
|
mbfido:
|
||||||
Fixed a lot of compiler warnings.
|
Fixed a lot of compiler warnings.
|
||||||
Fixed compiling on NetBSD 3.1.
|
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.
|
Catch SIGIOT.
|
||||||
|
|
||||||
mbfile:
|
mbfile:
|
||||||
|
2
TODO
2
TODO
@ -1,6 +1,6 @@
|
|||||||
$Id$
|
$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
|
These are a list of things that must be implemented one way or
|
||||||
|
2
configure
vendored
2
configure
vendored
@ -1741,7 +1741,7 @@ SUBDIRS="lib mbcico mbfido mbmon mbsebbs mbutils mbnntp mbtask mbsetup unix lang
|
|||||||
PACKAGE="mbsebbs"
|
PACKAGE="mbsebbs"
|
||||||
MAJOR="0"
|
MAJOR="0"
|
||||||
MINOR="91"
|
MINOR="91"
|
||||||
REVISION="10"
|
REVISION="11"
|
||||||
VERSION="$MAJOR.$MINOR.$REVISION"
|
VERSION="$MAJOR.$MINOR.$REVISION"
|
||||||
COPYRIGHT="Copyright (C) 1997-2007 Michiel Broek, All Rights Reserved"
|
COPYRIGHT="Copyright (C) 1997-2007 Michiel Broek, All Rights Reserved"
|
||||||
SHORTRIGHT="Copyright (C) 1997-2007 M. Broek"
|
SHORTRIGHT="Copyright (C) 1997-2007 M. Broek"
|
||||||
|
@ -13,7 +13,7 @@ AC_SUBST(SUBDIRS)
|
|||||||
PACKAGE="mbsebbs"
|
PACKAGE="mbsebbs"
|
||||||
MAJOR="0"
|
MAJOR="0"
|
||||||
MINOR="91"
|
MINOR="91"
|
||||||
REVISION="10"
|
REVISION="11"
|
||||||
VERSION="$MAJOR.$MINOR.$REVISION"
|
VERSION="$MAJOR.$MINOR.$REVISION"
|
||||||
COPYRIGHT="Copyright (C) 1997-2007 Michiel Broek, All Rights Reserved"
|
COPYRIGHT="Copyright (C) 1997-2007 Michiel Broek, All Rights Reserved"
|
||||||
SHORTRIGHT="Copyright (C) 1997-2007 M. Broek"
|
SHORTRIGHT="Copyright (C) 1997-2007 M. Broek"
|
||||||
|
Reference in New Issue
Block a user