| 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.2.0</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.2.0/abcl/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.2.0</h1> |
|---|
| 13 | </div> |
|---|
| 14 | |
|---|
| 15 | <!--#include virtual="left-menu" --> |
|---|
| 16 | |
|---|
| 17 | <div class="rn"> |
|---|
| 18 | |
|---|
| 19 | <p> |
|---|
| 20 | abcl-1.2.0 is a feature release |
|---|
| 21 | </p> |
|---|
| 22 | |
|---|
| 23 | <pre> |
|---|
| 24 | http//abcl.org/svn/tags/1.2.0/abcl/CHANGES |
|---|
| 25 | released at ECLM 2013 Madrid, ES // 01 June 2013 |
|---|
| 26 | |
|---|
| 27 | * Package local nicknames to behave like SBCL |
|---|
| 28 | |
|---|
| 29 | * ASDF 3.0.1 is now shipped with the implementation |
|---|
| 30 | |
|---|
| 31 | * a more robust MOP implementation |
|---|
| 32 | |
|---|
| 33 | * Common cases of creating purely synthetic JAVA:JNEW-RUNTIME-CLASS |
|---|
| 34 | now (mostly) work. Please report corner cases for fixing. |
|---|
| 35 | |
|---|
| 36 | * the system autoloader has been extended to cover functions bound to |
|---|
| 37 | symbol properties |
|---|
| 38 | |
|---|
| 39 | Issues Resolved |
|---|
| 40 | --------------- |
|---|
| 41 | |
|---|
| 42 | [#200] ABCL compiler fails to produce loadable fasl for XPATH |
|---|
| 43 | [#321] ASDF 3.01 |
|---|
| 44 | [#256] Compilation failure in com.informatimago |
|---|
| 45 | [#274] compiling "com.informatimago.common-lisp.cesarum") hangs [> 10 minutes] |
|---|
| 46 | [#153] |
|---|
| 47 | [#32] Modify the currently disabled runtime-class.lisp code to not require ASM |
|---|
| 48 | [#152] ql:closer-mop doesn't work |
|---|
| 49 | [#203] Failure as build host for SBCL |
|---|
| 50 | [#300] Gray streams aren't streams |
|---|
| 51 | [#302] Symbols fail to autoload |
|---|
| 52 | [#303] CL:LOAD ignores :EXTERNAL-FORMAT argument |
|---|
| 53 | [#304] Stack abstraction inconsistency between Java and Lisp frames |
|---|
| 54 | [#308] Compiled FLET exhausts the stack |
|---|
| 55 | [#309] Printer should obey package-local nicknames |
|---|
| 56 | [#310] Invocation of tests from from build.xml broken |
|---|
| 57 | [#311] UIOP fails to upgrade |
|---|
| 58 | [#312] BORDEAUX-THREADS-TEST::CONDITION-VARIABLE hangs |
|---|
| 59 | [#282] Spurious macros redefinition warnings |
|---|
| 60 | </pre> |
|---|
| 61 | |
|---|
| 62 | <p>The distribution contains a more detailed documentation of <a href="http://abcl.org/svn/tags/1.2.0/abcl/CHANGES">CHANGES</a>.</p> |
|---|
| 63 | |
|---|
| 64 | |
|---|
| 65 | <p><a href="release-notes.shtml">Release notes for older releases of ABCL</a>.</p> |
|---|
| 66 | |
|---|
| 67 | </div> |
|---|
| 68 | |
|---|
| 69 | <div class="footer"> |
|---|
| 70 | <hr /> |
|---|
| 71 | <p>Hosted as part of <a href="https://common-lisp.net/">common-lisp.net</a></p> |
|---|
| 72 | </div> |
|---|
| 73 | |
|---|
| 74 | </body> |
|---|
| 75 | </html> |
|---|