diff --git a/src/general-info/release-20d.txt b/src/general-info/release-20d.txt index 8c71e7fc2c207cc8d8d683f0dc75290a11915e14..af8619d36a2d0c1f9b8d0d9f076fd1e0e73c00b3 100644 --- a/src/general-info/release-20d.txt +++ b/src/general-info/release-20d.txt @@ -79,6 +79,9 @@ New in this release: * COMPILE-FILE should not signal an error when given a list for :EXTERNAL-FORMAT. Lists are needed to specify a composing external format like :DOS or :MAC. + * EXPORT and friends should not EVAL the form when compiling. + This was probably a leftover from the time when CMUCL did not + have DEFPACKAGE. (See ticket:60.) * Trac Tickets: * #50: Print/read error with make-pathname. @@ -86,6 +89,7 @@ New in this release: * #52: UNICODE-COMPLETE-NAME misses a completion. * #55: blocked signals. * #58: UTF-16 buffering problem. + * #60: compile-file and export problem * Other changes: * The layout of the cmucl directories has been changed.