source: public_html/release-notes-1.1.1.shtml

Last change on this file was 15275, checked in by Mark Evenson, 4 years ago

site: clean up HTML

Start moving all presentation logic into CSS.

Declare documents as polyglot HTML5/XHTML
<https://dev.w3.org/html5/html-polyglot/html-polyglot.htm>.

Strip use SVN $Id$ expansion as this doesn't convey any useful
information to the actual reader of the page.

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