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

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.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.0</h1>
17 </div>
18
19<!--#include virtual="left-menu" -->
20
21<div class="rn">
22
23<p>
24  abcl-1.1.0 is a major release.
25</p>
26
27<dl>
28  <dt>(A)MOP</dt>
29
30  <dd>The implementation now contains (A)MOP.</dd>
31
32  <dt>ASDF</dt>
33
34  <dd>The ASDF included with the implementation has been updated to 2.26.6.</dd>
35
36  <dt>User Manual</dt>
37  <dd>The <a
38  href="http://code.google.com/p/abcl-dynamic-install/downloads/detail?name=abcl-20121207a.pdf">User
39  manual</a> now contains more polished formating from docstring
40  groveling, an index of symbols, and additional enhancements.
41  </dd>
42
43<!-- TODO: complete when December 2012 Quicklisp is released. -->
44
45</dl>
46
47<p>The distribution contains a more detailed documentation of <a
48href="http://abcl.org/svn/tags/1.1.0/abcl/CHANGES">CHANGES</a>.</p>
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  <p>ABCL is <a href="http://abcl.org/">Armed Bear Common Lisp</a>.</p>
56  <p>Hosted via <a href="http://common-lisp.net/">common-lisp.net</a>.</p>
57
58  <div class="check">
59   <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a>
60 </div>
61<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>
62</div>
63
64</body>
65</html>
Note: See TracBrowser for help on using the repository browser.