source: public_html/release-notes-1.0.1.shtml @ 13746

Last change on this file since 13746 was 13746, checked in by Mark Evenson, 11 years ago

Set Id keywords

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