[armedbear-cvs] r12735 - public_html

Alessio Stalla astalla at common-lisp.net
Tue May 25 19:38:19 UTC 2010


Author: astalla
Date: Tue May 25 15:38:17 2010
New Revision: 12735

Log:
Draft release notes for the 0.20 release.


Added:
   public_html/release-notes-0.20.shtml

Added: public_html/release-notes-0.20.shtml
==============================================================================
--- (empty file)
+++ public_html/release-notes-0.20.shtml	Tue May 25 15:38:17 2010
@@ -0,0 +1,52 @@
+<?xml version="1.0"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+  <title>ABCL - Release notes v0.20</title>
+  <link rel="stylesheet" type="text/css" href="style.css"/>
+  <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
+</head>
+
+<body>
+ <div class="header">
+   <h1>ABCL - Release notes for version 0.20</h1>
+ </div>
+
+<!--#include virtual="left-menu" -->
+
+<div class="rn">
+
+<h2>Most notable changes in ABCL 0.20</h2>
+
+
+<p><a href="release-notes-0.19.shtml">Release notes for older releases</a>.</p>
+
+<dl>
+  <dt>Support for metaclasses</dt>
+  <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 relative 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>
+  <dt>Support for URLs as pathnames</dt>
+  <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>
+  <dt>ASDF2</dt>
+  <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>
+  <dt>Multithreading enhancements</dt>
+  <dd>Threads started through MAKE-THREAD now have a thread-termination restart available, and the THREADS:THREAD-JOIN primitive has been implemented.</dd>
+  <dt>Bug fixes and speed improvements</dt>
+  <dd>Several bugs have been fixed and many small speed improvements have been introduced.</dd>
+</dl>
+
+
+
+
+
+<div style="float:left;width:100%">
+ <hr />
+ <p>Back to <a href="http://common-lisp.net/">Common-lisp.net</a>.</p>
+
+ <div class="check">
+   <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a>
+ </div>
+<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>
+</div>
+</body>
+</html>




More information about the armedbear-cvs mailing list