From 3840e31732c81220de96788dd3d5ea71d1bd2bca Mon Sep 17 00:00:00 2001 From: Raymond Toy <toy.raymond@gmail.com> Date: Mon, 4 Mar 2013 22:08:38 -0800 Subject: [PATCH] Note ticket #74 fixed, and move a Change item to a Bugfix item. --- src/general-info/release-20e.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/general-info/release-20e.txt b/src/general-info/release-20e.txt index fb9f3a5b6..dd56d0336 100644 --- a/src/general-info/release-20e.txt +++ b/src/general-info/release-20e.txt @@ -41,9 +41,6 @@ New in this release: derivation.) * :I486 and :PENTIUM (Always assume we're running on at least a Pentium.) - * A serious error in FILE-POSITION on streams using an encoding - other than latin1 has been fixed. See ticket #74. - * ANSI compliance fixes: * Attempts to modify the standard readtable or the standard pprint dispatch table will now signal a continuable error. @@ -52,6 +49,9 @@ New in this release: * REPLACE and friends on strings were limited to strings less than the maximum possible size. This has been fixed so strings of any supported length can be handled. (See ticket #66 and #68.) + * A serious error in FILE-POSITION on streams using an encoding + other than latin1 has been fixed. See ticket #74. + * Trac Tickets: * Ticket #52 reopened. @@ -64,6 +64,7 @@ New in this release: * Ticket #71 fixed. * Ticket #72 fixed. * Ticket #73 fixed. + * Ticket #74 fixed. * Other changes: * -8 option for build-all.sh is deprecated since we don't -- GitLab