From 4a6076910531911691e57fd1fcf07dffab3414be Mon Sep 17 00:00:00 2001 From: "Apple Pugetsound Program Library Exchange (A.P.P.L.E.)" Date: Tue, 10 Jan 2023 09:59:22 -0800 Subject: [PATCH 1/2] Update README.md Changes from 2.2b1 to official release 2.2 --- README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/README.md b/README.md index 794dfdf..4665d8f 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,31 @@ Official Archive for GBBS Pro for Apple II Series Computers Official Call-A.P.P.L.E. site: https://gbbs.applearchives.com + +Several items have been changed and or fixed in the official 2.2 release and include the following items: +GBBS 2.2 Fixes from 2.2b1 to current (v2.2) + +LOGON.SEG.S + Fixed syntax for ACOS.TIME (line still commented out however; we don't include this external so not sure why this is even here) + Fixed an unclosed quote + Fixed spelling of "tomarrow" + Fixed bug in this line + a=z:if not z then nu=nu+1:a=nu:close + Changed it to + a=z:if not z then nu=nu+1:a=nu + close + Fixed get.time routine to account for 12 or 24 hour clocks + +Patched version of PRODOS 1.9 with current date table +SYS.NEW.INFO renamed to SYS.NEWINFO so it works + +Removed README.214 from /GBBS.CONFIG as it does not apply +Added ENCODE to /GBBS.CONFIG (although I don't think it's required) + +Removed ACOS.OBJ and ACOS.SYSTEM from /GBBS.SYSTEM +Updated XDOS with newer version on /GBBS.SYSTEM + +CONFIG.SYSTEM + Now shows all CAPS if on a ][+ instead of garbage + directories created for UPLOAD and DOWNLOAD, downloads now in the DOWNLOAD directory + X.UP and X.DN now properly copied during installation From a2f1e986615561b37ac1891c4e7f87fd96b14e5d Mon Sep 17 00:00:00 2001 From: "Apple Pugetsound Program Library Exchange (A.P.P.L.E.)" Date: Tue, 10 Jan 2023 16:43:39 -0800 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4665d8f..79b65ec 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Several items have been changed and or fixed in the official 2.2 release and inc GBBS 2.2 Fixes from 2.2b1 to current (v2.2) LOGON.SEG.S - Fixed syntax for ACOS.TIME (line still commented out however; we don't include this external so not sure why this is even here) + Fixed syntax for ACOS.TIME (line still commented out however; we don't include this external) Fixed an unclosed quote Fixed spelling of "tomarrow" Fixed bug in this line @@ -21,7 +21,7 @@ Patched version of PRODOS 1.9 with current date table SYS.NEW.INFO renamed to SYS.NEWINFO so it works Removed README.214 from /GBBS.CONFIG as it does not apply -Added ENCODE to /GBBS.CONFIG (although I don't think it's required) +Added ENCODE to /GBBS.CONFIG Removed ACOS.OBJ and ACOS.SYSTEM from /GBBS.SYSTEM Updated XDOS with newer version on /GBBS.SYSTEM