From c9c1288e2cbdf66a46a21d0082d392b6fb54c841 Mon Sep 17 00:00:00 2001 From: Michiel Broek Date: Sun, 6 Jun 2004 13:35:46 +0000 Subject: [PATCH] Bumped to development version 0.61.0 --- ChangeLog | 2 ++ README.developer | 32 +------------------------------- TODO | 7 ++++++- configure | 2 +- configure.in | 2 +- 5 files changed, 11 insertions(+), 34 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9d21e82a..2534665d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ $Id$ +v0.61.0 06-Jun-2004. + v0.60.0 09-Feb-2004 - 04-Jun-2004 diff --git a/README.developer b/README.developer index a98702d8..4f6fd9b5 100644 --- a/README.developer +++ b/README.developer @@ -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. diff --git a/TODO b/TODO index 3ff2e393..cf8e032e 100644 --- a/TODO +++ b/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. diff --git a/configure b/configure index 6ce9debd..1d96668f 100755 --- a/configure +++ b/configure @@ -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" diff --git a/configure.in b/configure.in index c7db4724..44a25377 100644 --- a/configure.in +++ b/configure.in @@ -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"