home *** CD-ROM | disk | FTP | other *** search
/ Freelog Special Edition 1: Linux / CD1.iso / dosutils / fips20 / history.txt < prev    next >
Text File  |  1998-05-09  |  5KB  |  184 lines

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