From f99ae944985282dfd2b6048b6b7aaa8286e8eab8 Mon Sep 17 00:00:00 2001 From: Raymond Toy <toy.raymond@gmail.com> Date: Sat, 21 May 2016 10:56:21 -0700 Subject: [PATCH] Update from logs. --- src/general-info/release-21b.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/general-info/release-21b.txt b/src/general-info/release-21b.txt index c326aa53c..8bc6bf727 100644 --- a/src/general-info/release-21b.txt +++ b/src/general-info/release-21b.txt @@ -55,6 +55,9 @@ New in this release: * :env option for run-program * Maximum dynamic-space-size on Linux reduced to 1530 MB because that's the largest available space on 32-bit Ubuntu 11.10. + * For linux, darwin, and solaris/sparc, the binding stack and + control stack are now mapped into memory whereever the OS wishes + to place them instead of being mapped into a fixed location. * ANSI compliance fixes: * PATHNAME-MATCH-P did not accept search-lists. @@ -84,6 +87,7 @@ New in this release: * Ticket #17 fixed: better docstring for *ENVIRONMENT-LIST* * Ticket #18 fixed: better description of :ENV option for RUN-PROGRAM. + * Ticket #22 fixed: Incorrect coercion to float. * Other changes: -- GitLab