Started 0.51.0 development
This commit is contained in:
parent
405aa5ea9f
commit
18a0118f99
@ -1,5 +1,7 @@
|
|||||||
$Id$
|
$Id$
|
||||||
|
|
||||||
|
v0.51.0 09-Feb-2004
|
||||||
|
|
||||||
|
|
||||||
v0.50.0 03-Oct-2003 - 09-Feb-2004
|
v0.50.0 03-Oct-2003 - 09-Feb-2004
|
||||||
|
|
||||||
|
@ -25,6 +25,7 @@ mbsebbs-0_37_00_current 26-Dec-2002 Start version 0.37 development.
|
|||||||
mbsebbs-0_38_00_release 03-Oct-2003 Version 0.38.00 release.
|
mbsebbs-0_38_00_release 03-Oct-2003 Version 0.38.00 release.
|
||||||
mbsebbs-0_39_00_current 09-Oct-2003 Start version 0.39 development.
|
mbsebbs-0_39_00_current 09-Oct-2003 Start version 0.39 development.
|
||||||
mbsebbs-0_50_00_release 09-Feb-2004 Version 0.50.0 release.
|
mbsebbs-0_50_00_release 09-Feb-2004 Version 0.50.0 release.
|
||||||
|
mbsebbs-0_51_00_current 09-Feb-2004 Start 0.51 development.
|
||||||
|
|
||||||
|
|
||||||
CVS usage.
|
CVS usage.
|
||||||
@ -59,5 +60,3 @@ cvs update
|
|||||||
|
|
||||||
|
|
||||||
Michiel.
|
Michiel.
|
||||||
|
|
||||||
|
|
||||||
|
4
TODO
4
TODO
@ -1,6 +1,6 @@
|
|||||||
$Id$
|
$Id$
|
||||||
|
|
||||||
MBSE BBS V0.50.0 TODO list.
|
MBSE BBS V0.51.0 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
|
||||||
@ -118,7 +118,7 @@ mbfido:
|
|||||||
in the toberep database and will be multiple times announced.
|
in the toberep database and will be multiple times announced.
|
||||||
|
|
||||||
mbcico:
|
mbcico:
|
||||||
U: Further investigate binkp tty_error hangup.
|
N: Further investigate binkp tty_error hangup.
|
||||||
|
|
||||||
L: Implement binkp option ND.
|
L: Implement binkp option ND.
|
||||||
|
|
||||||
|
2
configure
vendored
2
configure
vendored
@ -1274,7 +1274,7 @@ SUBDIRS="lib mbcico mbfido mbmon mbsebbs mbtask mbsetup unix lang examples html
|
|||||||
|
|
||||||
PACKAGE="mbsebbs"
|
PACKAGE="mbsebbs"
|
||||||
MAJOR="0"
|
MAJOR="0"
|
||||||
MINOR="50"
|
MINOR="51"
|
||||||
REVISION="0"
|
REVISION="0"
|
||||||
VERSION="$MAJOR.$MINOR.$REVISION"
|
VERSION="$MAJOR.$MINOR.$REVISION"
|
||||||
COPYRIGHT="Copyright (C) 1997-2004 Michiel Broek, All Rights Reserved"
|
COPYRIGHT="Copyright (C) 1997-2004 Michiel Broek, All Rights Reserved"
|
||||||
|
@ -12,7 +12,7 @@ dnl After changeing the version number, run autoconf!
|
|||||||
dnl
|
dnl
|
||||||
PACKAGE="mbsebbs"
|
PACKAGE="mbsebbs"
|
||||||
MAJOR="0"
|
MAJOR="0"
|
||||||
MINOR="50"
|
MINOR="51"
|
||||||
REVISION="0"
|
REVISION="0"
|
||||||
VERSION="$MAJOR.$MINOR.$REVISION"
|
VERSION="$MAJOR.$MINOR.$REVISION"
|
||||||
COPYRIGHT="Copyright (C) 1997-2004 Michiel Broek, All Rights Reserved"
|
COPYRIGHT="Copyright (C) 1997-2004 Michiel Broek, All Rights Reserved"
|
||||||
|
Reference in New Issue
Block a user