source: public_html/release-notes-0.26.shtml @ 14319

Last change on this file since 14319 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.1 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.26</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.26</h1>
14 </div>
15
16<!--#include virtual="left-menu" -->
17
18<div class="rn">
19
20<h2>Most notable changes in ABCL 0.26</h2>
21
22
23<p><a href="release-notes-0.25.shtml">Release notes for older releases</a>.</p>
24
25<dl>
26  <dt>Support for weak references and hash tables
27  </dt>
28  <dd>In order to provide support for TRIVIAL-GARBAGE, we've implemented
29    support for weak lisp references and weak hash tables.
30  </dd>
31  <dt>Support for custom slot definition
32  </dt>
33  <dd>AMOP defines an interface to allow custom slot definitions. Support
34    for this interface has been added.
35  </dd>
36  <dt>Support for creating and loading ASDF systems into/from JARs
37  </dt>
38  <dd>The ASDF-JAR:PACKAGE function supports packaging of ASDF systems into
39    JARs while a simple REQUIRE will load it from there - once the directory
40    holding the jar has been added to ASDFs search path.
41  </dd>
42  <dt>Maven integration for ASDF
43  </dt>
44  <dd>ABCL implements a custom ASDF extension which allows loading Java
45    libraries from Maven repositories for better integration with the Java
46    world.
47  </dd>
48  <dd>Reduced number of ANSI test failures
49  </dd>
50  <dt>On my machine, ABCL now fails only 16 ANSI tests in interpreted mode,
51    while failing as few as 19 in compiled mode. That's a reduction of 10
52    since 0.25.
53  </dt>
54</dl>
55</div>
56
57
58
59<div style="float:left;width:100%">
60 <hr />
61 <p>Back to <a href="http://common-lisp.net/">Common-lisp.net</a>.</p>
62
63 <div class="check">
64   <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a>
65 </div>
66<div style="float:right;font-size:10px;font-family:monospace">$Id: release-notes-0.26.shtml 13741 2012-01-10 14:04:24Z mevenson $</div>
67</div>
68</body>
69</html>
Note: See TracBrowser for help on using the repository browser.