source: public_html/release-notes-0.27.shtml @ 14220

Last change on this file since 14220 was 13564, checked in by Mark Evenson, 14 years ago

Note SBCL build-host.

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Id
File size: 2.3 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>ABCL - Release notes v0.27</title>
7  <link rel="stylesheet" type="text/css" href="style.css"/>
8  <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
9</head>
10
11<body>
12 <div class="header">
13   <h1>ABCL - Release notes for version 0.27</h1>
14 </div>
15
16<!--#include virtual="left-menu" -->
17
18<div class="rn">
19
20<h2>Most notable changes in ABCL 0.27</h2>
21
22
23<p><a href="release-notes-0.26.shtml">Release notes for older releases</a>.</p>
24
25<dl>
26  <dt>Specify JVM artifacts by the ABCL-ASDF contrib
27  </dt>
28  <dd>The ABCL-ASDF contrib extends the ASDF system definitions with
29  the ability to reference JVM specific artifacts.  The JAR-FILE and
30  JAR-DIRECTORY components that can be resolved via PATHNAME.  The MVN
31  component can be used to specify versioned artifacts that will be
32  resolved and downloaded by the Maven3 distributed infrastructure.
33  </dd>
34
35  <dt>Fixes to support CL-UNICODE, NAMED-READTABLES and PARENSCRIPT
36  </dt>
37  <dd>Wider compatibility with Quicklisp enacapsulated systems Based
38  on reports for problems using ABCL with CL-INTERPOL (CL-UNICODE
39  fix), NAMED-READTABLES and PARENSCRIPT.
40  </dd>
41  <dt>Further reduction of ANSI test suite failure count
42  </dt>
43  <dd>Coming from 20 failures out of 21702 at 0.26.2, there are now
44    16 failures out of 21702 at 0.27.0.
45  </dd>
46  <dt>Java method LispObject.writeToString() for printing Java-side ABCL
47    objects, renamed to printObject().
48  </dt>
49  <dd>LispObject.printObject() provides the implementation, but users will
50    want to call the new method LispObject.princToString() when human-readable
51    output is desired.
52  </dd>
53  <dt>Able to build SBCL
54  </dt>
55  <dd>
56    ABCL's compiler is once again able to serve as a cross compiler boot host for the SBCL Lisp core.
57  </dd>
58</dl>
59</div>
60
61
62
63<div style="float:left;width:100%">
64 <hr />
65 <p>Back to <a href="http://common-lisp.net/">Common-lisp.net</a>.</p>
66
67 <div class="check">
68   <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a>
69 </div>
70<div style="float:right;font-size:10px;font-family:monospace">$Id: release-notes-0.27.shtml 13564 2011-09-03 18:26:55Z mevenson $</div>
71</div>
72</body>
73</html>
Note: See TracBrowser for help on using the repository browser.