~ chicken-core (chicken-5) 0f2dab4cefe8fa79b654240942356dd42f3f7caf
commit 0f2dab4cefe8fa79b654240942356dd42f3f7caf
Author: Peter Bex <peter@more-magic.net>
AuthorDate: Sun Jul 29 19:28:23 2018 +0200
Commit: Peter Bex <peter@more-magic.net>
CommitDate: Sun Jul 29 19:28:23 2018 +0200
Document the rename of change-file-mode to set-file-permissions! (plus improvments)
diff --git a/NEWS b/NEWS
index b758cf31..ca894b4d 100644
--- a/NEWS
+++ b/NEWS
@@ -84,6 +84,10 @@
- file-{read,write,execute}-access will now raise an exception when
the file doesn't exist or some other non-access related problem is
detected (fixes #1386, thanks to Vasilij Schneidermann).
+ - `change-file-mode` was renamed to set-file-permissions! and SRFI-17
+ generalized set! support has been added for `file-permissions`.
+ This procedure now accepts either a file descriptor or a port.
+ - `file-permissions` now returns one value: the permission integer.
- `read-file` has been renamed to `read-list`.
- The procedures for random numbers have been reimplemented;
access to system-specific entropy is available, together with a reasonably
Trap