Skip to content
Snippets Groups Projects
Commit 3840e317 authored by Raymond Toy's avatar Raymond Toy
Browse files

Note ticket #74 fixed, and move a Change item to a Bugfix item.

parent d8403893
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment