source: public/content/release-notes-1.2.1.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.6 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.2.1</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.2.0/abcl/abcl.rdf"/>
11
12</head>
13
14<body>
15 <div id="title" class="header">
16   <h1>Release Notes for ABCL 1.2.1</h1>
17 </div>
18
19<!--#include virtual="left-menu" -->
20
21<div class="rn">
22
23<p>
24  abcl-1.2.1 is a maintenance release
25</p>
26
27<pre>
28* Tested:  orcl-jdk-1.7.0_25 orcl-jdk-1.6.0_43
29
30* ansi tests  failing 11-13 of 21708 total. 
31   Some regressions since 1.1.1
32
33*  Stablility fixes; additional Quicklisp compatibility
34
35** Fix (make-instance 'standard-generic-function)
36</pre>
37
38<p>The distribution (perhaps) contains a more detailed documentation of <a href="http://svn.common-lisp.net/armedbear/tags/1.2.1/abcl/CHANGES">CHANGES</a>.</p>
39 
40
41<p><a href="release-notes.shtml">Release notes for older releases of ABCL</a>.</p>
42
43</div>
44
45<div class="footer">
46 <p>ABCL is <a href="http://abcl.org/">Armed Bear Common Lisp</a>.</p>
47 <p>Hosted via <a href="http://common-lisp.net/">common-lisp.net</a>.</p>
48
49 <div class="check">
50   <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a>
51 </div>
52<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>
53</div>
54
55</body>
56</html>
Note: See TracBrowser for help on using the repository browser.