Bumped to development version 0.61.0

This commit is contained in:
Michiel Broek 2004-06-06 13:35:46 +00:00
parent 1bdf6e2e00
commit c9c1288e2c
5 changed files with 11 additions and 34 deletions

View File

@ -1,5 +1,7 @@
$Id$
v0.61.0 06-Jun-2004.
v0.60.0 09-Feb-2004 - 04-Jun-2004

View File

@ -27,37 +27,7 @@ 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_51_00_current 09-Feb-2004 Start 0.51 development.
mbsebbs-0_60_00_release 04-Jun-2004 Version 0.60.0 release.
CVS usage.
This will only work for registered MBSE developers. Replace username with your
sourceforge's username. To initialize your account on the sourceforge cvs
server do:
ssh username@cvs.sourceforge.net
This command will fail but creates your homedirectory on the sourceforge cvs
server.
Set the following two variables (and add them to .profile):
export CVS_RSH=ssh
export CVSROOT=username@cvs.mbse.sourceforge.net:/cvsroot/mbse
Install the sources with the followin command:
cvs -dusername@cvs.mbse.sourceforge.net:/cvsroot/mbse co mbsebbs
That will create the directory mbsebbs with all subdirectories. When you made
some changes you can commit these from within the directory mbsebbs with:
cvs ci -m "Description of your changes"
To get a fresh source with changes of other developers do:
cd mbsebbs
cvs update
mbsebbs-0_61_00_current 06-Jun-2004 Start 0.61 development.
Michiel.

7
TODO
View File

@ -1,6 +1,6 @@
$Id$
MBSE BBS V0.60.0 TODO list.
MBSE BBS V0.61.0 TODO list.
---------------------------
These are a list of things that must be implemented one way or
@ -142,6 +142,11 @@ mbmsg:
will cause trouble later, should be blocked to be used on netmail
areas.
N: With the post command check the commandline before doing anything.
N: With post in echomail, if a name name@address is given, the address
part should be stripped.
mbaff:
L: Rewrite filefind search algorithm.

2
configure vendored
View File

@ -1308,7 +1308,7 @@ SUBDIRS="lib mbcico mbfido mbmon mbsebbs mbnntp mbtask mbsetup unix lang example
PACKAGE="mbsebbs"
MAJOR="0"
MINOR="60"
MINOR="61"
REVISION="0"
VERSION="$MAJOR.$MINOR.$REVISION"
COPYRIGHT="Copyright (C) 1997-2004 Michiel Broek, All Rights Reserved"

View File

@ -12,7 +12,7 @@ dnl After changeing the version number, run autoconf!
dnl
PACKAGE="mbsebbs"
MAJOR="0"
MINOR="60"
MINOR="61"
REVISION="0"
VERSION="$MAJOR.$MINOR.$REVISION"
COPYRIGHT="Copyright (C) 1997-2004 Michiel Broek, All Rights Reserved"