diff --git a/general-info/release-20b.txt b/general-info/release-20b.txt index 2d7fed5627fd4b959684c60c64a240af901281dd..1d6838d8855f57e510888803969d43459813ecea 100644 --- a/general-info/release-20b.txt +++ b/general-info/release-20b.txt @@ -54,9 +54,6 @@ New in this release: - A new switch, -help, has been added. These print out brief summary of the available command line switches and then exits. You may also use --help, which is an alias for -help. - - CMUCL no longer crashes on Mac OS X if the dynamic space size is - too large. This was caused by an erroneous value for the - maximum dynamic space size. - Error handling has been added to external formats. Previously, all external formats would silently replace bad encodings with a suitable replacement character. Now, the user can specify how @@ -162,6 +159,9 @@ New in this release: The SSE state is saved along with the x87 state. - GCD of positive integers no longer returns a negative result for certain arguments. + - CMUCL no longer crashes on Mac OS X if the dynamic space size is + too large. This was caused by an erroneous value for the + maximum dynamic space size. - When printing out argument values in the debugger and also during TRACE, the incorrect values were returned for the SSE2 core. This was caused by using the x87 values instead of the @@ -170,6 +170,8 @@ New in this release: been fixed. This bug manifests itself by causing valid sequences to be incorrectly decoded, resulting in a replacement character. + - UTF-8 correctly catches overlong sequences now. Previously, + overlong sequences were missed. * Trac Tickets: #33: get-dispatch-macro-character doesn't signal errors in