home *** CD-ROM | disk | FTP | other *** search
/ Amiga GigaPD 3 / Amiga_GigaPD_v3_3of3.iso / netbsd / contrib / ados / bffs1.25.lzh / bffs1.25 / relnotes < prev   
Text File  |  1993-04-10  |  2KB  |  47 lines

  1. 1.25 Release fixes over 1.2:
  2.     This is a quick patch to the 1.2 distribution which fixes a nasty
  3.     large block read bug.  You will probably notice this bug if you
  4.     copy a large file off the disk, then compare it to the original.
  5.     This bug was brought to you complements of the gnarly death block
  6.     batch routines.  Thanks to sjk@net.bio.net for pointing this out.
  7.     Next release?  How about a device interface similar to UNIX? ie: /dev
  8.  
  9. 1.2 Release fixes over 1.1:
  10.     Fixed preposterous (bad value) bootblock crashing filesystem
  11.     Seek of superblock is now much smarter - will look for alternate starts
  12.     Low memory allocations now much more robust
  13.     Assigned paths onto the filesytem now work correctly
  14.         previously, assigned paths were parsed as the root directory
  15.     Indirect blocks of (very) large files were incorrectly being calculated
  16.     Fixed cache low memory problem - fs would exit on low memory when
  17.         attempting to allocate cache space.
  18.     Filesystem now reports correct number of blocks consumed by files
  19.     File dates were five hours fast; they are now probably 5 slow
  20.     Filesystem now starts immediately if Mount=1 in mountlist
  21.     Setting Reserved=-1 will make BFFS not rely on information in the
  22.         boot block of the disk.  Some cases where BFFS crashed
  23.         previously can be eliminated with this feature.
  24.  
  25. 1.1 Release fixes over 1.0:
  26.     fsck now requires 50k of stack, instead of just crashing
  27.     sym links now show what they point to in the comment field
  28.     block and char special files now show type and device in comment field
  29.     fixed bug in filename path lookups which would cause a guru when
  30.         referencing objects that are not directories as if they were. 
  31.     added automatic path lookups to follow symlinks
  32.     diskname will now default to BFFS{partition} and can be changed with
  33.         the relabel command
  34.     file permissions and file type are now considered when granting file
  35.         read requests 
  36.     filename searches are now case-independent if a case-dependent match
  37.         is not found
  38.     fixed problem with return filename on root dir, should be compatible
  39.         with workbench now
  40.     Added code to handle SAME_LOCK packet.  Unfortunately, I suspect a bug
  41.         in the way WorkBench handles that info so this routine has been
  42.         hacked to always return LOCK_SAME.
  43.     Fixed motor off problem on floppy drives
  44.     New program - dumpfs to show filesystem information
  45.  
  46. 1.0 Release : beta only
  47.