Bumped to version 1.0.0 final release

This commit is contained in:
Michiel Broek 2013-08-03 14:15:13 +02:00
parent cd051a3b2a
commit 068592b25e
5 changed files with 23 additions and 25 deletions

View File

@ -1,4 +1,7 @@
This is the last version of mbsebbs submitted by me, Michiel.
v1.0.0
This is the last version of mbsebbs submitted by me,
Michiel.
libmbse.a:
Updated to ftscprod.012.

9
README
View File

@ -1,5 +1,3 @@
$Id: README,v 1.8 2006/07/03 20:27:21 mbse Exp $
MBSE BBS Packages.
@ -26,3 +24,10 @@ For first time installing, see the file INSTALL. After installation, the html
guide is installed in /opt/mbse/html.
Since 1 August 2013 I (Michiel Broek) stopped developing this package. But this
is a GPL2 licensed open source package so feel free to continue to improve it.
I only ask to make it clear to others that it is a modified package. You can do
that by changing the version numbers and messages in the file configure.ac and
then run autoconf to update the configure scripts.

14
TODO
View File

@ -1,6 +1,6 @@
MBSE BBS V0.95.15 TODO list.
----------------------------
MBSE BBS V1.0.0 TODO list.
--------------------------
These are a list of things that must be implemented one way or
another. Some things are urgent and necessary to operate the bbs
@ -12,7 +12,6 @@
N = Normal, second priority.
L = Cosmetic or nice to have.
W = Feature request.
X = Will not be done unless it's really needed.
everything:
N: In BSO the i flavor should have been d flavor.
@ -35,15 +34,8 @@ mbsebbs:
N: Only count posted messages in local mail areas.
X: OLR: include private email area in download packets. See also global
wish for private mail areas.
X: OLR: implement some global settings from the offline configuration.
N: OLR: qwk, check netmail entered from reader, fido address missing?
X: Implement kermit protocol, external versions don't work right.
mbfido:
N: Don't log an error if no file_id.diz is found.
@ -66,8 +58,6 @@ mbfido:
W: Add macro's for stats of all months.
X: Implement file requests for directory nodes.
W: Add %from command to areamgr/filemgr.
W: Add netmail notification of changed areas.

10
configure vendored
View File

@ -2307,12 +2307,12 @@ SUBDIRS="lib mbcico mbfido mbmon mbsebbs mbutils mbnntp mbtask mbsetup unix lang
# After changeing the version number, run autoconf!
#
PACKAGE="mbsebbs"
MAJOR="0"
MINOR="95"
REVISION="15"
MAJOR="1"
MINOR="0"
REVISION="0"
VERSION="$MAJOR.$MINOR.$REVISION"
COPYRIGHT="Copyright (C) 1997-2012 Michiel Broek, All Rights Reserved"
SHORTRIGHT="Copyright (C) 1997-2012 M. Broek"
COPYRIGHT="Copyright (C) 1997-2013 Michiel Broek, All Rights Reserved"
SHORTRIGHT="Copyright (C) 1997-2013 M. Broek"
GROUP="bbs"
OWNER="mbse"
ROWNER="`id -un root`"

View File

@ -10,12 +10,12 @@ AC_SUBST(SUBDIRS)
# After changeing the version number, run autoconf!
#
PACKAGE="mbsebbs"
MAJOR="0"
MINOR="95"
REVISION="15"
MAJOR="1"
MINOR="0"
REVISION="0"
VERSION="$MAJOR.$MINOR.$REVISION"
COPYRIGHT="Copyright (C) 1997-2012 Michiel Broek, All Rights Reserved"
SHORTRIGHT="Copyright (C) 1997-2012 M. Broek"
COPYRIGHT="Copyright (C) 1997-2013 Michiel Broek, All Rights Reserved"
SHORTRIGHT="Copyright (C) 1997-2013 M. Broek"
GROUP="bbs"
OWNER="mbse"
ROWNER="`id -un root`"