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$ $Id$
v0.71.4 12-Aug-2005
v0.71.3 13-Jun-2005
v0.71.3 13-Jun-2005 - 12-Aug-2005
upgrade: upgrade:
Check mbsetup 7.n.3.14 and 7.n.3.15 settings. 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 web stats can now limit the size of mailhistory.html
The FileMgr command connects news nodes SR if set for the tic The FileMgr command connects news nodes SR if set for the tic
area. area.
Removed some extra debug logging.
mbmon: mbmon:
Made Internet BBS Chat final. Made Internet BBS Chat final.

3
TODO
View File

@ -94,9 +94,6 @@ mbfido:
N: Copy personal mail to a personal message area. 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?). N: Someday make retoss from bad possible (volonteers?).
mbcico: mbcico:

2
configure vendored
View File

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

View File

@ -13,7 +13,7 @@ dnl
PACKAGE="mbsebbs" PACKAGE="mbsebbs"
MAJOR="0" MAJOR="0"
MINOR="71" MINOR="71"
REVISION="3" REVISION="4"
VERSION="$MAJOR.$MINOR.$REVISION" VERSION="$MAJOR.$MINOR.$REVISION"
COPYRIGHT="Copyright (C) 1997-2005 Michiel Broek, All Rights Reserved" COPYRIGHT="Copyright (C) 1997-2005 Michiel Broek, All Rights Reserved"
SHORTRIGHT="Copyright (C) 1997-2005 M. Broek" 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> </HEAD>
<BODY> <BODY>
<BLOCKQUOTE> <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> <div align="center"><H1>MBSE BBS Setup - File Echo's Setup - TIC Areas.</H1></div>
<H3>Introduction.</H3> <H3>Introduction.</H3>
@ -59,6 +59,7 @@ the number of files (nodelists).
<strong>Upl discon </strong>Not in use yet. <strong>Upl discon </strong>Not in use yet.
<strong>Deleted </strong>If this area must be deleted. <strong>Deleted </strong>If this area must be deleted.
<strong>Active </strong>If this area is active. <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. <strong>Systems </strong>To the screen with connected systems.
</pre> </pre>
<P> <P>

View File

@ -4,7 +4,7 @@
* Purpose ...............: AreaMgr and FileMgr utilities. * Purpose ...............: AreaMgr and FileMgr utilities.
* *
***************************************************************************** *****************************************************************************
* Copyright (C) 1997-2004 * Copyright (C) 1997-2005
* *
* Michiel Broek FIDO: 2:280/2802 * Michiel Broek FIDO: 2:280/2802
* Beekmansbos 10 * Beekmansbos 10
@ -865,14 +865,6 @@ int Areas(void)
fflush(stdout); 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 * Make modification, first add missing areas
*/ */