From 6f0fbc34e45fcdb3a7c20f46ce701e2f5fc24f28 Mon Sep 17 00:00:00 2001 From: Michiel Broek Date: Mon, 3 Jul 2006 20:27:21 +0000 Subject: [PATCH] Bumped to version 0.83.22 and changed internet domain --- AUTHORS | 2 +- ChangeLog | 5 ++++- FILE_ID.DIZ.in | 2 +- README | 2 +- SETUP.sh | 4 ++-- TODO | 2 +- configure | 2 +- configure.in | 2 +- examples/footer.txt | 4 ++-- html/intro.html | 4 ++-- mbmon/mbmon.c | 2 +- mbsebbs/pinfo.c | 2 +- mbsetup/mbsetup.c | 2 +- 13 files changed, 19 insertions(+), 16 deletions(-) diff --git a/AUTHORS b/AUTHORS index 349afcba..7d7719a2 100644 --- a/AUTHORS +++ b/AUTHORS @@ -5,7 +5,7 @@ $Id$ The following people are members of the MBSE BBS development team: -Michiel Broek mbroek@mbse.dds.nl 2:280/2802 +Michiel Broek mbroek@mbse.eu 2:280/2802 Ken Bowley kbowley@users.sourceforge.net, 1:114/485@fidonet Redy Rodriguez redy@users.sourceforge.net 2:283/613.6 Scott Street sstreet98@users.sourceforge.net, 1:2600/135@fidonet diff --git a/ChangeLog b/ChangeLog index ddd6e121..e04d1ffa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,10 @@ $Id$ -v0.83.21 10-Jun-2006 +v0.83.22 03-Jul-2006 + + +v0.83.21 10-Jun-2006 - 03-Jul-2006 install: The checkbasic script uses more tricks to see if you are mbse diff --git a/FILE_ID.DIZ.in b/FILE_ID.DIZ.in index cb47c63d..260e7ee2 100644 --- a/FILE_ID.DIZ.in +++ b/FILE_ID.DIZ.in @@ -18,7 +18,7 @@ Full tic file support, including extended tic files. OS: GNU/Linux and *BSD, 32/64 bit versions. Originating sites 2:280/2802@fidonet and -http://www.mbse.dds.nl/ +http://www.mbse.eu/ Copyright by Michiel Broek. Released under the terms of the GNU Public License. diff --git a/README b/README index af28e6e6..530172d5 100644 --- a/README +++ b/README @@ -19,7 +19,7 @@ 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.dds.nl and at 2:280/2802. The first version using this +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 diff --git a/SETUP.sh b/SETUP.sh index 8033ca27..b56b7384 100644 --- a/SETUP.sh +++ b/SETUP.sh @@ -35,7 +35,7 @@ If anything goes wrong with this script, look at the output of the file SETUP.log that is created by this script in this directory. If you can't get this script to run on your system, mail this logfile to Michiel Broek at 2:280/2802 or email it -to mbroek@mbse.dds.nl +to mbroek@mbse.eu EOF @@ -497,7 +497,7 @@ if [ -f /etc/xinetd.conf ]; then cat << EOF >> $XINET #:MBSE BBS services are defined here. # -# Author: Michiel Broek , 27-Sep-2004 +# Author: Michiel Broek , 27-Sep-2004 service binkp { diff --git a/TODO b/TODO index 3bd9d0a0..9318b811 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,6 @@ $Id$ - MBSE BBS V0.83.21 TODO list. + MBSE BBS V0.83.22 TODO list. ---------------------------- These are a list of things that must be implemented one way or diff --git a/configure b/configure index 473ff1d5..0d288a0b 100755 --- a/configure +++ b/configure @@ -1305,7 +1305,7 @@ SUBDIRS="lib mbcico mbfido mbmon mbsebbs mbutils mbnntp mbtask mbsetup unix lang PACKAGE="mbsebbs" MAJOR="0" MINOR="83" -REVISION="21" +REVISION="22" VERSION="$MAJOR.$MINOR.$REVISION" COPYRIGHT="Copyright (C) 1997-2006 Michiel Broek, All Rights Reserved" SHORTRIGHT="Copyright (C) 1997-2006 M. Broek" diff --git a/configure.in b/configure.in index 36baaf57..bc85a0f4 100644 --- a/configure.in +++ b/configure.in @@ -13,7 +13,7 @@ dnl PACKAGE="mbsebbs" MAJOR="0" MINOR="83" -REVISION="21" +REVISION="22" VERSION="$MAJOR.$MINOR.$REVISION" COPYRIGHT="Copyright (C) 1997-2006 Michiel Broek, All Rights Reserved" SHORTRIGHT="Copyright (C) 1997-2006 M. Broek" diff --git a/examples/footer.txt b/examples/footer.txt index c57a1f55..5e2a7835 100644 --- a/examples/footer.txt +++ b/examples/footer.txt @@ -1,9 +1,9 @@ MBSE Support BBS is the main development system for the MBSE BBS package. MBSE BBS is available from 2:280/2802, magic request is MBSEBBS. -Also available at http://www.mbse.dds.nl +Also available at http://www.mbse.eu MBSE Support BBS es el sistema principal de sdesarrollo de paquete MBSE BBS. MBSE BBS esta disponible en 2:280/2802, peticion de magic MBSEBBS. -Tambien esta disponible en http://www.mbse.dds.nl +Tambien esta disponible en http://www.mbse.eu diff --git a/html/intro.html b/html/intro.html index 339afc1f..5318bfed 100644 --- a/html/intro.html +++ b/html/intro.html @@ -21,8 +21,8 @@

