~ chicken-core (chicken-5) 316c4c8fb072f5b8ea959328c3769ad0a8f99da8
commit 316c4c8fb072f5b8ea959328c3769ad0a8f99da8 Author: Peter Bex <peter@more-magic.net> AuthorDate: Fri Oct 28 07:40:36 2022 +0200 Commit: Peter Bex <peter@more-magic.net> CommitDate: Fri Oct 28 07:40:36 2022 +0200 Update NEWS file with two more closed tickets diff --git a/NEWS b/NEWS index 051646dc..a3fd88a8 100644 --- a/NEWS +++ b/NEWS @@ -11,6 +11,12 @@ - Fix shell quotation in options passed from csc to other tools. Fixes #1302, reported by Xin Wang. - The -prelude and -postlude options for csc work properly again. + - chicken-install now retrieves the latest egg version when + instructed to install an egg that's already installed (#1802). + +- Compiler + - When emitting types files, the output list is now sorted, to ensure + deterministic build output (fixes #1783, reported by "ss2"). - Build system - Default "cc" on BSD systems for building CHICKEN to avoid ABI problemsTrap