home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / ROMPR134.ZIP / HISTORY.TXT < prev    next >
Encoding:
Text File  |  1993-09-18  |  8.3 KB  |  161 lines

  1.  
  2.     ┌────┐
  3.     │──═─│                               ROMProc Revision History File
  4.     │ ── │ ─────┐      ┌────┐
  5.     │    │   ROMProc   │──═─│         The following is a list of the most
  6.     │    │      └────> │ ── │          recent changes made to ROMProc by
  7.     │    │             │    │          revision level, in reverse order.
  8.     │    │             │    │
  9.    ─┴────┴─           ─┴────┴─
  10.  
  11.  
  12. 1.34     - ROMProc would not properly pass the FOSSIL port number to the
  13. (9/18/93)  transfer protocol, preventing the use of any FOSSIL protocols.
  14.            Please refer to the documentation for more information on how to
  15.            install ROMProc for FOSSIL use!
  16.  
  17. 1.33     - ROMProc will now accept an environment variable as input for the
  18. (9/11/93)  WORK_DIR parameter. This should help simplify multinode LAN
  19.            installations with different drive configurations in different
  20.            machines.
  21.  
  22.            Discovered (from a RBBS sysop) that the drive letter matching was
  23.            inadvertently case-sensitive during batch file transfers (PCBoard's
  24.            PCBSETUP automatically capitalizes all paths and filespecs, so it
  25.            never happened here on my system).  Fixed.
  26.  
  27. 1.32     - Oops...if a sysop configured ROMProc to not display user status
  28. (8/18/93)  information (COMM_IO set to NO), ROMProc would still produce an
  29.            error if the required communication parameters were not supplied.
  30.  
  31. 1.31     - Fixed a bug introduced in 1.30 where variables were not being
  32. (8/17/93)  replaced when no space was provided between the command key and the
  33.            variable. For example, "port @PORT@" worked fine, but "-p@PORT@" did
  34.            not.
  35.  
  36.            Changed the file handling logic where if a file is encountered that
  37.            does not include the drive spec, ROMProc will assume the current
  38.            drive. This will correct problems when sysops don't include the
  39.            drive in the download paths.
  40.  
  41.            Fixed a "Null pointer assignment" message that appeared on
  42.            unregistered versions.
  43.  
  44. 1.30     - CONFIGURATION FILE CHANGE!!!  ROMProc now has a configurable amount
  45. (7/30/93)  of time before the delay prompt is displayed to the online user.
  46.            Refer to the new DELAY_TIME parameter in the documentation.
  47.  
  48.            CONFIGURATION FILE CHANGE!!!  ROMProc now has a configurable string
  49.            to display when a transfer is aborted due to exceeding the
  50.            configured lock time; see the ABORT_PROMPT parameter. To help
  51.            alleviate confusion, the old LOCK_TIME parameter has been renamed to
  52.            ABORT_TIME.
  53.  
  54.            ROMProc's display has been revamped to include a new window, the
  55.            "Online User Display" window. This window displays a copy of what is
  56.            being transmitted to the remote user by ROMProc. I also tried to
  57.            make things a little nicer looking while I was at it.
  58.  
  59.            It is now permitted to configure a text file for ROMProc to display
  60.            the online user via the DL_PROMPT, PROC_PROMPT, DELAY_PROMPT and
  61.            ABORT_PROMPT parameters. If the first character of the string is a
  62.            "%", ROMProc will display the indicated text file. Note that PCBoard
  63.            @-variables and @X## codes are not permitted, although ANSI codes
  64.            may be used.
  65.  
  66.            Changed the number of display lines locked from three to two in
  67.            order to give ROMProc some extra room for information display.
  68.  
  69.            Updated the documentation to include my new BBS phone numbers and
  70.            home address effective August 16, 1993, as I've moved to Raleigh,
  71.            NC.
  72.  
  73. 1.22     - Found that my FOSSIL routines were broken using Microsoft C. As an
  74. (7/10/93)  interim fix, I have recompiled ROMProc using Borland's compiler.
  75.  
  76. 1.21     - If ROMProc failed with an error during the copying procedure on a
  77. (7/6/93)   locked drive, the locking semaphore file would be left behind,
  78.            essentially locking the drive indefinitely until the semaphore file
  79.            was removed manually. Fixed.
  80.  
  81.            Added some code to detect blank lines within a batch list file
  82.            generated by some BBS software (e.g. Prodoor).
  83.  
  84. 1.20     - CONFIGURATION FILE CHANGE!!!  ROMProc now supports drive locking for
  85. (6/17/93)  slow drives. This will prevent massive slowdowns due to thrashing
  86.            CD-ROM drives and changers. Refer to the LOCK_DRIVE and LOCK_TIME
  87.            parameters.
  88.  
  89.            CONFIGURATION FILE CHANGE!!!  With the addition of locking, ROMProc
  90.            will display the text defined by DELAY_PROMPT to the user indicating
  91.            the reason for the delay if ROMProc waits on the drive longer than 5
  92.            seconds.
  93.  
  94.            Some sysops stated that the error message display would go by too
  95.            quickly to read, therefore the delay was increased to 5 seconds from
  96.            3...this should help.
  97.  
  98. 1.12     - Learned that some BBS software do not stay in their node directory
  99. (6/2/93)   for the file transfer (e.g. RBBS). This poses a problem if two nodes
  100.            are executing batch downloads simultaneously, since the temporary
  101.            batch download list file was named "ROMPROC.LST" by default. Now the
  102.            list file is named "ROMPROC.#", where # is the node number. Note
  103.            that you must pass the node number using the -N command line
  104.            parameter for successful multinode implementation within these BBS
  105.            systems.
  106.  
  107. 1.11     - With the new versions of ARJ (2.39d and higher), secured ARJ
  108. (5/25/93)  archives cannot be modified in any way, including adding a BBS ad
  109.            file or commenting the archive. Therefore, ROMProc has been modified
  110.            such that it will not abort the transfer if an archiver error is
  111.            detected, but will continue and transfer the unmodified files. The
  112.            error will be displayed and logged for the sysop's information.
  113.  
  114.            Added error detection to ensure that incorrect COM port information
  115.            (e.g. IRQ, DTE rates) cannot be accepted by ROMProc.
  116.  
  117.            ROMProc could not automatically identify PKZIP 2.04? SFX archives
  118.            created with the -j (SFX junior) switch, resulting in them not being
  119.            commented and/or not having BBS ads inserted. Fixed.
  120.  
  121. 1.10     - CONFIGURATION FILE CHANGE!!!  ROMProc can display sysop-defineable
  122. (4/28/93)  text to the user indicating the processing status. Refer to the
  123.            COMM_IO, PROC_PROMPT and DL_PROMPT parameters in the documentation.
  124.  
  125.            CONFIGURATION FILE CHANGE!!!  ROMProc is now capable of logging
  126.            error messages to disk, if desired. This will help track down
  127.            configuration errors in ROMProc.
  128.  
  129. 1.00     - Oops...if a single-file download was initiated from a drive not
  130. (3/25/93)  specified to be preprocessed, ROMProc may delete it from the disk
  131.            after download.
  132.  
  133.            Broke the SFX archive identification routine, so no SFX archives
  134.            were commented or had BBS ads inserted. Fixed.
  135.  
  136. 0.99ß    - CONFIGURATION FILE CHANGE!!!  Archive commenting is now user-
  137. (3/23/93)  configurable via the COMMENT_ARC parameter. Enter YES if you desire
  138.            archive commenting, otherwise enter NO or comment the line out.
  139.  
  140.            CONFIGURATION FILE CHANGE!!!  The drives to be preprocessed (BBS ad
  141.            insertion and/or commenting) by ROMProc must now be specified using
  142.            the PROC_DRIVE parameter. Any file not on a specified drive will be
  143.            transferred from the original location. This feature is for sysops
  144.            who only want to preprocess CD-ROM files, but not files on hard
  145.            disks. Refer to the documentation for more information.
  146.  
  147.            Modified code to process all the files from a drive prior to
  148.            accessing another drive. This will prevent excessive CD changing on
  149.            multi CD-ROM changer drives.
  150.  
  151.            If an ARC_COMMENT command-line is left blank in the configuration
  152.            file, ROMProc will now skip commenting for that format. This will
  153.            enable BBS ad insertion into archives that do not support
  154.            commenting, such as LHA.
  155.  
  156.            Improved error-checking of command-line switches and archiver
  157.            processing.
  158.  
  159. 0.98ß    - Initial public beta release.
  160. (3/20/93)
  161.