Commit cff55a6b authored by rtoy's avatar rtoy
Browse files

o Add note that tracing with encapsulation isn't needed on OSX/x86

  anymore.
o Add note that executables are not currently working on recent
  FreeBSD versions.
parent d7c68211
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -108,7 +108,8 @@ New in this release:
    - FLOAT-PRECISION supports double-double floats.
    - Tracing should now be working on Darwin/x86.  Previously,
      certain cases would cause Lisp to segfault in bad ways where you
      could not return to the repl.
      could not return to the repl.  Do not need to do encapsulation
      by default anymore.
    - The bounds for type (REAL lo hi) are computed better now.  The
      REAL type is a union of SINGLE-FLOAT, DOUBLE-FLOAT, and
      DOUBLE-DOUBLE-FLOAT.  The computed bounds for
@@ -186,6 +187,11 @@ New in this release:
    - The Linux config file is now named Config.x86_linux, which is
      the equivalent to Config.linux_gencgc, which is deprecated.

  * Known issues:
    - Executables (via save-lisp) on recent FreeBSD versions are
      currently not working.  The executable is created, but the
      resulting executable doesn't work correctly.

This release is not binary compatible with code compiled using CMUCL
19e; you will need to recompile FASL files.