; ; MB-KMD ; (History of Updates) ; ; ; =================================================== ; All past revisions will be found within this file ; =================================================== ; ; ; v1.08 - 07/08/86 ; ;*Added BYEBDOS routines. MB-KMD can now run on any type of BYE program, or ; will run FULLY stand alone. ;*Added support for those XMDM overlays which will need more than the 128 ; bytes previously allowed. If your overlay is more than 128 bytes, you'll ; have to set LARGEIO to YES and set LARSIZE to the amount of bytes your ; overlay needs. ; ; ; v1.07 - 07/02/86 ; ;*Fixed so that would except BATCH uploads. v1.06 was aborting file transfer ; after the first BATCH upload, saying that the 'Send time exceeded the ; maximum time left on system' (MAXMIN). In the BATCH upload mode, MB-KMD ; looks for MAXTOS to be '0' or WHEEL byte to be set in order to drop out ; of the OPNOK6: routine. Simply made a change to MAXTOS to reflect a '0' ; in Receive mode. ; ; ; v1.06 - 06/25/86 ; ;*Began coding of BATCH upload descriptions using a BBS message system. This ; will be accomplished by creating a short temporary text file (same as ; with the 'FOR' proceedure), and after the user is all done entering in ; the descriptions for his uploads, a file such as 'MFMSG' will append the ; message base with that temporary text file. ;*Added routines that will show the available upload space for PRIVATE ; uploads (only if the PRIVATE upload drive is different from the REGULAR ; upload drive, or if SETAREA is set NO). ;*Made the WRTLOC reset routine a CALL to RESLOC, saves a little space. ;*Fixed a couple of errors reported by Arun Baheti that cropped up during ; assembly. ;*Time on system when exiting was not being updated, also fixed. ; ; ; v1.05 - 06/17/86 ; ;*Time on system wasn't being shown to remote caller when exiting MB-KMD. ; Had to zero CONONL flag at routine EXIT: ;*Wasn't being able to abort file transfers with ^X on local the end - fixed. ; ; ; v1.04 - 06/03/86 ; ;*Version 1.03 had a problem when loading MFMSG.COM for message uploads with ; the "RM" option. The user would be told that MB-KMD was loading the ; "special message handler" and then would be thrown off of the system, ; with the local end staying in CP/M. BYE would be gone. This version fixes ; this problem. ; ; ; v1.02 - 05/29/86 ; ;*Added MFMSG routines to use MFMSG.COM to append MBBS MESSAGE SYSTEM with ; message uploads. ; ; ; v1.01 - 05/27/86 ; ;*Moved version 1.00 routines to KMD81-MB from KMD06-SA.ASM at suggestion of ; Arun Baheti. This was done to take advantage of Mark Motley's fixes that ; use MBYE's time routines instead of using hardware specific inserts for ; time on system and XMODEM.LOG's date/time stuff. ; ; ; v1.00 - 05/06/86 ; ;*Version 1.00 simply started out as KMD06-SA.ASM. Although I had made many ; changes to the code, for many monthes previous, I didn't keep good ; records. Not until 05/06/86, did I decide I was going to go public with ; this program. MB-KMD was originally started for my OWN use, however, as ; it progressed, requests were made that prompted me to believe that MB-KMD ; showed great promise to become widely used in the public domain. ; ; ; Bob Kramer ; ; ;