home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Spezial / SPEZIAL2_97.zip / SPEZIAL2_97.iso / ANWEND / TOOLS / IHPFS125 / history.txt < prev    next >
Text File  |  1997-07-06  |  3KB  |  91 lines

  1. iHPFS Revision History
  2. ----------------------
  3.  
  4. 1.25    Fixed file search problem in DOS.
  5.  
  6.     Changes to partition scanning code.
  7.  
  8. 1.24    Works with Windows 95.
  9.  
  10.     Several modifications to the partition scanning code. 
  11.  
  12.     Now supports large IDE drives on more BIOSes through the /B option.
  13.  
  14. 1.23    The partition scanning code has been rewritten from scratch. Most
  15.     notably, this should fix problems with large IDE drives.
  16.  
  17.     The /B option has been removed, at least for the time being.
  18.  
  19.     Attempts to read a file starting beyond the end of the file will now
  20.     be handled the way applications expect.
  21.  
  22.     The driver no longer leaves a small stub in memory after an uninstall,
  23.     except when another TSR loaded after iHPFS prevents this.
  24.  
  25.     Fixed a bug that would cause a "Divide by zero" error when a partition
  26.     was first accessed under certain conditions.
  27.  
  28.     Directory searches now imitate the behaviour of DOS more closely.
  29.  
  30.     Fixed a bug which caused Novell DOS 7 to crash when the cache was
  31.     activated.
  32.  
  33. 1.22    Added support for Novell DOS 7.
  34.  
  35.     New /B option forces use of extended BIOS functions.
  36.  
  37. 1.21    Added support for large IDE drives (>528 MB).
  38.  
  39.     Added support for DR DOS 5 and 6.
  40.  
  41.     Fixed a problem with unusually long paths. If a pathname is too long
  42.     for DOS to handle, the directory tree is cut off at the deepest 
  43.     possible level, and subdirectories at the last level are seen as
  44.     inaccessible files with length zero. 
  45.  
  46. 1.20    iHPFS can now handle several drives in one instance. The command
  47.     line syntax has changed to reflect this. See the documentation
  48.     for details.
  49.  
  50.     Free space on the iHPFS partitions is now reported.
  51.  
  52.     Access has been speeded up a bit.
  53.  
  54.     The . and .. directories no longer exist in the root directory.
  55.  
  56.     A bug with the /L option in version 1.15 would cause iHPFS to
  57.     report that a file/directory existed when only a partial file name
  58.     was given. This has been corrected.
  59.  
  60. 1.15    Fixed a problem with crashes when running iHPFS with MSD 2.11 and
  61.     some other programs.
  62.     
  63.     Should now work better with fragmented files.
  64.  
  65. 1.14    A new /L option gives access to files with long filenames.
  66.  
  67.     iHPFS now returns the correct disk size.
  68.  
  69.     Removed a limitation on the number of simultaneously open files -
  70.     this works better with Windows.
  71.  
  72.     The . and .. directories are now explicitly returned in directory
  73.     searches, which is necessary for some programs.
  74.  
  75. 1.13    Speeded up the cache a lot.
  76.  
  77.     The driver may now be uninstalled using the /U option.
  78.  
  79.     Fixed a bug with directory searches. Now works with TREE.
  80.  
  81. 1.12    Added support for secondary partitions.
  82.  
  83. 1.11    Fixed bugs with directory searches.
  84.  
  85. 1.10    Cache added. The cache uses XMS memory.
  86.  
  87.     Handles volume labels.
  88.  
  89.     Won't run under OS/2 DOS.
  90.  
  91. 1.00    First release