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

File size: 1.4 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.0</h1>
13 </div>
14
15<!--#include virtual="left-menu" -->
16
17<div class="rn">
18
19<p>
20  abcl-1.1.0 is a major release.
21</p>
22
23<dl>
24  <dt>(A)MOP</dt>
25
26  <dd>The implementation now contains (A)MOP.</dd>
27
28  <dt>ASDF</dt>
29
30  <dd>The ASDF included with the implementation has been updated to 2.26.6.</dd>
31
32  <dt>User Manual</dt>
33  <dd>The <a
34  href="http://code.google.com/p/abcl-dynamic-install/downloads/detail?name=abcl-20121207a.pdf">User
35  manual</a> now contains more polished formating from docstring
36  groveling, an index of symbols, and additional enhancements.
37  </dd>
38
39<!-- TODO: complete when December 2012 Quicklisp is released. -->
40
41</dl>
42
43<p>The distribution contains a more detailed documentation of <a
44href="http://abcl.org/svn/tags/1.1.0/abcl/CHANGES">CHANGES</a>.</p>
45
46<p><a href="release-notes.shtml">Release notes for older releases of ABCL</a>.</p>
47
48</div>
49
50<div class="footer">
51  <hr />
52  <p>Hosted as part of <a href="https://common-lisp.net/">common-lisp.net</a></p>
53</div>
54
55</body>
56</html>
Note: See TracBrowser for help on using the repository browser.