From 614d78c719e6d381b949d4df943216de5746bf0a Mon Sep 17 00:00:00 2001 From: rtoy <rtoy> Date: Mon, 5 Jul 2010 16:07:36 +0000 Subject: [PATCH] Update with bugfix for bad buffering for decoding external formats. --- general-info/release-20b.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/general-info/release-20b.txt b/general-info/release-20b.txt index 45c5ef8c7..2d7fed562 100644 --- a/general-info/release-20b.txt +++ b/general-info/release-20b.txt @@ -166,6 +166,10 @@ New in this release: during TRACE, the incorrect values were returned for the SSE2 core. This was caused by using the x87 values instead of the sse2 values in the sigcontext. This is fixed now. + - A critical bug in the fast unicode stream buffering routine has + been fixed. This bug manifests itself by causing valid + sequences to be incorrectly decoded, resulting in a replacement + character. * Trac Tickets: #33: get-dispatch-macro-character doesn't signal errors in -- GitLab