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