MBSE BBS version v1.0.6.5

* develop:
  Update ChangeLog for v1.0.6.5
  Update effective version to 1.0.6.5.
  Edit README file to better reflect current practice.
  Update of the version number and ChangeLog for the update to the AUTHORS file.
  Correct the overall version number to v1.0.6.2.
  Add the 7 Oct 2015 entry by Andrew Leary back to the ChangeLog file.
  Update information for RJ Clay in the AUTHORS file.
  Move master/docs/* to docs/*, as a 'master' directory is unneeded.
  Move MbseBBS code back up one directory level.
  Added new manual source file in Libreoffice format.
  Signed-off-by: vbcoen <vbcoen@gmail.com>
  Signed-off-by: vbcoen <vbcoen@gmail.com>
  Updated mbmon.c & mbsetup.c Added doc dir. and manual as .pdf restored deleted files - yep I screwed the pooch.
  comm-3
  Comm - 1
This commit is contained in:
Robert James Clay 2016-02-12 11:43:33 -05:00
commit 6e2afad2d3
9 changed files with 18 additions and 23 deletions

View File

@ -1,6 +1,6 @@
MBSE BBS AUTHORS.
$Id: AUTHORS,v 1.29 2007/08/22 21:14:38 mbse Exp $
$Id: AUTHORS,v 1.29 2015/11/03 21:05:00 mbse Exp $
The following people are members of the MBSE BBS development team:
@ -43,7 +43,6 @@ NERvOus nervous@nervous.it
Bobby Cabral bobbyc@digitelone.com
Johannes Beekhuizen 2:280/1018@fidonet
Lukas De Groen 2:280/1027@fidonet
Vincent Coen vbcoen@gmail.com 2:250/1@fidonet
Joachim Kuwan 2:249/591@fidonet
Greek greek@voyager.nnov.ru
Sergey Nechaev 2:5015/53@fidonet
@ -60,4 +59,3 @@ val khokhlov 2:550/180@fidonet
Robert Wolfe 1:2613/4307@fidonet
Alan Ianson
Simon Voortman 2:280/1049.1@fidonet
Andrew Leary 1:320/219@fidonet

View File

@ -1,3 +1,7 @@
v1.0.6.5 12-Feb-2016 - Robert James Clay
1. Edit README file to better reflect current practice.
v1.0.6.4 22-Nov-2015 - Andrew Leary
1. Updated mbfido's .tic file support to use "Lfile" instead

21
README
View File

@ -1,27 +1,20 @@
MBSE BBS Packages.
MBSE BBS Packages.
Distribution naming scheme:
mbsebbs-0.33.18.tar.bz2
| | | |
| | | +-------- minor patchlevel
mbsebbs-1.0.6.tar.bz2
| | | |
| | | +--------- minor patchlevel
| | +----------- minor version
| +------------- major version
+------------------- package name
For fidonet distribution, the tar archive and FILE_ID.DIZ are
zipped together in a file like mbb03318.zip
zipped together in a file like MBSE-106.ZIP
The odd minor version numbers are developent versions only. From 0.35.1 and up
these will not be released anymore but are only available via cvs.
The even minor version numbers will be stable releases, they will be available
at http://www.mbse.eu and at 2:280/2802. The first version using this
scheme is 0.36.00
For first time installing, see the file INSTALL. After installation, the html
guide is installed in /opt/mbse/html.
For first time installing, see the file INSTALL. After a manual installation,
the html guide is installed in /opt/mbse/html.
Since 1 August 2013 I (Michiel Broek) stopped developing this package. But this

2
configure vendored
View File

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

View File

@ -12,7 +12,7 @@ AC_SUBST(SUBDIRS)
PACKAGE="mbsebbs"
MAJOR="1"
MINOR="0"
REVISION="6.4"
REVISION="6.5"
VERSION="$MAJOR.$MINOR.$REVISION"
COPYRIGHT="Copyright (C) 1997-2015 Michiel Broek, All Rights Reserved"
SHORTRIGHT="Copyright (C) 1997-2015 M. Broek"

View File

@ -3,7 +3,7 @@
* Purpose ...............: Monitor Program
*
*****************************************************************************
* Copyright (C) 1997-2011
* Copyright (C) 1997-2015
*
* Michiel Broek FIDO: 2:280/2802
* Beekmansbos 10
@ -449,7 +449,7 @@ void soft_info(void)
set_color(WHITE, BLACK);
center_addstr( 8, (char *)COPYRIGHT);
set_color(YELLOW, BLACK);
center_addstr(10, (char *)"Ceeated in the Netherlands.");
center_addstr(10, (char *)"Created in the Netherlands.");
set_color(WHITE, BLACK);
#ifdef __GLIBC__
snprintf(temp, 81, "Compiled on glibc v%d.%d", __GLIBC__, __GLIBC_MINOR__);

View File

@ -4,7 +4,7 @@
* Purpose ...............: Setup Program
*
*****************************************************************************
* Copyright (C) 1997-2008
* Copyright (C) 1997-2015
*
* Michiel Broek FIDO: 2:280/2802
* Beekmansbos 10