Bumped to development version 0.61.0
This commit is contained in:
parent
1bdf6e2e00
commit
c9c1288e2c
@ -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
7
TODO
@ -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
2
configure
vendored
@ -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"
|
||||
|
@ -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"
|
||||
|
Reference in New Issue
Block a user