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