source: public/content/release-notes-1.3.3.shtml

Last change on this file was 14837, checked in by Mark Evenson, 9 years ago

1.3.3 release errata (1st update)

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