On behalf of the ABCL development team, I would like to announce the new ABCL release: 0.16.1<br><br>This release is a maintenance release on the 0.16 version line. In total four issues have been fixed:<br><br><ul><li> In case of unsuccessful completion of a COMPILE call, ABCL would leak (= not correctly clean up behind itself) temporary files</li>
<li>
In some cases, an exception thrown by a GO or RETURN-FROM form would
not be correctly caught, causing the thread in which it occurs to
terminate</li><li> Honor appearance of <b>&allow-other-keys</b> in CLOS MAKE-INSTANCE argument checking</li><li>  More careful checking of 'null' arguments when processing stack frames</li></ul><br><br>Should
you have any comments, remarks or bugs to be found in this release,
please contact the developers through the mailing list mentioned on the
<a href="http://common-lisp.net/project/armedbear/">ABCL project home page</a>.