home *** CD-ROM | disk | FTP | other *** search
/ HomeWare 14 / HOMEWARE14.bin / utils1 / bootr200.arj / BOOTR.REV < prev    next >
Text File  |  1994-05-13  |  11KB  |  275 lines

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