diff --git a/ChangeLog b/ChangeLog index 33496dca..5c194e9f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,10 @@ $Id$ -v0.61.1 20-Jun-2004. +v0.61.2 11-Jul-2004 + + +v0.61.1 20-Jun-2004 - 11-Jul-2004 upgrade: If you compiled with ./configure --enable-newsgate you may diff --git a/TODO b/TODO index 1d22e030..7b11cf38 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,6 @@ $Id$ - MBSE BBS V0.61.1 TODO list. + MBSE BBS V0.61.2 TODO list. --------------------------- These are a list of things that must be implemented one way or @@ -30,9 +30,6 @@ libdiesel.a: processed, instead the previous macro value will be returned. mbsebbs: - U: If a users homedir is missing, the users sees a wrong error message - before the connection is terminated. - X: Better word wrapping or paragraph justification in editor. X: E-mail downloads with e-mail verification. @@ -98,7 +95,7 @@ mbfido: N: Send notifications to downlinks about changed areas from uplink. - N: Add statistic mail messages. + N: Add statistic mail messages. Via AMC?? N: With auto created areas golded.inc is not adjusted to the new setup. diff --git a/configure b/configure index ee34bcc5..b2b6f36c 100755 --- a/configure +++ b/configure @@ -1310,7 +1310,7 @@ SUBDIRS="lib mbcico mbfido mbmon mbsebbs mbnntp mbtask mbsetup unix lang example PACKAGE="mbsebbs" MAJOR="0" MINOR="61" -REVISION="1" +REVISION="2" VERSION="$MAJOR.$MINOR.$REVISION" COPYRIGHT="Copyright (C) 1997-2004 Michiel Broek, All Rights Reserved" SHORTRIGHT="Copyright (C) 1997-2004 M. Broek" diff --git a/configure.in b/configure.in index 4bbf2fb8..def8ffe4 100644 --- a/configure.in +++ b/configure.in @@ -13,7 +13,7 @@ dnl PACKAGE="mbsebbs" MAJOR="0" MINOR="61" -REVISION="1" +REVISION="2" VERSION="$MAJOR.$MINOR.$REVISION" COPYRIGHT="Copyright (C) 1997-2004 Michiel Broek, All Rights Reserved" SHORTRIGHT="Copyright (C) 1997-2004 M. Broek"