source: public/content/release-notes-1.1.1.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.

File size: 2.0 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 1.1.0</title>
7  <link rel="stylesheet" type="text/css" href="style.css"/>
8  <meta http-equiv="Content-Type" content="text/html;
9                                           charset=ISO-8859-1"/>
10  <link rel="rdf" type="application/rdf" href="http://abcl.org/svn/tags/1.1.0/abcl/abcl.rdf"/>
11
12</head>
13
14<body>
15 <div id="title" class="header">
16   <h1>Release Notes for ABCL 1.1.1</h1>
17 </div>
18
19<!--#include virtual="left-menu" -->
20
21<div class="rn">
22
23<p>
24  abcl-1.1.1 is a maintenance release.
25</p>
26
27<dl>
28  <dt>(A)MOP</dt>
29
30  <dd>All reported errors with the MOP implementation have been addressed.</dd>
31
32  <dt>SETF autoloader</dt>
33
34  <dd>An autoloader for SETF expansion functions has been implemented,
35    eliminating the errors associated with not being able to use (SETF
36    SYMBOL) without first invoking SYMBOL as a function.
37  </dd>
38
39  <dt>ANSI Test</dt>
40  <dd> All outstanding regressions in the ANSI test suite with respect to
41    abcl-1.0.1 have been fixed.
42  </dd>
43 
44  <dt>ABCL-ASDF</dt>
45
46  <dd>The ability to resolve Maven components in ASDF system definitions has been restored.
47  </dd>
48
49</dl>
50
51<p>The distribution contains a more detailed documentation of <a href="http://abcl.org/svn/tags/1.1.1/abcl/CHANGES">CHANGES</a>.</p>
52 
53
54<p><a href="release-notes.shtml">Release notes for older releases of ABCL</a>.</p>
55
56</div>
57
58<div class="footer">
59 <p>ABCL is <a href="http://abcl.org/">Armed Bear Common Lisp</a>.</p>
60 <p>Hosted via <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-1.0.1.shtml 13748 2012-01-10 18:58:49Z mevenson $</div>
66</div>
67
68</body>
69</html>
Note: See TracBrowser for help on using the repository browser.