source: public_html/release-notes-1.3.3.shtml

Last change on this file was 15275, checked in by Mark Evenson, 4 years ago

site: clean up HTML

Start moving all presentation logic into CSS.

Declare documents as polyglot HTML5/XHTML
<https://dev.w3.org/html5/html-polyglot/html-polyglot.htm>.

Strip use SVN $Id$ expansion as this doesn't convey any useful
information to the actual reader of the page.

  • Property svn:mime-type set to application/xml
File size: 2.4 KB
Line 
1<!DOCTYPE html>
2<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3<head>
4  <title>Release Notes for ABCL 1.3.3</title>
5  <link rel="stylesheet" type="text/css" href="style.css"/>
6  <link rel="rdf" type="application/rdf" href="https://abcl.org/svn/tags/1.3.2/abcl.rdf"/>
7  <meta charset="utf-8"/>
8</head>
9
10<body>
11 <div id="title" class="header">
12   <h1>Release Notes for ABCL 1.3.3 (with errata)</h1>
13 </div>
14
15<!--#include virtual="left-menu" -->
16
17<div class="rn">
18
19<p>
20  abcl-1.3.3 is a maintenance release.
21</p>
22
23<pre>
24Enhancements
25------------
26
27*  [r14802,r14813] Add character name for non-breaking space
28
29   Use a human readable name for character 160, #\No-break_space,
30   following sbcl, ccl and clisp. This permits the Quicklisp system
31   spinneret to load.  The #\No-break_space name is a valid
32   CHAR-NAME/NAME-CHAR pair, but is emitted as a glyph under the
33   current output encoding under the CL:FORMAT "~:c" directive as
34   these implementations do by default.
35
36   Thanks to Javier Olaechea.
37
38Fixes
39-----
40
41* [r14808] CL:FILE-WRITE-DATE fixed for logical pathnames
42
43* ANSI-TEST
44
45** Update references to new git repository at
46   <git+https://gitlab.common-lisp.net/ansi-test/ansi-test.git>
47
48** ABCL now runs the git master consolidated ANSI-TEST suite which
49   features subdirectories and distinquished value for
50   *DEFAULT-PATHNAME-DEFAULTS*.
51
52** ABCL.TEST.ANSI:CLEAN-TESTS now acts recursively via appropiate
53   Pathname wildcards to match new directory structure.
54
55* ASDF
56
57  Fix COMPILE-SYSTEM to offer full ANSI environment for ASDF and
58  ABCL-CONTRIB.
59
60* ABCL-ASDF
61
62** Use of Maven has been robustified.
63
64*** [r14803] Fix usage with all known versions through maven-3.3.3
65
66   Addresses <http://abcl.org/trac/ticket/390>.
67
68*** [r14806] Fix usage with specifying local Maven repository
69
70** More complete attempt at re-initialization via
71
72    (ABCL-ASDF:INIT :force t)
73
74* Errata
75
76Additions to the cryptographically signed release notes for 1.3.3
77
78** correct statement of #/No-break_space as emiting a glyph under
79format tilde c directive
80
81
82   
83
84
85</pre>
86
87<p>These changes may be viewed directly at <a href="http://abcl.org/svn/tags/1.3.2/CHANGES">CHANGES</a>.</p>
88 
89
90<p><a href="release-notes.shtml">Release notes for older releases of ABCL</a>.</p>
91
92</div>
93
94<div class="footer">
95  <hr />
96  <p>Hosted as part of <a href="https://common-lisp.net/">common-lisp.net</a></p>
97</div>
98
99</body>
100</html>
Note: See TracBrowser for help on using the repository browser.