history.txt
上传用户:yingdiyu
上传日期:2007-01-06
资源大小:116k
文件大小:5k
源码类别:

磁盘编程

开发平台:

Others

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