source: public/content/release-notes-0.17.shtml

Last change on this file was 14741, checked in by Mark Evenson, 9 years ago

html: change references from lisp.not.org to abcl.org and common-lisp.net as appropiate.

abcl.org names all permanent ABCL specific resources.

common-lisp.net replaces lisp.not.org as naming for non-ABCL specific
resources.

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Id
File size: 2.3 KB
Line 
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>Release Notes for ABCL 0.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 id="title" class="header">
13   <h1>Release notes for ABCL 0.17</h1>
14 </div>
15
16<!--#include virtual="left-menu" -->
17
18<div class="rn">
19
20
21
22<dl>
23  <dt>ConditionThrowable changes to API</dt>
24  <dd>ConditionThrowable has been renamed to ControlTransfer and no
25    longer has Throwable as its parent class using RuntimeException instead.
26    In addition have all the &quot;throws ConditionThrowable&quot; method
27    annotations been removed: API users generally should not be bothered
28    with an implementation 'detail'.</dd>
29  <dt>Increased FASL version number</dt>
30  <dd>Pre-0.17 FASLS identify themselves with versions up to 32;
31    0.17 uses 33.</dd>
32  <dt>Google App Engine example code</dt>
33  <dd>This release contains a "Hello world" example program.</dd>
34  <dt>CLOS improvements</dt>
35  <dd>MAKE-INSTANCE initargs checking improments,
36    discriminating methods and slot accessor performance</dd>
37  <dt>Java property for auto-loading verbosity</dt>
38  <dd>Add &quot;-Dabcl.autoload.verbose=Y&quot; when starting ABCL
39    to make the autoloader process more verbose.</dd>
40  <dt>Fixed unexpected thread termination</dt>
41  <dd>The running thread no longer gets terminated when a GO or
42    RETURN-FROM form gets evaluated outside its lexical scope.</dd>
43  <dt>Loading FASLs from JARs</dt>
44  <dd>When the application has file-system access, it can load
45    FASL files from a JAR it's stored in (enhancement of deployment
46    options).</dd>
47</dl>
48
49</div>
50
51<p><a href="release-notes.shtml">Release notes for older releases</a>.</p>
52
53<div class="footer">
54  <p>ABCL is <a href="http://abcl.org/">Armed Bear Common Lisp</a>.</p>
55  <p>Hosted via <a href="http://common-lisp.net/">common-lisp.net</a>.</p>
56
57 <div class="check">
58   <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a>
59 </div>
60<div style="float:right;font-size:10px;font-family:monospace">$Id: release-notes-0.17.shtml 14741 2015-01-05 16:44:38Z mevenson $</div>
61</div>
62
63</body>
64</html>
Note: See TracBrowser for help on using the repository browser.