diff --git a/ChangeLog b/ChangeLog index b1bf2242..02f00378 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,7 @@ -v1.0.6.1 07-Aug-2015 - Andrew Leary - - 1. Removed the Precise field from Via lines in netmail, as - it was not actually accurate anyway. Forwarded netmails had - this field set to .00, and locally generated netmails had this - field set to .01. This field is optional in FTS-4009, but - if used is supposed to indicate fractions of a second. +v1.0.6A 17-Oct-2015 - Vincent coen + 1. Amended mbmon.c and mbsetup.c to reflect new hosting + for the sources etc at www.sourceforge.net. + 2. Other very minor cosmetics. v1.0.6 03-Aug-2015 - Andrew Leary diff --git a/mbmon/mbmon.c b/mbmon/mbmon.c index dd5cd823..74aeb1e2 100644 --- a/mbmon/mbmon.c +++ b/mbmon/mbmon.c @@ -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 *)"Made in the Netherlands."); + center_addstr(10, (char *)"Ceeated in the Netherlands."); set_color(WHITE, BLACK); #ifdef __GLIBC__ snprintf(temp, 81, "Compiled on glibc v%d.%d", __GLIBC__, __GLIBC_MINOR__); @@ -462,7 +462,7 @@ void soft_info(void) #endif center_addstr(12, temp); set_color(LIGHTCYAN, BLACK); - center_addstr(14, (char *)"http://www.mbse.eu or 2:280/2802"); + center_addstr(14, (char *)"https://sourceforge.net/projects/mbsebbs"); 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/mbsetup/mbsetup.c b/mbsetup/mbsetup.c index 76810124..cdba0821 100644 --- a/mbsetup/mbsetup.c +++ b/mbsetup/mbsetup.c @@ -163,7 +163,7 @@ void soft_info(void) set_color(WHITE, BLACK); center_addstr( 8, (char *)COPYRIGHT); set_color(YELLOW, BLACK); - center_addstr(10, (char *)"Made 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__); @@ -176,7 +176,7 @@ void soft_info(void) #endif center_addstr(12, temp); set_color(LIGHTCYAN, BLACK); - center_addstr(14, (char *)"http://www.mbse.eu or 2:280/2802"); + center_addstr(14, (char *)"https://sourceforge.net/projects/mbsebbs/"); 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.");