home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / CPM / BBSING / MBBS / MBKMD120.LBR / MBKMD.HZS / MBKMD.HIS
Text File  |  2000-06-30  |  4KB  |  90 lines

  1. ;
  2. ;                                   MB-KMD
  3. ;                            (History of Updates)
  4. ;
  5. ;
  6. ; ===================================================
  7. ;  All past revisions will be found within this file
  8. ; ===================================================
  9. ;
  10. ;
  11. ; v1.08 - 07/08/86
  12. ;
  13. ;*Added BYEBDOS routines.  MB-KMD can now run on any type of BYE program, or
  14. ;    will run FULLY stand alone.
  15. ;*Added support for those XMDM overlays  which  will  need more than the 128
  16. ;    bytes previously allowed.  If your overlay is more than 128 bytes, you'll
  17. ;    have to set LARGEIO to YES and set LARSIZE to the amount of bytes your
  18. ;    overlay needs.
  19. ;
  20. ;
  21. ; v1.07 - 07/02/86
  22. ;
  23. ;*Fixed so that would except BATCH uploads. v1.06 was aborting file transfer
  24. ;    after the  first  BATCH  upload,  saying that the 'Send time exceeded the
  25. ;    maximum time left on system' (MAXMIN).  In the BATCH upload mode,  MB-KMD
  26. ;    looks for MAXTOS to be '0' or WHEEL byte to be  set  in order to drop out
  27. ;    of the OPNOK6: routine.  Simply made a change to MAXTOS to reflect a '0'
  28. ;    in Receive mode.
  29. ;
  30. ;
  31. ; v1.06 - 06/25/86
  32. ;
  33. ;*Began coding of BATCH upload descriptions using a BBS message system. This
  34. ;    will be accomplished by creating a short  temporary  text file  (same  as
  35. ;    with  the  'FOR' proceedure),  and after the user is all done entering in
  36. ;    the descriptions for his uploads,  a file such as 'MFMSG' will append the
  37. ;    message base with that temporary text file.
  38. ;*Added routines that  will  show  the  available  upload  space for PRIVATE
  39. ;    uploads  (only  if the PRIVATE upload drive is different from the REGULAR
  40. ;    upload drive, or if SETAREA is set NO).
  41. ;*Made the WRTLOC reset routine a CALL to RESLOC, saves a little space.
  42. ;*Fixed a couple of  errors  reported  by Arun Baheti that cropped up during
  43. ;    assembly.
  44. ;*Time on system when exiting was not being updated, also fixed.
  45. ;
  46. ;
  47. ; v1.05 - 06/17/86
  48. ;
  49. ;*Time on system  wasn't  being  shown to remote caller when exiting MB-KMD.
  50. ;    Had to zero CONONL flag at routine EXIT:
  51. ;*Wasn't being able to abort file transfers with ^X on local the end - fixed.
  52. ;
  53. ;
  54. ; v1.04 - 06/03/86
  55. ;
  56. ;*Version 1.03 had a problem when loading MFMSG.COM for message uploads with
  57. ;    the "RM" option.  The user would  be  told  that  MB-KMD  was loading the
  58. ;    "special message handler" and  then  would  be  thrown off of the system,
  59. ;    with the local end staying in CP/M. BYE would be gone. This version fixes
  60. ;    this problem.
  61. ;
  62. ;
  63. ; v1.02 - 05/29/86
  64. ;
  65. ;*Added MFMSG routines to use MFMSG.COM to  append  MBBS MESSAGE SYSTEM with
  66. ;    message uploads.
  67. ;
  68. ;
  69. ; v1.01 - 05/27/86
  70. ;
  71. ;*Moved version 1.00 routines to KMD81-MB from KMD06-SA.ASM at suggestion of
  72. ;    Arun Baheti. This was done to take advantage of Mark Motley's  fixes that
  73. ;    use MBYE's time routines instead of using  hardware  specific inserts for
  74. ;    time on system and XMODEM.LOG's date/time stuff.
  75. ;
  76. ;
  77. ; v1.00 - 05/06/86
  78. ;
  79. ;*Version 1.00 simply started out as KMD06-SA.ASM.  Although I had made many
  80. ;    changes to the code,  for many  monthes  previous,  I  didn't  keep  good
  81. ;    records.  Not until 05/06/86,  did I decide I was going to go public with
  82. ;    this program.   MB-KMD was originally started for my OWN use, however, as
  83. ;    it progressed, requests were made that prompted me to believe that MB-KMD
  84. ;    showed great promise to become widely used in the public domain.
  85. ;
  86. ;
  87. ;                        Bob Kramer
  88. ;
  89. ;
  90. ;