This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "CMU Common Lisp".
The branch, master has been updated via 00d977a1b07c525948d1fa0e33caefe1536cdec3 (commit) from 98319835e05b93ea62e17f6bc3da4144f96ac2c5 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 00d977a1b07c525948d1fa0e33caefe1536cdec3 Author: Raymond Toy toy.raymond@gmail.com Date: Fri Aug 8 19:08:37 2014 -0700
Forgot a few items that were done in the snapshot. Update it now (post snapshot). The wiki entry has the right info.
diff --git a/src/general-info/release-20f.txt b/src/general-info/release-20f.txt index b49ecc6..b6ce0d5 100644 --- a/src/general-info/release-20f.txt +++ b/src/general-info/release-20f.txt @@ -73,7 +73,7 @@ New in this release: for atanh in the CLHS. * CLEAR-OUTPUT was not actually doing anything. Now, CLEAR-OUTPUT will discard any buffered data that has not been written out - yet. + yet.
* Bugfixes: * Fix error in pi reduction on x87. It was not noticed previously @@ -94,7 +94,9 @@ New in this release: * For Gray streams, CLEAR-OUTPUT was calling STREAM-FORCE-OUTPUT instead of STREAM-CLEAR-OUTPUT, so the output wasn't actually cleared. - + * In some situations KERNEL:DOUBLE-FLOAT-BITS on x86 would cause a + segfault. This has been fixed. + * For linux, motifd is no longer a 64-bit app.
* Trac Tickets: * Ticket #90 fixed. @@ -105,6 +107,8 @@ New in this release: * Ticket #98 fixed. * Ticket #104 fixed. * Ticket #101, item 1 fixed. + * Ticket #105, fixed. + * Ticket #84 fixed on x86.
* Other changes:
-----------------------------------------------------------------------
Summary of changes: src/general-info/release-20f.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-)
hooks/post-receive