From 42734c74336079344af44b39437dab2f1ce5e157 Mon Sep 17 00:00:00 2001 From: Stephen Heumann Date: Sat, 15 Sep 2018 16:40:45 -0500 Subject: [PATCH] Update linker release notes. --- linker.notes | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/linker.notes b/linker.notes index b60c9ca..fcc7f64 100644 --- a/linker.notes +++ b/linker.notes @@ -1,8 +1,18 @@ -ORCA/Linker 2.0.4 +ORCA/Linker 2.0.5 Copyright 1996, Byte Works Inc. +Updated 2018 -- Change List -------------------------------------------------------------- +2.0.5 1. On case-sensitive filesystems (which are not normally used + natively on the Apple IIGS, but may be used through emulation + tools or network file servers), the linker can now find object + files with either upper-case or lower-case file extensions. + + (Kelvin Sherlock, Stephen Heumann) + + 2. KeepType values of "DVR", "LDF", and "FST" are now accepted. + 2.0.4 1. Fixed bugs that could cause spurious errors to be reported. (Stephen Heumann)