| 1 | <!DOCTYPE html> |
|---|
| 2 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
|---|
| 3 | <head> |
|---|
| 4 | <title>Release Notes for ABCL 0.17</title> |
|---|
| 5 | <link rel="stylesheet" type="text/css" href="style.css"/> |
|---|
| 6 | <meta charset="utf-8"/> |
|---|
| 7 | </head> |
|---|
| 8 | |
|---|
| 9 | <body> |
|---|
| 10 | <div id="title" class="header"> |
|---|
| 11 | <h1>Release notes for ABCL 0.17</h1> |
|---|
| 12 | </div> |
|---|
| 13 | |
|---|
| 14 | <!--#include virtual="left-menu" --> |
|---|
| 15 | |
|---|
| 16 | <div class="rn"> |
|---|
| 17 | |
|---|
| 18 | <dl> |
|---|
| 19 | <dt>ConditionThrowable changes to API</dt> |
|---|
| 20 | <dd>ConditionThrowable has been renamed to ControlTransfer and no |
|---|
| 21 | longer has Throwable as its parent class using RuntimeException instead. |
|---|
| 22 | In addition have all the "throws ConditionThrowable" method |
|---|
| 23 | annotations been removed: API users generally should not be bothered |
|---|
| 24 | with an implementation 'detail'.</dd> |
|---|
| 25 | <dt>Increased FASL version number</dt> |
|---|
| 26 | <dd>Pre-0.17 FASLS identify themselves with versions up to 32; |
|---|
| 27 | 0.17 uses 33.</dd> |
|---|
| 28 | <dt>Google App Engine example code</dt> |
|---|
| 29 | <dd>This release contains a "Hello world" example program.</dd> |
|---|
| 30 | <dt>CLOS improvements</dt> |
|---|
| 31 | <dd>MAKE-INSTANCE initargs checking improments, |
|---|
| 32 | discriminating methods and slot accessor performance</dd> |
|---|
| 33 | <dt>Java property for auto-loading verbosity</dt> |
|---|
| 34 | <dd>Add "-Dabcl.autoload.verbose=Y" when starting ABCL |
|---|
| 35 | to make the autoloader process more verbose.</dd> |
|---|
| 36 | <dt>Fixed unexpected thread termination</dt> |
|---|
| 37 | <dd>The running thread no longer gets terminated when a GO or |
|---|
| 38 | RETURN-FROM form gets evaluated outside its lexical scope.</dd> |
|---|
| 39 | <dt>Loading FASLs from JARs</dt> |
|---|
| 40 | <dd>When the application has file-system access, it can load |
|---|
| 41 | FASL files from a JAR it's stored in (enhancement of deployment |
|---|
| 42 | options).</dd> |
|---|
| 43 | </dl> |
|---|
| 44 | |
|---|
| 45 | </div> |
|---|
| 46 | |
|---|
| 47 | <p><a href="release-notes.shtml">Release notes for older releases</a>.</p> |
|---|
| 48 | |
|---|
| 49 | <div class="footer"> |
|---|
| 50 | <hr /> |
|---|
| 51 | <p>Hosted as part of <a href="https://common-lisp.net/">common-lisp.net</a></p> |
|---|
| 52 | </div> |
|---|
| 53 | |
|---|
| 54 | </body> |
|---|
| 55 | </html> |
|---|