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

File size: 1.1 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.2.1</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.2.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.2.1</h1>
13 </div>
14
15<!--#include virtual="left-menu" -->
16
17<div class="rn">
18
19<p>
20  abcl-1.2.1 is a maintenance release
21</p>
22
23<pre>
24* Tested:  orcl-jdk-1.7.0_25 orcl-jdk-1.6.0_43
25
26* ansi tests  failing 11-13 of 21708 total. 
27   Some regressions since 1.1.1
28
29*  Stablility fixes; additional Quicklisp compatibility
30
31** Fix (make-instance 'standard-generic-function)
32</pre>
33
34<p>The distribution (perhaps) contains a more detailed documentation
35of <a href="http://svn.common-lisp.net/armedbear/tags/1.2.1/abcl/CHANGES">CHANGES</a>.</p>
36
37<p><a href="release-notes.shtml">Release notes for older releases of ABCL</a>.</p>
38
39</div>
40
41<div class="footer">
42  <hr />
43  <p>Hosted as part of <a href="https://common-lisp.net/">common-lisp.net</a></p>
44</div>
45
46
47</body>
48</html>
Note: See TracBrowser for help on using the repository browser.