source: public/content/release-notes-1.0.0.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:keywords set to Id
File size: 1.9 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.0.0</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 1.0.0</h1>
14 </div>
15
16<!--#include virtual="left-menu" -->
17
18<div class="rn">
19
20<dl>
21  <dt>ANSI Conformance</dt>
22  <dd>
23    With a functioning long form of
24    <var>DEFINE-METHOD-COMBINATION</var>, Armed Bear Common Lisp is
25    plausibly now a conforming Common Lisp implementation.
26  </dd>
27
28  <dt>User Manual</dt>
29  <dd>
30    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. 
31  </dd>
32
33  <dt>Quicklisp</dt>
34  <dd>
35    Extensive testing and the attendent bug fixing has resulted in
36    substantially improved capabilities vis a vis the ASDF systems
37    distributed with <a
38    href="http://www.quicklisp.org/">Quicklisp</a>.  Most notably
39    trivial-garbage, bordeaux-threads, parenscript, hunchentoot, and
40    cxml now work.
41  </dd>
42
43  <dt>ASDF-2.017.22</dt>
44  <dd>The ASDF shipped with the distribution has been updated to asdf-2.017.22</dd>
45</dl>
46
47<p><a href="release-notes.shtml">Release notes for older releases</a>.</p>
48
49</div>
50
51<div class="footer">
52  <p>ABCL is <a href="http://abcl.org/">Armed Bear Common Lisp</a>.</p>
53  <p>Hosted via <a href="http://common-lisp.net/">common-lisp.net</a>.</p>
54
55 <div class="check">
56   <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a>
57 </div>
58<div style="float:right;font-size:10px;font-family:monospace">$Id: release-notes-1.0.0.shtml 14741 2015-01-05 16:44:38Z mevenson $</div>
59</div>
60
61</body>
62</html>
Note: See TracBrowser for help on using the repository browser.