Bumped to version 1.0.0 final release
This commit is contained in:
parent
cd051a3b2a
commit
068592b25e
@ -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:
|
libmbse.a:
|
||||||
Updated to ftscprod.012.
|
Updated to ftscprod.012.
|
||||||
|
9
README
9
README
@ -1,5 +1,3 @@
|
|||||||
$Id: README,v 1.8 2006/07/03 20:27:21 mbse Exp $
|
|
||||||
|
|
||||||
MBSE BBS Packages.
|
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.
|
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
14
TODO
@ -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
|
These are a list of things that must be implemented one way or
|
||||||
another. Some things are urgent and necessary to operate the bbs
|
another. Some things are urgent and necessary to operate the bbs
|
||||||
@ -12,7 +12,6 @@
|
|||||||
N = Normal, second priority.
|
N = Normal, second priority.
|
||||||
L = Cosmetic or nice to have.
|
L = Cosmetic or nice to have.
|
||||||
W = Feature request.
|
W = Feature request.
|
||||||
X = Will not be done unless it's really needed.
|
|
||||||
|
|
||||||
everything:
|
everything:
|
||||||
N: In BSO the i flavor should have been d flavor.
|
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.
|
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?
|
N: OLR: qwk, check netmail entered from reader, fido address missing?
|
||||||
|
|
||||||
X: Implement kermit protocol, external versions don't work right.
|
|
||||||
|
|
||||||
|
|
||||||
mbfido:
|
mbfido:
|
||||||
N: Don't log an error if no file_id.diz is found.
|
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.
|
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 %from command to areamgr/filemgr.
|
||||||
|
|
||||||
W: Add netmail notification of changed areas.
|
W: Add netmail notification of changed areas.
|
||||||
|
10
configure
vendored
10
configure
vendored
@ -2307,12 +2307,12 @@ SUBDIRS="lib mbcico mbfido mbmon mbsebbs mbutils mbnntp mbtask mbsetup unix lang
|
|||||||
# After changeing the version number, run autoconf!
|
# After changeing the version number, run autoconf!
|
||||||
#
|
#
|
||||||
PACKAGE="mbsebbs"
|
PACKAGE="mbsebbs"
|
||||||
MAJOR="0"
|
MAJOR="1"
|
||||||
MINOR="95"
|
MINOR="0"
|
||||||
REVISION="15"
|
REVISION="0"
|
||||||
VERSION="$MAJOR.$MINOR.$REVISION"
|
VERSION="$MAJOR.$MINOR.$REVISION"
|
||||||
COPYRIGHT="Copyright (C) 1997-2012 Michiel Broek, All Rights Reserved"
|
COPYRIGHT="Copyright (C) 1997-2013 Michiel Broek, All Rights Reserved"
|
||||||
SHORTRIGHT="Copyright (C) 1997-2012 M. Broek"
|
SHORTRIGHT="Copyright (C) 1997-2013 M. Broek"
|
||||||
GROUP="bbs"
|
GROUP="bbs"
|
||||||
OWNER="mbse"
|
OWNER="mbse"
|
||||||
ROWNER="`id -un root`"
|
ROWNER="`id -un root`"
|
||||||
|
10
configure.ac
10
configure.ac
@ -10,12 +10,12 @@ AC_SUBST(SUBDIRS)
|
|||||||
# After changeing the version number, run autoconf!
|
# After changeing the version number, run autoconf!
|
||||||
#
|
#
|
||||||
PACKAGE="mbsebbs"
|
PACKAGE="mbsebbs"
|
||||||
MAJOR="0"
|
MAJOR="1"
|
||||||
MINOR="95"
|
MINOR="0"
|
||||||
REVISION="15"
|
REVISION="0"
|
||||||
VERSION="$MAJOR.$MINOR.$REVISION"
|
VERSION="$MAJOR.$MINOR.$REVISION"
|
||||||
COPYRIGHT="Copyright (C) 1997-2012 Michiel Broek, All Rights Reserved"
|
COPYRIGHT="Copyright (C) 1997-2013 Michiel Broek, All Rights Reserved"
|
||||||
SHORTRIGHT="Copyright (C) 1997-2012 M. Broek"
|
SHORTRIGHT="Copyright (C) 1997-2013 M. Broek"
|
||||||
GROUP="bbs"
|
GROUP="bbs"
|
||||||
OWNER="mbse"
|
OWNER="mbse"
|
||||||
ROWNER="`id -un root`"
|
ROWNER="`id -un root`"
|
||||||
|
Reference in New Issue
Block a user