~ chicken-core (chicken-5) 7e010d0b809307d5fee6867fc2a9b49be2779d00


commit 7e010d0b809307d5fee6867fc2a9b49be2779d00
Author:     Peter Bex <peter@more-magic.net>
AuthorDate: Thu Sep 9 11:32:51 2021 +0200
Commit:     Peter Bex <peter@more-magic.net>
CommitDate: Thu Sep 9 11:33:00 2021 +0200

    Move Windows fix NEWS entry under 5.3.0rc3 heading, and add fixes for tcc and tests under Windows to it

diff --git a/NEWS b/NEWS
index b92fc656..3118461b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+5.3.0rc3
+
+- Build system
+  - Fix build with tcc.
+  - Fix a few tests on Windows so the suite passes once again.
+
+- 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.0rc2
 
 - Core libraries
@@ -5,11 +17,6 @@
     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