From 2b323205a38a7ca5a14f397463e95df04cdbb587 Mon Sep 17 00:00:00 2001 From: rtoy <rtoy> Date: Tue, 6 Jul 2010 17:55:42 +0000 Subject: [PATCH] Update to note that overlong utf-8 sequences are actually correctly caught now. --- general-info/release-20b.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/general-info/release-20b.txt b/general-info/release-20b.txt index 2d7fed562..1d6838d88 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 -- GitLab