source: public_html/release-notes-1.0.1.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.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.0.1</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.1</h1>
12 </div>
13
14<!--#include virtual="left-menu" -->
15
16<div class="rn">
17
18<p>
19  abcl-1.0.1 is a maintenance release.
20</p>
21
22<dl>
23  <dt>ASDF</dt>
24
25  <dd>The ASDF included with the implementation has been updated to 2.019.</dd>
26
27  <dt>User Manual</dt>
28  <dd>The <a
29  href="http://code.google.com/p/abcl-dynamic-install/downloads/detail?name=abcl-20120110a.pdf">User
30  manual</a>a now contains more polished formating from docstring
31  groveling, an index of symbols, and additional enhancements.
32  </dd>
33
34  <dt>ABCL-CONTRIB<a href="http://abcl.org/trac/ticket/181">[#181]</a></dt>
35
36  <dd>The implementation now correctly loads ASDF definitions
37    from jar archives.  This had prevented the ABCL-CONTRIB loading
38    mechanism from working.</dd>
39</dl>
40
41<p>The distribution contains a more detailed documentation of <a href="http://abcl.org/svn/tags/1.0.1/abcl/CHANGES">CHANGES</a>.</p>
42 
43
44<p><a href="release-notes.shtml">Release notes for older releases of ABCL</a>.</p>
45
46</div>
47
48<div class="footer">
49  <hr />
50  <p>Hosted as part of <a href="https://common-lisp.net/">common-lisp.net</a></p>
51</div>
52
53</body>
54</html>
Note: See TracBrowser for help on using the repository browser.