home *** CD-ROM | disk | FTP | other *** search
/ hobbes.nmsu.edu / 2008-06-02_hobbes.nmsu.edu.zip / dos / ihpfs129.zip / history.txt < prev    next >
Text File  |  1998-04-22  |  3KB  |  99 lines

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