~ chicken-core (chicken-5) 911e7c87a1d4eff83a9be7c94d33fcdbfd9abe32
commit 911e7c87a1d4eff83a9be7c94d33fcdbfd9abe32
Author: felix <felix@call-with-current-continuation.org>
AuthorDate: Mon Jun 1 14:07:47 2020 +0200
Commit: felix <felix@call-with-current-continuation.org>
CommitDate: Mon Jun 1 14:07:47 2020 +0200
added NEWS entry from eh
diff --git a/NEWS b/NEWS
index 67b81974..f10c242e 100644
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,9 @@
On UNIX, the values returned will be precise to the millisecond
instead of rounded down to the nearest second at startup (which
would result in erratic startup times).
+ - The default mode for files created by `file-open' has been changed
+ to 0666 (plus whatever change the effective umask applies), rather
+ than 0744 (see #1698).
- Runtime system
- Sleeping primordial thread doesn't forget mutations made to
Trap