These are the only official distribution sites for the mbse bbs package. They are:

    -
  1. http://www.mbse.dds.nl -
  2. fidonet node 2:280/2802 (+31-255-515973). +
  3. http://www.mbse.eu +
  4. fidonet node 2:280/2802 binkp fido.mbse.eu
If you find mbse bbs on another site it may be out of date. I have no control over these sites. New versions of mbse bbs are announced in the fidonet area LINUX_BBS and MBSE diff --git a/mbmon/mbmon.c b/mbmon/mbmon.c index 83441baf..63001f1d 100644 --- a/mbmon/mbmon.c +++ b/mbmon/mbmon.c @@ -461,7 +461,7 @@ void soft_info(void) #endif center_addstr(12, temp); set_color(LIGHTCYAN, BLACK); - center_addstr(14, (char *)"http://www.mbse.dds.nl or 2:280/2802"); + center_addstr(14, (char *)"http://www.mbse.eu or 2:280/2802"); set_color(LIGHTGREEN, BLACK); center_addstr(rows -7, (char *)"This is free software; released under the terms of the GNU General"); center_addstr(rows -6, (char *)"Public License as published by the Free Software Foundation."); diff --git a/mbsebbs/pinfo.c b/mbsebbs/pinfo.c index 8dbdcb51..9b9139f7 100644 --- a/mbsebbs/pinfo.c +++ b/mbsebbs/pinfo.c @@ -116,7 +116,7 @@ void cr(void) rs(a); wl(a); ls(a); - pout(WHITE, BLACK, (char *)"Available from http://www.mbse.dds.nl or 2:280/2802 "); + pout(WHITE, BLACK, (char *)"Available from http://www.mbse.eu or 2:280/2802 "); rs(a); wl(a); ls(a); diff --git a/mbsetup/mbsetup.c b/mbsetup/mbsetup.c index 60757448..6763b963 100644 --- a/mbsetup/mbsetup.c +++ b/mbsetup/mbsetup.c @@ -176,7 +176,7 @@ void soft_info(void) #endif center_addstr(12, temp); set_color(LIGHTCYAN, BLACK); - center_addstr(14, (char *)"http://www.mbse.dds.nl or 2:280/2802"); + center_addstr(14, (char *)"http://www.mbse.eu or 2:280/2802"); set_color(LIGHTGREEN, BLACK); center_addstr(LINES -7, (char *)"This is free software; released under the terms of the GNU General"); center_addstr(LINES -6, (char *)"Public License as published by the Free Software Foundation.");