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 1.0.1</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 1.0.1</h1> |
---|
14 | </div> |
---|
15 | |
---|
16 | <!--#include virtual="left-menu" --> |
---|
17 | |
---|
18 | <div class="rn"> |
---|
19 | |
---|
20 | <p> |
---|
21 | abcl-1.0.1 is a maintenance release. |
---|
22 | </p> |
---|
23 | |
---|
24 | <dl> |
---|
25 | <dt>ASDF</dt> |
---|
26 | |
---|
27 | <dd>The ASDF included with the implementation has been updated to 2.019.</dd> |
---|
28 | |
---|
29 | <dt>User Manual</dt> |
---|
30 | <dd>The <a |
---|
31 | href="http://code.google.com/p/abcl-dynamic-install/downloads/detail?name=abcl-20120110a.pdf">User |
---|
32 | manual</a>a now contains more polished formating from docstring |
---|
33 | groveling, an index of symbols, and additional enhancements. |
---|
34 | </dd> |
---|
35 | |
---|
36 | <dt>ABCL-CONTRIB<a href="http://abcl.org/trac/ticket/181">[#181]</a></dt> |
---|
37 | |
---|
38 | <dd>The implementation now correctly loads ASDF definitions |
---|
39 | from jar archives. This had prevented the ABCL-CONTRIB loading |
---|
40 | mechanism from working.</dd> |
---|
41 | </dl> |
---|
42 | |
---|
43 | <p>The distribution contains a more detailed documentation of <a href="http://abcl.org/svn/tags/1.0.1/abcl/CHANGES">CHANGES</a>.</p> |
---|
44 | |
---|
45 | |
---|
46 | <p><a href="release-notes.shtml">Release notes for older releases of ABCL</a>.</p> |
---|
47 | |
---|
48 | </div> |
---|
49 | |
---|
50 | <div class="footer"> |
---|
51 | <p>ABCL is <a href="http://abcl.org/">Armed Bear Common Lisp</a>.</p> |
---|
52 | <p>Hosted via <a href="http://common-lisp.net/">common-lisp.net</a>.</p> |
---|
53 | |
---|
54 | <div class="check"> |
---|
55 | <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a> |
---|
56 | </div> |
---|
57 | <div style="float:right;font-size:10px;font-family:monospace">$Id: release-notes-1.0.1.shtml 14741 2015-01-05 16:44:38Z mevenson $</div> |
---|
58 | </div> |
---|
59 | |
---|
60 | </body> |
---|
61 | </html> |
---|