Bumped to version 0.82.3
This commit is contained in:
parent
2f580a044e
commit
33586958b6
11
ChangeLog
11
ChangeLog
@ -1,8 +1,15 @@
|
|||||||
$Id$
|
$Id$
|
||||||
|
|
||||||
WARNING, NOT FULLY TESTED YET ON 64 BIT PLATFORMS!
|
WARNING, NOT FULLY TESTED YET ON 64 BIT PLATFORMS! (but it's close).
|
||||||
|
|
||||||
v0.81.2 14-Oct-2005.
|
v0.81.3 17-Oct-2005
|
||||||
|
|
||||||
|
|
||||||
|
v0.81.2 14-Oct-2005 - 17-Oct-2005.
|
||||||
|
|
||||||
|
general:
|
||||||
|
Added escaping in client/server comms. It is now allowed to
|
||||||
|
use commans's in user names, locations etc.
|
||||||
|
|
||||||
upgrade:
|
upgrade:
|
||||||
Owners of 64 bits systems should check if all *.sts files in
|
Owners of 64 bits systems should check if all *.sts files in
|
||||||
|
2
TODO
2
TODO
@ -1,6 +1,6 @@
|
|||||||
$Id$
|
$Id$
|
||||||
|
|
||||||
MBSE BBS V0.81.2 TODO list.
|
MBSE BBS V0.81.3 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
@ -1305,7 +1305,7 @@ SUBDIRS="lib mbcico mbfido mbmon mbsebbs mbutils mbnntp mbtask mbsetup unix lang
|
|||||||
PACKAGE="mbsebbs"
|
PACKAGE="mbsebbs"
|
||||||
MAJOR="0"
|
MAJOR="0"
|
||||||
MINOR="81"
|
MINOR="81"
|
||||||
REVISION="2"
|
REVISION="3"
|
||||||
VERSION="$MAJOR.$MINOR.$REVISION"
|
VERSION="$MAJOR.$MINOR.$REVISION"
|
||||||
COPYRIGHT="Copyright (C) 1997-2005 Michiel Broek, All Rights Reserved"
|
COPYRIGHT="Copyright (C) 1997-2005 Michiel Broek, All Rights Reserved"
|
||||||
SHORTRIGHT="Copyright (C) 1997-2005 M. Broek"
|
SHORTRIGHT="Copyright (C) 1997-2005 M. Broek"
|
||||||
|
@ -13,7 +13,7 @@ dnl
|
|||||||
PACKAGE="mbsebbs"
|
PACKAGE="mbsebbs"
|
||||||
MAJOR="0"
|
MAJOR="0"
|
||||||
MINOR="81"
|
MINOR="81"
|
||||||
REVISION="2"
|
REVISION="3"
|
||||||
VERSION="$MAJOR.$MINOR.$REVISION"
|
VERSION="$MAJOR.$MINOR.$REVISION"
|
||||||
COPYRIGHT="Copyright (C) 1997-2005 Michiel Broek, All Rights Reserved"
|
COPYRIGHT="Copyright (C) 1997-2005 Michiel Broek, All Rights Reserved"
|
||||||
SHORTRIGHT="Copyright (C) 1997-2005 M. Broek"
|
SHORTRIGHT="Copyright (C) 1997-2005 M. Broek"
|
||||||
|
Reference in New Issue
Block a user