1 | <?xml version="1.0"?> |
---|
2 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
---|
3 | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
---|
4 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
---|
5 | <head> |
---|
6 | <title>ABCL - Release notes v0.17</title> |
---|
7 | <link rel="stylesheet" type="text/css" href="style.css"/> |
---|
8 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/> |
---|
9 | </head> |
---|
10 | |
---|
11 | <body> |
---|
12 | <div class="header"> |
---|
13 | <h1>ABCL - Release notes for version 0.17</h1> |
---|
14 | </div> |
---|
15 | |
---|
16 | <!--#include virtual="left-menu" --> |
---|
17 | |
---|
18 | <div class="rn"> |
---|
19 | |
---|
20 | <h2>Most notable changes in ABCL 0.17</h2> |
---|
21 | |
---|
22 | |
---|
23 | <p><a href="release-notes-0.16.shtml">Release notes for older releases</a>.</p> |
---|
24 | |
---|
25 | |
---|
26 | |
---|
27 | <dl> |
---|
28 | <dt>ConditionThrowable changes to API</dt> |
---|
29 | <dd>ConditionThrowable has been renamed to ControlTransfer and no |
---|
30 | longer has Throwable as its parent class using RuntimeException instead. |
---|
31 | In addition have all the "throws ConditionThrowable" method |
---|
32 | annotations been removed: API users generally should not be bothered |
---|
33 | with an implementation 'detail'.</dd> |
---|
34 | <dt>Increased FASL version number</dt> |
---|
35 | <dd>Pre-0.17 FASLS identify themselves with versions up to 32; |
---|
36 | 0.17 uses 33.</dd> |
---|
37 | <dt>Google App Engine example code</dt> |
---|
38 | <dd>This release contains a "Hello world" example program.</dd> |
---|
39 | <dt>CLOS improvements</dt> |
---|
40 | <dd>MAKE-INSTANCE initargs checking improments, |
---|
41 | discriminating methods and slot accessor performance</dd> |
---|
42 | <dt>Java property for auto-loading verbosity</dt> |
---|
43 | <dd>Add "-Dabcl.autoload.verbose=Y" when starting ABCL |
---|
44 | to make the autoloader process more verbose.</dd> |
---|
45 | <dt>Fixed unexpected thread termination</dt> |
---|
46 | <dd>The running thread no longer gets terminated when a GO or |
---|
47 | RETURN-FROM form gets evaluated outside its lexical scope.</dd> |
---|
48 | <dt>Loading FASLs from JARs</dt> |
---|
49 | <dd>When the application has file-system access, it can load |
---|
50 | FASL files from a JAR it's stored in (enhancement of deployment |
---|
51 | options).</dd> |
---|
52 | </dl> |
---|
53 | |
---|
54 | |
---|
55 | |
---|
56 | |
---|
57 | |
---|
58 | <div style="float:left;width:100%"> |
---|
59 | <hr /> |
---|
60 | <p>Back to <a href="http://common-lisp.net/">Common-lisp.net</a>.</p> |
---|
61 | |
---|
62 | <div class="check"> |
---|
63 | <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a> |
---|
64 | </div> |
---|
65 | <div style="float:right;font-size:10px;font-family:monospace">$Id: release-notes-0.17.shtml 12917 2010-09-24 07:51:42Z ehuelsmann $</div> |
---|
66 | </div> |
---|
67 | </body> |
---|
68 | </html> |
---|