source: public_html/release-notes-1.0.0.shtml @ 13742

Last change on this file since 13742 was 13742, checked in by Mark Evenson, 11 years ago

Add missing release notes for abcl-1.0.0.

Start listing of release notes instead of merely linking to previous version.

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>ABCL - Release notes v1.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 class="header">
13   <h1>ABCL - Release notes for version v1.0.0</h1>
14 </div>
15
16<!--#include virtual="left-menu" -->
17
18<div class="rn">
19
20<h2>Most notable changes in ABCL 1.0.0</h2>
21
22<p><a href="release-notes.shtml">Release notes for older releases</a>.</p>
23"release-notes.shtml">Release notes for older releases</a>.</p>
24
25<dl>
26  <dt>ANSI Conformance</dt>
27  <dd>
28    With a functioning long form of
29    <var>DEFINE-METHOD-COMBINATION</var>, Armed Bear Common Lisp is
30    plausibly now a conforming Common Lisp implementation.
31  </dd>
32
33  <dt>User Manual</dt>
34  <dd>
35    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. 
36  </dd>
37
38  <dt>Quicklisp</dt>
39  <dd>
40    Extensive testing and the attendent bug fixing has resulted in
41    substantially improved capabilities vis a vis the ASDF systems
42    distributed with <a
43    href="http://www.quicklisp.org/">Quicklisp</a>.  Most notably
44    trivial-garbage, bordeaux-threads, parenscript, hunchentoot, and
45    cxml now work.
46  </dd>
47
48  <dt>ASDF-2.017.22</dt>
49  <dd>The ASDF shipped with the distribution has been updated to asdf-2.017.22</dd>
50
51</div>
52
53<div style="float:left;width:100%">
54 <hr />
55 <p>Back to <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
61<div style="float:right;font-size:10px;font-family:monospace">$Id: release-notes-0.27.shtml 13564 2011-09-03 18:26:55Z mevenson $</div>
62
63</div>
64</body>
65</html>
Note: See TracBrowser for help on using the repository browser.