From 068592b25e36b22f22c87722fe4a6feff1118d71 Mon Sep 17 00:00:00 2001 From: Michiel Broek Date: Sat, 3 Aug 2013 14:15:13 +0200 Subject: [PATCH] Bumped to version 1.0.0 final release --- ChangeLog | 5 ++++- README | 9 +++++++-- TODO | 14 ++------------ configure | 10 +++++----- configure.ac | 10 +++++----- 5 files changed, 23 insertions(+), 25 deletions(-) diff --git a/ChangeLog b/ChangeLog index acf73d79..e1733893 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. diff --git a/README b/README index f54feb92..5faa673a 100644 --- a/README +++ b/README @@ -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. + + diff --git a/TODO b/TODO index 8be27688..5b88253a 100644 --- a/TODO +++ b/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 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. diff --git a/configure b/configure index dfda10da..10d251e2 100755 --- a/configure +++ b/configure @@ -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`" diff --git a/configure.ac b/configure.ac index a971bb14..87624d2b 100644 --- a/configure.ac +++ b/configure.ac @@ -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`"