source: public_html/release-notes-1.3.2.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.2 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.2</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.2</h1>
13 </div>
14
15<!--#include virtual="left-menu" -->
16
17<div class="rn">
18
19<p>
20  abcl-1.3.2 is a maintenance release.
21</p>
22
23<pre>
24
25  http://abcl.org/svn/tags/1.3.2/
2619-APR-2015
27
28Enhancements
29------------
30
31* Make result of DEFINE-MODIFY-MACRO available at compilation time
32  [r14727]
33
34
35Fixes
36-----
37* Fix failed AVER [#289] [r14763]
38
39* Fix incorrect dead code elimination
40
41  Additionally, don't recurse into flet/labels upon elimination of a
42  single labels function; simply continue by changing the applicable
43  set.  Reported by Vibhu Mohindra. [r14754][r14756]
44
45* Numeric tower repairs on promoting floats across representation
46  boundaries [r14749-50] (Massimiliano Ghilardi).
47
48* Return SIMPLE-ERROR for invalid external-format arguments.[r14735]
49
50* Lisp stack frame representation now formatted as unreadable. [r14738-9]
51
52Contrib
53-------
54
55* JSS
56
57** Fix GET-JAVA-FIELD and SET-JAVA-FIELD [r14718]
58
59** no longer error on NO-SUCH-JAVA-FIELD, by setting fields as
60   accessible where necessary [r14715] [r14725]
61
62* ABCL-ASDF
63
64** Update to current Maven support (keep up with changing APIs through
65   the Maven 3.2.3-3.2.5 hysteresis) [r14742-7] (Cyrus Hamon).
66
67** Special-case JNA artifacts with alternate network location [r14733]
68
69** Further work on ABCL-ASDF:RESOLVE [r14732] (Cyrus Hamon)
70
71** Find Maven under FreeBSD ports [r14723], under OS X Homebrew [r14776]
72
73
74* ABCL-JAR
75
76** Fix ASDF-JAR:PACKAGE [#376] [r14717][r14720][r14736] (Eduardo Bellani)
77
78*  ASDF
79
80** Updated to version 3.1.4.
81</pre>
82
83
84</pre>
85
86<p>These changes may be viewed directly at <a href="http://abcl.org/svn/tags/1.3.2/CHANGES">CHANGES</a>.</p>
87 
88
89<p><a href="release-notes.shtml">Release notes for older releases of ABCL</a>.</p>
90
91</div>
92
93<div class="footer">
94  <hr />
95  <p>Hosted as part of <a href="https://common-lisp.net/">common-lisp.net</a></p>
96</div>
97
98</body>
99</html>
Note: See TracBrowser for help on using the repository browser.