Commit a6edfe0c authored by Robert Sprowson's avatar Robert Sprowson
Browse files

Load FilerUtils

But only needed pre 3.50, so can live in 310 hook.

Version 1.27. Tagged as 'Boot-1_27'
parent ebcdb861
......@@ -95,6 +95,9 @@ Reasons for modules inside !System
!System.310.Modules.DrawFile
Updated copy of ROM module.
Not loaded by the boot sequence.
!System.310.Modules.FilerUtils
Patch module to stop Filer exploding when a ShareFS share comes/goes.
Loaded during PreDesk.
!System.310.Modules.FilterMgr
Updated copy of ROM module.
Not loaded by the boot sequence.
......
|
| Obey file to patch Filer (pre 1.78 only)
|
RMEnsure Filer 1.78 RMLoad System:Modules.FilerUtils
/* (1.26)
/* (1.27)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 1.26
#define Module_MajorVersion_CMHG 1.27
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 02 Feb 2018
#define Module_Date_CMHG 14 Apr 2019
#define Module_MajorVersion "1.26"
#define Module_Version 126
#define Module_MajorVersion "1.27"
#define Module_Version 127
#define Module_MinorVersion ""
#define Module_Date "02 Feb 2018"
#define Module_Date "14 Apr 2019"
#define Module_ApplicationDate "02-Feb-18"
#define Module_ApplicationDate "14-Apr-19"
#define Module_ComponentName "Boot"
#define Module_ComponentPath "castle/RiscOS/Sources/SystemRes/Boot"
#define Module_ComponentPath "apache/RiscOS/Sources/SystemRes/Boot"
#define Module_FullVersion "1.26"
#define Module_HelpVersion "1.26 (02 Feb 2018)"
#define Module_LibraryVersionInfo "1:26"
#define Module_FullVersion "1.27"
#define Module_HelpVersion "1.27 (14 Apr 2019)"
#define Module_LibraryVersionInfo "1:27"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment