home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / fips15.zip / history.txt < prev    next >
Text File  |  1995-08-22  |  5KB  |  176 lines

  1. Revision History of FIPS
  2. ------------------------
  3.  
  4. Version 1.5 - august 22, 1995
  5.  
  6. - Moved some of the special topics (use with OS/2, OnTrack, Stacker) from
  7.   FIPS.DOC to SPECIAL.DOC
  8.  
  9. - Revised the doc, added some info and tips
  10.  
  11. - Changed -d<num> switch to -n<num>
  12.     
  13.  
  14. Version 1.4 - january 18, 1995 (not publicly released)
  15.  
  16. - FIPS can now correct a number of errors and inconsistencies on-the-fly
  17.  
  18. - Support for drives with configurable address translation - this should
  19.   finally eliminiate the 'inconsistent partition table' error.
  20.  
  21.  
  22. Version 1.3 - january 6, 1995 (not publicly released)
  23.  
  24. - Replaced override switches by questions in the program
  25.  
  26. - Some errors of the hard disk structure can now be corrected by FIPS,
  27.   especially wrong end cylinder/head/sector numbers in the partition
  28.   table
  29.  
  30. - Revised error messages, minor corrections in the doc
  31.  
  32. - Added information about the common problem of 'invalid start/end head'
  33.   or 'inconsistent/corrupt partition table' to the file FIPS.FAQ.
  34.  
  35. - Cylinder numbers above 1024 are now shown without the 1024 modulus in
  36.   the partition table
  37.  
  38.  
  39. Version 1.2 - october 20, 1994
  40.  
  41. - Added information about OnTrack Disk Manager to the doc.
  42.  
  43. - Added file FIPS.FAQ that covers frequently asked questions.
  44.  
  45.  
  46. Version 1.1.1 - october 13, 1994 (not publicly released)
  47.  
  48. - Added support for hard disks with > 1024 logical cylinders.
  49.  
  50.  
  51. Version 1.1 - may 26, 1994
  52.  
  53. - Bugfix: Removed the code for detecting the Linux DOS Emulator because
  54.   it caused a hangup on some machines.
  55.  
  56.  
  57. Version 1.0 - may 3, 1994
  58.  
  59. - Added code to detect the OS FIPS is running under (thanks to Dave
  60.   McCaldon). This is to make sure that FIPS is not run in a multitasking
  61.   OS. Does not yet detect OS/2 and Novell Task Manager.
  62.  
  63. - First official release. There have been few bug reports in the test phase
  64.   and only one serious problem (with OS/2 dual boot). It is addressed in
  65.   detail in the doc.
  66.  
  67.  
  68. Version 0.9.3 beta - march 31, 1994 (not publicly released)
  69.  
  70. - Some minor corrections for compatibility with Borland C++ 4.0
  71.  
  72. - Bugfix: "FAT too small" error with some configurations corrected
  73.  
  74.  
  75. Version 0.9.2 beta - march 25, 1994 (not publicly released)
  76.  
  77. - Documentation revised, information about use with OS/2 added, features
  78.   of DOS 6.x taken into account
  79.  
  80. - -quiet and -s switches removed
  81.  
  82. - Drive detection code changed, this hopefully solves the problem with
  83.   the 'Too many drives found' error
  84.  
  85.  
  86. Version 0.9.1 beta - january 21, 1994 (not publicly released)
  87.  
  88. - Select the start cylinder for the new partition with the cursor keys
  89.  
  90. - Automatically check for free space even before prompting for the
  91.   new start sector
  92.  
  93. - A nasty bug in the partition reordering procedure that caused FIPS to
  94.   fail in some cases was removed
  95.  
  96. - Slight bug in class definition corrected
  97.  
  98.  
  99. Version 0.9 beta - november 7, 1993
  100.  
  101. - Save files on floppy (root and boot sector) are not overwritten -
  102.   there may be up to ten save files on a disk.
  103.  
  104. - Verbose error messages are now displayed by default, -verbose switch
  105.   has been removed.
  106.  
  107. - A minor error resulting in a 'division by zero' error with some invalid
  108.   bootsectors has been corrected
  109.  
  110.  
  111. Version 0.8 beta - july 23, 1993
  112.  
  113. - A minor correction to the documentation
  114.  
  115. - No changes in the program from version 0.3. This is the first beta re-
  116.   lease. It is intended to be available to a wider audience.
  117.  
  118.  
  119. Version 0.3 alpha - june 8, 1993
  120.  
  121. - FIPS is now completely translated to C++ (for easier maintenance and
  122.   programming experience)
  123.  
  124. - Explanation of the calculation of the new starting cylinder improved
  125.  
  126. - FIPS was reported to work with Stacker and SuperStor
  127.  
  128.  
  129. Version 0.2.2 alpha - may 26, 1993 (not publicly released)
  130.  
  131. - partition table reordering improved - non-dos partitions remain in their
  132.   slots
  133.  
  134. - all necessary header files now included (sorry about that, my compiler
  135.   does not complain about missing prototypes)
  136.  
  137.  
  138. Version 0.2.1 alpha - may 5, 1993 (not publicly released)
  139.  
  140. - bugfix: minimal cylinder number for start of new partition now calculated
  141.   correctly on drives with 16 sectors per cluster
  142.  
  143. - some improvements/simplifications to the code
  144.  
  145.  
  146. Version 0.2 alpha - april 27, 1993
  147.  
  148. - added commandline switches to override certain error messages and
  149.   use FIPS non-interactively
  150.  
  151. - test mode without writing added
  152.  
  153. - debug mode added (writes a session transcript + additional info to a file)
  154.  
  155. - more informative error messages
  156.  
  157. - display of verbose error messages may be selected
  158.  
  159. - error checking is now more 'dos-like' (more unusual configurations
  160.   accepted)
  161.  
  162. - possibility to reedit the partition table without restarting the program
  163.  
  164. - added the number of megabytes to the partition table display
  165.  
  166. - now works correctly with drives that only have one free partition
  167.  
  168. - now supports more than two harddisks on a PC
  169.  
  170. - some minor fixes
  171.  
  172.  
  173. Version 0.1 alpha - april 12, 1993
  174.  
  175. - Initial Release
  176.