source: public_html/release-notes-1.0.0.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.

  • Property svn:keywords set to Id
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.0.0</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 1.0.0</h1>
12 </div>
13
14<!--#include virtual="left-menu" -->
15
16<div class="rn">
17
18<dl>
19  <dt>ANSI Conformance</dt>
20  <dd>
21    With a functioning long form of
22    <var>DEFINE-METHOD-COMBINATION</var>, Armed Bear Common Lisp is
23    plausibly now a conforming Common Lisp implementation.
24  </dd>
25
26  <dt>User Manual</dt>
27  <dd>
28    A <a href="http://code.google.com/p/abcl-dynamic-install/downloads/detail?name=abcl-20111108a.pdf#makechanges">manual for users of the implementation</a> has been drafted. 
29  </dd>
30
31  <dt>Quicklisp</dt>
32  <dd>
33    Extensive testing and the attendent bug fixing has resulted in
34    substantially improved capabilities vis a vis the ASDF systems
35    distributed with <a
36    href="http://www.quicklisp.org/">Quicklisp</a>.  Most notably
37    trivial-garbage, bordeaux-threads, parenscript, hunchentoot, and
38    cxml now work.
39  </dd>
40
41  <dt>ASDF-2.017.22</dt>
42  <dd>The ASDF shipped with the distribution has been updated to asdf-2.017.22</dd>
43</dl>
44
45<p><a href="release-notes.shtml">Release notes for older releases</a>.</p>
46
47</div>
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>
Note: See TracBrowser for help on using the repository browser.