From 39dff2ee5c2fc87e54e0f466cfdf57ae209f2725 Mon Sep 17 00:00:00 2001 From: Raymond Toy <toy.raymond@gmail.com> Date: Sat, 23 Sep 2017 10:27:44 -0700 Subject: [PATCH] Update from logs --- src/general-info/release-21c.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/general-info/release-21c.txt b/src/general-info/release-21c.txt index 66163dcc4..36d8dc70a 100644 --- a/src/general-info/release-21c.txt +++ b/src/general-info/release-21c.txt @@ -31,14 +31,21 @@ New in this release: after accounting for time zones results in a positive value. (See ticket #36.) * CL:SLEEP no longer gets interrupted (See ticket #26.) + * Fix some compiler warnings and clean up funny indentation in + asin code. * Trac Tickets: * Gitlab tickets: * Ticket #36: encode-universal-time signals error * Ticket #26: The cmucl that never sleeps + * Ticket #40: Move heap space location for linux + * Ticket #41: Report proper process status + * Ticket #44: Add docstrings for process accessors * Other changes: + * Continuous integration added to build and test cmucl on every + check-in. This does a build on a Linux system. * Improvements to the PCL implementation of CLOS: -- GitLab