source: public/content/release-notes-0.21.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.

  • 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>Release notes for ABCL 0.21</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 id="title" class="header">
13   <h1>Release notes for ABCL 0.21</h1>
14 </div>
15
16<!--#include virtual="left-menu" -->
17
18<div class="rn">
19
20
21<dl>
22  <dt>OS-independent pathname representation in FASLs</dt>
23  <dd>A long-withstanding bug which clearly manifested in release 0.20 with the integration of ASDF 2: pathnames were externalized in FASLs using their OS-dependent printed representation. Thus FASLs containing literal pathnames compiled on Windows didn't work correctly on Linux. This bug has been fixed in this release by always externalizing pathnames using '/' as a separator, so they can be correctly read back on all major OSes.</dd>
24  <dt>ASDF2 updated</dt>
25  <dd>ASDF has been updated to version 2.004.</dd>
26  <dt>CLOS/MOP enhancements</dt>
27  <dd>It is now possible to define custom slot definition metaobjects and to add custom defclass options to user-defined metaclasses. It is also now possible to use slot-value, (setf slot-value), and slot-boundp on structure objects.</dd>
28  <dt>Java interop enhancements</dt>
29  <dd>Java integration has been enhanced: the classpath can now be manipulated and inspected at runtime; a proxy implementing multiple interfaces in Lisp can be produced; and CL:STRING has been extended to call toString() on Java objects.</dd>
30  <dt>Other minor bug fixes</dt>
31  <dd>Including a few fixes on how certain objects are printed, a MACROLET bug, and support for JSR-223 with Java 1.5. Consult the CHANGES file distributed with ABCL for more details.</dd>
32</dl>
33
34</div>
35
36<p><a href="release-notes.shtml">Release notes for older releases</a>.</p>
37
38<div class="footer">
39  <p>ABCL is <a href="http://abcl.org/">Armed Bear Common Lisp</a>.</p>
40  <p>Hosted via <a href="http://common-lisp.net/">common-lisp.net</a>.</p>
41
42 <div class="check">
43   <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a>
44 </div>
45<div style="float:right;font-size:10px;font-family:monospace">$Id: release-notes-0.21.shtml 14741 2015-01-05 16:44:38Z mevenson $</div>
46</div>
47
48
49</body>
50</html>
Note: See TracBrowser for help on using the repository browser.