From d7ecf782dc9a2531e33439500e4cbc3111e23edf Mon Sep 17 00:00:00 2001 From: Raymond Toy <toy.raymond@gmail.com> Date: Tue, 28 May 2019 17:02:48 -0700 Subject: [PATCH] Revert "Update notes" This reverts commit 4dbd847afe39a4b84ba2ba0ae838c12eb72de5f8. release-21d.md was erroneously modified. It should have been done to release-21e.md, a new file. We've already released 21d. --- src/general-info/release-21d.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/general-info/release-21d.md b/src/general-info/release-21d.md index b14e9c049..72fdaf556 100644 --- a/src/general-info/release-21d.md +++ b/src/general-info/release-21d.md @@ -17,10 +17,8 @@ public domain. ## New in this release: * Known issues: - * Building with gcc8 or later doesn't work with the default -O option. Use -O1 instead. This shouldn't really impact overall speed much. - * Added simple support to compile with clang instead, which works. (Use x86_linux_clang). * Feature enhancements - * Update to ASDF 3.3.3 + * Update to ASDF 3.3.2 * Changes * x86 and sparc have replaced the MT19937 RNG with xoroshiro128+ RNG. * The required state for this generator is just 4 32-bit words instead of the 600+ for MT19937. @@ -44,7 +42,6 @@ public domain. * ~~#62~~ Segfault when compiling `ARRAY-DISPLACEMENT` on a string constant * ~~#69~~ GC assertions compiled in and allow user to enable them. * ~~#71~~ More info for `MACHINE-TYPE` and `MACHINE-VERSION` for x86 - * #73 Update clx from upstream clx * Other changes: * Improvements to the PCL implementation of CLOS: * Changes to building procedure: -- GitLab