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

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

html: change references from lisp.not.org to abcl.org and common-lisp.net as appropiate.

abcl.org names all permanent ABCL specific resources.

common-lisp.net replaces lisp.not.org as naming for non-ABCL specific
resources.

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