Harinezumi versions
===================

0.01  2012/09/29

      First working version.
      Initial release.



0.02  2012/10/07

      Fixed failure to report UtilityModule / memory on
      some versions of RISC OS. This was due to the newer
      library wanting to bounce its SWI calls via the
      OS_CallASWI entry point, which... did not exist on
      older versions of RISC OS (there's a CallASWI module
      to fake it).
      However, this is now a moot point, because...
      
      Removed all dependencies on _kernel_swi(), so now
      Harinezumi will work on RISC OS 3.60 and lower.
      [not sure about 3.1x, any testers for this? anybody
       still use such old hardware? ;-) ]
       
      Suppressed "Okay:"/"Fail:" (etc) prefixes for the
      on-screen messages. That was only supposed to be
      visible in the log file, with colours performing
      the same function on the display.
      
      Now uses "Load" and "Run" instead of "BootLoad"
      and "BootRun". Those were just aliases that also
      printed status, but there's no need as Harinezumi
      does this anyway. [result: display is tidier]



0.03  2012/10/07

      Added "-q" parameter for quiet boot; will count %ge
      of predesk boot completed; and warn if there are
      *program* errors. It will *not* warn of boot
      errors nor will it use colours.

      Added "-l" parameter to provide alternative location
      of boot log (default is $.!Boot.BootLog).

      [undocumented] "-v" and "-h" give help message and
      then exit.

