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

Update from logs.

parent 82fac7da
No related branches found
No related tags found
No related merge requests found
...@@ -56,6 +56,9 @@ New in this release: ...@@ -56,6 +56,9 @@ New in this release:
other than latin1 has been fixed. See ticket #74. other than latin1 has been fixed. See ticket #74.
* Fix startup crashes on some Debian Linux versions. This was * Fix startup crashes on some Debian Linux versions. This was
caused by the release string not having a patch version. caused by the release string not having a patch version.
* FILE-POSITION no longer returns incorrect values. See ticket
#79.
* Trac Tickets: * Trac Tickets:
* Ticket #52 reopened. * Ticket #52 reopened.
...@@ -86,6 +89,9 @@ New in this release: ...@@ -86,6 +89,9 @@ New in this release:
* In make-dist.sh, the version is now optional. If not given, a * In make-dist.sh, the version is now optional. If not given, a
version is derived from the git hash returned by "git version is derived from the git hash returned by "git
describe". describe".
* build.sh -u used to disable building of asdf and friends. This
is incorrect. Asdf is always built now (during the last stage).
This release is not binary compatible with code compiled using CMUCL This release is not binary compatible with code compiled using CMUCL
20d; you will need to recompile FASL files. 20d; you will need to recompile FASL files.
......
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