~ chicken-core (chicken-5) 61f61b46a964f877d9eb09c841302b72355d905d
commit 61f61b46a964f877d9eb09c841302b72355d905d
Author: Peter Bex <peter@more-magic.net>
AuthorDate: Thu Nov 18 08:16:30 2021 +0100
Commit: Peter Bex <peter@more-magic.net>
CommitDate: Thu Nov 18 08:16:30 2021 +0100
Fix bad merge of NEWS file
diff --git a/NEWS b/NEWS
index 1dd6b328..32e75366 100644
--- a/NEWS
+++ b/NEWS
@@ -4,40 +4,7 @@
- Default "cc" on BSD systems for building CHICKEN to avoid ABI problems
when linking with C++ code.
-5.3.0rc4
-
-- Compiler
- - Statically linked programs using built-in libraries are supported
- again (fixes #1788, a regression from 5.2.0).
-
-- Core libraries
- - In (chicken process-context posix), the setters for current-user-id,
- current-effective-user-id and current-group-id now check that the
- new user/group value is a fixnum instead of blindly passing it on
- to the C implementation (which would cause bogus user ids to be set).
- Fixes #1787, thanks to Christopher Brannon.
-
-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
- - The srfi-17 module now exports the `getter-with-setter` and `setter`
- 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).
-
-5.3.0rc1
+5.3.0
- Core libraries
- In (chicken process-context posix), the setters for current-user-id,
Trap