home *** CD-ROM | disk | FTP | other *** search
/ Freelog Special Edition 1: Linux / CD1.iso / dosutils / fips15c / history.txt < prev    next >
Text File  |  1997-12-18  |  5KB  |  180 lines

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