08/04/1998

Bug reported by Sergio Monesi.

SWI FileCore_DescribeDisc doesn't return the new flags introduced by the 'large' FileCore specification (eg. format_version and root_size) correctly; eg 

DIM A% 64
SYS "RamFS_DescribeDisc", ":0", A%
PRINT A%!44, A%!48

prints "0 0" (as with RISC OS 3.70) instead of the correct "1 2048".

04/09/1998

File created.

One known bug, which is 100% reproducible on some hardware and not
reproducible at all on other machines; performing a new-style rename
operation (Alt-select on the name of a filer in a filer window) will cause a
data abort when Return is pressed. Although the rename operation succeeds,
the filer crashes.