                   **************************************
                   *                                    *
                   *  !LinkFS -  Tom Hughes 1993-2003  *
                   *                                    *
                   **************************************

This software is COPYRIGHT, but has been released as FREEWARE. Please see
the end of the !Help file for conditions of use and distribution.

V1.00

 - First version.

V1.10

 - Fixed to work with links to files in ResourceFS.

 - Front end modified to be based on the Blib libraries.

V1.11

 - Fixed to allow image files to be accessed through a link.

V1.12

 - Fixed several bugs in the transfer library.

 - Fixed it to allow links to any directories or images.

V1.13

 - Fixed to work with discs whose natural block size is greater
   than one kilobyte.

V1.14

 - Fixed to return an object type of 3 for an image file when viewed
   through a link.

V1.15

 - Fixed to assume a block size of 512 for NFS files as Acorn's NFS
   client does very odd things when OS_File 24 is called.

V2.00

 - Rewritten in C to make maintenance easier.

 - Added a 32 bit compatible version.

 - Modified to stop files inside LinkFS image being opened for
   write unless they are written to, as opening for update causes
   some target filesystems (LanMan98) to update the time stamp on
   the file even if no changes are made.

 - Added code to trap UpCall 3 and check whether there is an open
   image pointing at the file(s) which have changed. If there is
   then a new UpCall 3 is issued that refers to the version viewed
   through the link, which allows the filer to reflect changes
   properly.

V2.01

 - Fixed to prevent errors being reported if the 32 bit C library
   is not available or can't be loaded.

V2.02

 - Mask out null events in the frontend as they're not needed and
   they waste CPU power.

 - Add a *ln command to the module that can be used to create links
   from the command line.

V2.03

 - Remove the 26 bit only version of the module now that Select allows
   softloading the C library again.

 - Add RISC OS 5 style sprites.

V2.04

 - Update location of 32 bit C library in the help file.
