~ chicken-core (chicken-5) 198ef5dd767b4ab478b034cefefe9a4866eafa2b
commit 198ef5dd767b4ab478b034cefefe9a4866eafa2b Author: felix <felix@call-with-current-continuation.org> AuthorDate: Tue May 10 11:09:08 2011 +0200 Commit: felix <felix@call-with-current-continuation.org> CommitDate: Tue May 10 11:09:08 2011 +0200 added note about -setup-mode and -deploy diff --git a/NEWS b/NEWS index c38f7cdd..23cdb987 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +4.7.0rc2 + +- Extensions + - "chicken-install -deploy" does not compile deployed extensions with + "-setup-mode" anymore to avoid problems with dynamic loading on some + platforms (specifically Mac OS X) + 4.6.7 - Core librariesTrap