Bumped to development version 0.71.4

This commit is contained in:
Michiel Broek 2005-08-12 13:22:06 +00:00
parent 4ae090065b
commit 1883af5e74
7 changed files with 9 additions and 16 deletions

View File

@ -1,7 +1,9 @@
$Id$
v0.71.4 12-Aug-2005
v0.71.3 13-Jun-2005
v0.71.3 13-Jun-2005 - 12-Aug-2005
upgrade:
Check mbsetup 7.n.3.14 and 7.n.3.15 settings.
@ -49,6 +51,7 @@ v0.71.3 13-Jun-2005
The web stats can now limit the size of mailhistory.html
The FileMgr command connects news nodes SR if set for the tic
area.
Removed some extra debug logging.
mbmon:
Made Internet BBS Chat final.

3
TODO
View File

@ -94,9 +94,6 @@ mbfido:
N: Copy personal mail to a personal message area.
N: Implement areamgr/filemgr %avail command to list available areas
from areas files.
N: Someday make retoss from bad possible (volonteers?).
mbcico:

2
configure vendored
View File

@ -1305,7 +1305,7 @@ SUBDIRS="lib mbcico mbfido mbmon mbsebbs mbutils mbnntp mbtask mbsetup unix lang
PACKAGE="mbsebbs"
MAJOR="0"
MINOR="71"
REVISION="3"
REVISION="4"
VERSION="$MAJOR.$MINOR.$REVISION"
COPYRIGHT="Copyright (C) 1997-2005 Michiel Broek, All Rights Reserved"
SHORTRIGHT="Copyright (C) 1997-2005 M. Broek"

View File

@ -13,7 +13,7 @@ dnl
PACKAGE="mbsebbs"
MAJOR="0"
MINOR="71"
REVISION="3"
REVISION="4"
VERSION="$MAJOR.$MINOR.$REVISION"
COPYRIGHT="Copyright (C) 1997-2005 Michiel Broek, All Rights Reserved"
SHORTRIGHT="Copyright (C) 1997-2005 M. Broek"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.1 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -14,7 +14,7 @@
</HEAD>
<BODY>
<BLOCKQUOTE>
<div align="right"><h5>Last update 30-Sep-2002</h5></div>
<div align="right"><h5>Last update 12-Aug-2005</h5></div>
<div align="center"><H1>MBSE BBS Setup - File Echo's Setup - TIC Areas.</H1></div>
<H3>Introduction.</H3>
@ -59,6 +59,7 @@ the number of files (nodelists).
<strong>Upl discon </strong>Not in use yet.
<strong>Deleted </strong>If this area must be deleted.
<strong>Active </strong>If this area is active.
<strong>New SR </strong>Give new node links the status SR instead of S.
<strong>Systems </strong>To the screen with connected systems.
</pre>
<P>

View File

@ -4,7 +4,7 @@
* Purpose ...............: AreaMgr and FileMgr utilities.
*
*****************************************************************************
* Copyright (C) 1997-2004
* Copyright (C) 1997-2005
*
* Michiel Broek FIDO: 2:280/2802
* Beekmansbos 10
@ -865,14 +865,6 @@ int Areas(void)
fflush(stdout);
}
/*
* Now we have a list of actions to perform
*/
Syslog('F', "Area tag Oke Del");
for (tmp = alist; tmp; tmp = tmp->next) {
Syslog('F', "%-20s %s %s", tmp->Name, tmp->IsPresent?"Yes":"No ", tmp->DoDelete?"Yes":"No ");
}
/*
* Make modification, first add missing areas
*/