~ chicken-core (chicken-5) f664e81aecc46b3edd8a9a1fff215a6ceb0cd0f0


commit f664e81aecc46b3edd8a9a1fff215a6ceb0cd0f0
Author:     Peter Bex <peter@more-magic.net>
AuthorDate: Wed Jan 11 14:06:36 2023 +0100
Commit:     Peter Bex <peter@more-magic.net>
CommitDate: Wed Jan 11 14:06:36 2023 +0100

    Add fix to NEWS file

diff --git a/NEWS b/NEWS
index 7e0cffa5..1d874890 100644
--- a/NEWS
+++ b/NEWS
@@ -22,6 +22,10 @@
   - When `location' is specified in setup.defaults, chicken-install
     will consider two location layouts when looking for eggs:
     <location>/<egg> and <location>/<egg>/<version>.
+  - chicken-install now prefixes special files like VERSION, STATUS
+    and TIMESTAMP with an underscore to reduce likelihood of
+    collisions with source files on case-insensitive file systems
+    like on MacOS (#1753, reported by Kon Lovett).
 
 - Compiler
   - When emitting types files, the output list is now sorted, to ensure
Trap