~ chicken-core (chicken-5) a60319ac1df349e3b1259fe289e341d3b425fa79
commit a60319ac1df349e3b1259fe289e341d3b425fa79
Author: felix <felix@call-with-current-continuation.org>
AuthorDate: Thu Sep 9 11:21:03 2021 +0200
Commit: felix <felix@call-with-current-continuation.org>
CommitDate: Thu Sep 9 11:23:36 2021 +0200
added NEWS entry for Windows fix
diff --git a/NEWS b/NEWS
index 00e79659..b92fc656 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,11 @@
procedures, not just the set! macro (thanks to Lassi Kortela)
- Fix hang in chicken-install -update-db on Windows (thanks to Mark
Fisher for reporting and Jani Hakala for debugging and patch).
+- Tools
+ - Fix a problem with egg installation scripts on Windows, where the
+ platform was not correctly identified, depending on the shell used
+ during installation of the core system (thanks again to Mark Fisher
+ for reporting and helping in finding the culprit).
5.3.0rc1
Trap