source: public_html/release-notes-0.21.shtml @ 12829

Last change on this file since 12829 was 12829, checked in by astalla, 13 years ago

Release notes for version 0.21.

File size: 2.4 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.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 class="header">
13   <h1>ABCL - Release notes for version 0.21</h1>
14 </div>
15
16<!--#include virtual="left-menu" -->
17
18<div class="rn">
19
20<h2>Most notable changes in ABCL 0.21</h2>
21
22
23<p><a href="release-notes-0.20.shtml">Release notes for older releases</a>.</p>
24
25<dl>
26  <dt>OS-independent pathname representation in FASLs</dt>
27  <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>
28  <dt>ASDF2 updated</dt>
29  <dd>ASDF has been updated to version 2.004.</dd>
30  <dt>CLOS/MOP enhancements</dt>
31  <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>
32  <dt>Java interop enhancements</dt>
33  <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>
34  <dt>Other minor bug fixes</dt>
35  <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>
36</dl>
37
38
39
40
41<div style="float:left;width:100%">
42 <hr />
43 <p>Back to <a href="http://common-lisp.net/">Common-lisp.net</a>.</p>
44
45 <div class="check">
46   <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a>
47 </div>
48<div style="float:right;font-size:10px;font-family:monospace">$Id: release-notes-0.16.shtml 12246 2009-11-04 22:00:47Z ehuelsmann $</div>
49</div>
50</body>
51</html>
Note: See TracBrowser for help on using the repository browser.