home *** CD-ROM | disk | FTP | other *** search
/ swCHIP 1991 January / swCHIP_95-1.bin / chip / copy / fips12 / history.txt < prev    next >
Text File  |  1995-12-11  |  4KB  |  141 lines

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