source: public_html/release-notes-0.20.shtml @ 13741

Last change on this file since 13741 was 13741, checked in by Mark Evenson, 13 years ago

Correct to valid XHTML.

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Id
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.20</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.20</h1>
14 </div>
15
16<!--#include virtual="left-menu" -->
17
18<div class="rn">
19
20<h2>Most notable changes in ABCL 0.20</h2>
21
22
23<p><a href="release-notes-0.19.shtml">Release notes for older releases</a>.</p>
24
25<dl>
26  <dt>Support for metaclasses</dt>
27  <dd>ABCL now supports user-defined CLOS metaclasses. The MOP has been improved and extended to accomodate for this new feature. This is the first funded feature added to ABCL: funds were provided to implement it and the relevant tests. As a consequence of the addition of this important feature, the JAVA-CLASS built-in metaclass has been reimplemented in Lisp and has been improved in the process.</dd>
28  <dt>Support for URLs as pathnames</dt>
29  <dd>Pathnames can now be used to represent URLs: PATHNAME-JAR and PATHNAME-URL subtypes now handle Jar and URL references working for OPEN, LOAD, PROBE-FILE, FILE-WRITE-DATE, DIRECTORY, et. al. See <a href="http://trac.common-lisp.net/armedbear/ticket/95">Ticket #95</a> for more details.</dd>
30  <dt>ASDF2</dt>
31  <dd>The version of ASDF included in ABCL has been updated to ASDF2 (specifically to ASDF 1.719). This version of ASDF is integrated with URL support in pathnames (see the previous point) and is thus capable of loading Lisp systems directly from Jar archives.</dd>
32  <dt>Multithreading enhancements</dt>
33  <dd>Threads started through MAKE-THREAD now have a thread-termination restart available, and the THREADS:THREAD-JOIN primitive has been implemented.</dd>
34  <dt>Bug fixes and speed improvements</dt>
35  <dd>Several bugs have been fixed and many small speed improvements have been introduced.</dd>
36</dl>
37
38</div>
39
40
41
42<div style="float:left;width:100%">
43 <hr />
44 <p>Back to <a href="http://common-lisp.net/">Common-lisp.net</a>.</p>
45
46 <div class="check">
47   <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a>
48 </div>
49<div style="float:right;font-size:10px;font-family:monospace">$Id: release-notes-0.20.shtml 13741 2012-01-10 14:04:24Z mevenson $</div>
50</div>
51</body>
52</html>
Note: See TracBrowser for help on using the repository browser.