home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 15 / CD_ASCQ_15_070894.iso / vrac / bootr201.zip / BOOTR.REV < prev    next >
Text File  |  1994-05-26  |  11KB  |  280 lines

  1.                           BOOT'R Revision History
  2.  
  3. 05-26-94 ■ Version 2.01
  4.  
  5.            . No changes made.
  6.  
  7.  
  8. 05-13-94 ■ Version 2.00
  9.  
  10.            . Clarified some of the error messages.
  11.  
  12.            . Added the new BOOT'R background to all displays.
  13.  
  14.            . Added automatic detection of DESQview, Windows, and
  15.              OS/2, to prevent rebooting when running under a 
  16.              multi-tasker.
  17.  
  18.            . Changed the "TEST" parameter to "/TEST".
  19.  
  20.            . Added information boxes to replace the plain-looking 
  21.              information bars uses in previous versions of BOOT'R.
  22.  
  23.            . Added support for the new Pre-Reboot Delay parameter which
  24.              provides a user-configurable delay to allow disk caches to
  25.              finish writing data to the hard disk before rebooting.
  26.  
  27.            . Increased available stack space to 32,768, to allow enough
  28.              stack space for procedures such as file copying, etc.
  29.  
  30.            . Terminated use of BOOTRWBT.COM program.  New programming
  31.              language allows internal use of commands necessary to
  32.              reboot the machine.
  33.  
  34.            . Rewrote BOOT'R in a new programming language due to a
  35.              couple of bugs found in the previous programming language
  36.              which caused some obscure problems in BOOT'R.  Problems
  37.              that are fixed with this rewrite include the following:
  38.              Lines longer than 121 characters were previously truncated
  39.              when BOOTR.EXE wrote them to the configuration files.
  40.              DOS environment variables, such as %PATH% or %USER% were
  41.              written to the configuration file incorrectly.
  42.  
  43.  
  44. 10-25-93 ■ Version 1.11
  45.  
  46.            . No changes to BOOTR.EXE.  Changes only to BOOTRED.EXE.
  47.  
  48.  
  49. 09-19-93 ■ Version 1.10
  50.  
  51.            . Added support to display the BOOT'R help screen if a "/H",
  52.              "/h", "/?", or "?" is entered as the first parameter on the
  53.              command line.
  54.  
  55.            . Modified code to use the .BTR filename as the configuration
  56.              name to be displayed on the prelog screen instead of the
  57.              configuration name stored internally in the .BTR file.  This
  58.              eliminates potential conflicts where the filename and the
  59.              internal configuration name do not match.
  60.  
  61.            . Added date code to indicate the date of the last internal 
  62.              code change.
  63.            
  64.            . Added code to perform a cold boot if the warm boot fails, 
  65.              or if the BOOTRWBT.COM file can not be found.
  66.            
  67.            . Fixed problem where the configuration description would
  68.              be displayed improperly if it was blank.
  69.  
  70.  
  71. 06-24-93 ■ Version 1.0 (Released To The General Public.)
  72.  
  73.  
  74. 06-24-93 ■ Version 0.8 (Internal BETA Version.  Not Released.)
  75.  
  76.            . Eliminated using the swapping routine before issuing
  77.              the command to reboot the system.  (This eliminates the
  78.              possibility of having a swap file left on the disk 
  79.              after rebooting.)
  80.            
  81.            . Eliminated using the swapping routine before issuing 
  82.              pre-reboot commands.  (Much faster.)
  83.            
  84.            . Replaced all hard-coded references to COMMAND.COM with 
  85.              COMSPEC variable.  (Also replaced System declarations.)
  86.            
  87.            . Changed second display line on prelog screen for unregistered
  88.              copies of BOOT'R.
  89.            
  90.            . Added support for master registration numbers.
  91.            
  92.            . Changed the way Registration Names and Numbers are handled.
  93.            
  94.            . Removed references to RegistrationCity.
  95.            
  96.            . Combined all BOOTR.INI read routines into one sub-routine.
  97.            
  98.            . Added code to make sure that all opened files are at the 
  99.              beginning of the file.
  100.            
  101.            . Re-wrote entire BOOTR.INI read routine to prevent possible
  102.              problems when reading this file.  (Symptoms include hanging
  103.              when reading the registration information.)
  104.  
  105.  
  106. 06-23-93 ■ Version 0.7  (Internal BETA Version.  Not Released.)
  107.  
  108.            . Corrected a problem where the .BAK files were being created
  109.              with a .BAB extension.  (Wasn't calculating a new variable
  110.              length after using the MidStr function.)
  111.            
  112.            . Added code to truncate the configuration description if
  113.              it exceeds 41 characters.
  114.            
  115.            . Added support for temporary registration numbers.
  116.            
  117.            . Added code to truncate the beginning of the configuration
  118.              filename, if the length exceeds 19 characters.
  119.            
  120.            . Added area on prelog screen to display the configuration
  121.              description contained in the .BTR file.
  122.            
  123.            . Added area on prelog screen to display the configuration 
  124.              files that will be written by BOOT'R.
  125.            
  126.            . Revised BOOT'R prelog screen to present information in 
  127.              a more visually appealing format.
  128.            
  129.            . Added code to check for alternate command processors.
  130.            
  131.            . Added code to automatically execute the BOOT'R Editor
  132.              if no command-line parameters are passed to BOOT'R.
  133.            
  134.            . Corrected a problem where the configuration files were
  135.              not being written properly when BOOT'R was executed twice
  136.              without rebooting.  (Using the TEST option.)  A file was
  137.              inadvertently being left open after the configurations 
  138.              had been written, causing the first character of each 
  139.              line to be lost.  (Weird.)
  140.            
  141.            . Removed unnecessary file variables.
  142.            
  143.            . Re-wrote .BTR file read/write routine to handle errors
  144.              more gracefully.  (Also reduced code size, and increased 
  145.              execution speed.)
  146.  
  147.            . Added a check to see if an old configuration file exists, 
  148.              before attempting to copy it to a .BAK file.
  149.  
  150.  
  151. 06-11-93 ■ Version 0.6  (Internal BETA Version.  Not Released.)
  152.  
  153.            . Fixed a problem where the !End Section! label was being
  154.              written to the configuration files.
  155.            
  156.            . Moved redundant routines to separate sub-routines to 
  157.              simplify code.
  158.            
  159.            . Modified BOOT'R subroutines to read old and new style
  160.              BOOTR.INI files.
  161.            
  162.            . Added code to read the !End Section! fields in the
  163.              new style .BTR files.  This will allow embedded 
  164.              blank lines to appear in the configurations.
  165.              
  166.            . Added code to read {Description} field in the new
  167.              style .BTR files.
  168.            
  169.            . Changed BOOT'R configuration file extensions to .BTR
  170.              in order to prevent possible conflicts with other 
  171.              .INI files.  (BOOTR.INI is still used to contain 
  172.              configuration information for BOOT'R.)
  173.  
  174.  
  175. 05-22-93 ■ Version 0.5
  176.  
  177.            . Trim leading and trailing spaces when registration 
  178.              information is read to compensate for potential 
  179.              problems when BOOTR.INI file is edited manually.
  180.  
  181.  
  182. 03-28-93 ■ Version 0.4
  183.  
  184.            . Fixed potential problem with BOOT'R closing files that
  185.              may not have been opened previously.
  186.            
  187.            . Now using time stamp for all BOOT'R files to indicate
  188.              the version number.
  189.            
  190.            . Compressed BOOTR.EXE file to reduce disk space 
  191.              requirements.
  192.            
  193.            . Removed beta designation from BOOT'R.  No problems 
  194.              noted or reported.
  195.  
  196.  
  197. 02-20-93 ■ Version 0.3ß
  198.  
  199.            . Changed the way BOOT'R reads configuration information.
  200.              Instead of reading through all the configurations in the
  201.              BOOTR.INI file, separate .INI files are now maintained 
  202.              for each configuration.  This speeds up the operation of
  203.              BOOT'R substantially.
  204.            
  205.            . Added BOOT'R command line display area to error message
  206.              screens.  Command line is displayed only on those screens
  207.              where it is relevant.
  208.            
  209.            . Added code to display error message if configuration           
  210.              specified on the command line does not exist.  BOOT'R
  211.              will not reboot the machine under this circumstance.
  212.  
  213.            . Modified command line display area on the prelog screen 
  214.              to only show "BOOTR" instead of the fully qualified path.
  215.           
  216.  
  217. 02-14-93 ■ Version 0.2ß
  218.  
  219.            . Added code to create .BAK files for all configuration
  220.              files modified by BOOT'R.  .BAK files are created in 
  221.              the same directory as the modified files.
  222.  
  223.  
  224. 02-07-93 ■ Version 0.1ß
  225.  
  226.            . Changed default BOOT'R path to C:\BOOTR.
  227.  
  228.            . Added external BOOTRWBT.COM file to perform a warm boot.
  229.              (Internal compiler command was generating a cold boot on
  230.              most machines, which was too slow.)
  231.  
  232.            . Speeded up the reading of the BOOTR.INI file.
  233.  
  234.            . Corrected a problem where BOOT'R would read additional
  235.              information from the BOOTR.INI file and overwrite 
  236.              existing configuration information.
  237.            
  238.            . Added "Writing configuration files.  Do NOT interrupt!"
  239.              message.
  240.            
  241.            . Added "Reading BOOTR.INI file.  Do NOT interrupt!" message.
  242.  
  243.            . Removed extra information from BOOT'R prelog screen to
  244.              prevent any possible memory manager conflicts.
  245.  
  246.            . Added support to test BOOT'R operation without rebooting.
  247.              If the second passed parameter on the command line is TEST, 
  248.              BOOT'R will update all files, but will not reboot the 
  249.              machine.  Example:  BOOTR NOVELL TEST
  250.  
  251. 01-26-93 ■ Version 0.0ß
  252.            
  253.            . Added background to error message screens.
  254.  
  255.            . Fixed problem where [REBOOT] section code was reading
  256.              a blank line.
  257.            
  258.            . Added [REBOOT] section to BOOTR.INI file.  This section
  259.              allows a command or sequence of commands to be executed
  260.              prior to rebooting the machine.  This feature is 
  261.              necessary to force the flushing and disabling of disk
  262.              caches that use write-caching.
  263.            
  264.            . Added help and error message screens.
  265.            
  266.            . Added support for up to five different files under           
  267.              each configuration.
  268.  
  269.            . Added support to read various [????????] configuration
  270.              sections of the BOOTR.INI file.
  271.            
  272.            . Added [DELAYS] section to BOOTR.INI file.
  273.            
  274.            . Added [REGISTRATION] section to BOOTR.INI file.
  275.            
  276.            . Added support to read BOOTR.INI file.
  277.  
  278.            . Initial coding on BOOT'R begun.
  279.  
  280.