home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 19 / CD_ASCQ_19_010295.iso / vrac / rep102.zip / REPLICA.REV < prev    next >
Text File  |  1994-12-03  |  6KB  |  116 lines

  1.                          Replica Revision History
  2.  
  3.  
  4. 12-03-94 ■ Version 1.02
  5.  
  6.          . Updated context-sensitive help routines and values.
  7.  
  8.          . Added a conversion routine to automatically convert data
  9.            files from version 1.00 and 1.01 to version 1.02.  This is
  10.            necessary because of the date field that was added, as
  11.            described below.
  12.  
  13.          . Added a date field to the database to store the date when
  14.            the disk image file was originally created.  This date is not
  15.            displayed or accessed at this time.  That feature will be
  16.            added to a future version.
  17.  
  18.          . Disabled the display of "Swapping in..." and "Swapping out..."
  19.            messages from being displayed when the compression and/or
  20.            decompression processes are invoked.
  21.  
  22.          . Fixed a problem where Replica could not find the image file
  23.            to recreate a diskette after a file had been decompressed.
  24.            This problem only occurred if image files were stored in a
  25.            directory other than the Replica program directory.
  26.  
  27.          . Added an option to allow the user to delete a file from the
  28.            hard drive when an associated record is deleted from the
  29.            database.  After deleting a database file, a prompt is
  30.            displayed to give the user the opportunity to delete the
  31.            file.
  32.  
  33.          . Added a system to the Copy Disk To File screen that allows
  34.            Replica to remember the previous settings between disk
  35.            creations.  This is useful when creating a series of disk
  36.            images for a particular program.  This is the default.  In
  37.            order to clear the settings, a "Clear" button was added.
  38.            When selected, this button restores the default values, and
  39.            sets all description fields to empty.
  40.  
  41.          . Integrated the use of up and down arrow keys on all
  42.            dialog screens.  This will allow users to use these keys
  43.            in place of Tab and Shift-Tab.
  44.  
  45.          . Removed the use of overlays for Replica.  Since error
  46.            messages such as "insufficient memory" continued to
  47.            occur from time to time during the compression process,
  48.            we created a separate file called REPZIP.EXE that contains
  49.            the compression and decompression routines.  This executable
  50.            file is simply called when it is needed.  This reduced the
  51.            size of REPLICA.EXE by about 45K.  When REPZIP.EXE is
  52.            executed, Replica is swapped out to EMS, XMS, or disk, thus
  53.            leaving a large amount of free memory for the compression
  54.            process to occur.  This should virtually eliminate all
  55.            "insufficient memory" error messages from occurring.
  56.  
  57.  
  58. 11-28-94 ■ Version 1.01  (Internal BETA Version, Not Released.)
  59.  
  60.          . Added a message box that will be displayed when an image
  61.            has been created, to display the total size of the image
  62.            file and the compressed file (if a compressed file was
  63.            created).  This will give the user an idea of the total
  64.            compression that was achieved on during the compression
  65.            process.
  66.  
  67.          . Added a "Beep When Done" option to the Settings, Defaults
  68.            screen, and modified the code to beep when a disk image
  69.            has been copied to a file, or when a new disk has been
  70.            created from an image file.
  71.  
  72.          . Added a "Defaults" screen to allow users to modify the
  73.            default values for the disk drive, drive type, disk image
  74.            path, and compression setting.  When the Copy Disk To File
  75.            and Copy File To Disk screens are displayed, the default
  76.            values are used.
  77.  
  78.          . Fixed a problem where a compressed (.ZIP) image file would
  79.            not be placed in the same directory as the original (.RIF)
  80.            image file.  Instead, the compressed file would be placed in
  81.            the default Replica sub-directory.  Now, the compressed file
  82.            will reside in the same directory as where the original image
  83.            file was created.
  84.  
  85.          . Removed commands that allowed users to edit records directly
  86.            from the browser screen.  Now, all maintenance should be
  87.            performed from the Database Maintenance screen.
  88.  
  89.          . Added a new menu option specifically for the purpose of
  90.            database maintenance.  This allows users to view and
  91.            edit existing entries, as well as create new ones.  (Users
  92.            may want to create a new entry if they accidentally delete
  93.            an entry.)
  94.  
  95.          . Changed the operation of the Search button.  If the user
  96.            does not select a record, but presses Escape instead, the
  97.            browser will no longer put a blank entry in the "File To
  98.            Read" field.  Instead, it will leave the existing entry
  99.            unchanged.
  100.  
  101.          . Fixed a problem where the columns in the database browser
  102.            screen were not being truncated properly if descriptions or
  103.            paths were longer than the column display width.
  104.  
  105.          . Added a warning message to alert the user if a file already
  106.            exists before attempting to recreate or overwrite it during
  107.            the Copy Disk To File process.
  108.  
  109.          . Added a prompt before starting the copy process to remind
  110.            the user to enter a disk into the disk drive.
  111.  
  112.  
  113. 11-21-94 ■ Version 1.00
  114.  
  115.          . Initial release of Replica.
  116.