source: public/content/release-notes-1.3.1.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: 3.2 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.1</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.3.1</h1>
17 </div>
18
19<!--#include virtual="left-menu" -->
20
21<div class="rn">
22
23<p>
24  abcl-1.3.1 is a maintenance release.
25</p>
26
27<pre>
28
29http://abcl.org/svn/tags/1.3.1/
3030-APR-2014
31
32## Fixed
33
34*  The underlying Java Function Interface (JFI) now converts CL:T and
35   CL:NIL to JAVA:+TRUE+ and JAVA:+FALSE+.  Users who wish to
36   reference a JAVA:+NULL+ should do so explicitly.
37   <http://abcl.org/trac/changeset/14694>
38
39*  Make JCALL work in more places.  Thanks to Olof-Joachim Frahm.
40   <http://abcl.org/trac/changeset/14683>
41
42*  Interpolate CL:SLEEP and THREADS:OBJECT-WAIT for timeouts below the
43   Planck timer ("1ns") to a nanosecond.
44   <http://abcl.org/trac/changeset/14679>
45
46*  Update to ASDF 3.1.0.103.
47   <http://abcl.org/trac/changeset/14661>
48
49   Fixes loading of Ironclad and other Quicklisp systems.
50
51*  Fix Uniform Naming Convention (aka "UNC" or "network") paths under Windows.
52   <http://abcl.org/trac/changeset/14659>
53
54   DIRECTORY now works again on UNC paths.
55
56   UNC paths may be either specified with either back slash (#\\) or
57   forward slash (#\/) doubled as the first character in a Pathname
58   namestring.
59
60   The patterns in
61
62        //<server>/<share>/[directories-and-files]
63
64   are parsed as
65
66    <server> is stored as HOST.
67
68    <share> is stored as DEVICE.
69
70    [directories-and-files] gets parsed as per the normal rules under
71    Windows.
72
73   Mixing namestrings with both backslash and slash characters can
74   lead to unpredictable results.  It is recommended not to use
75   backslash characters in namestrings if it can be avoided.  The
76   pathname printed representation is always normalized to using
77   forward slash delimiters.
78
79*  Find contrib based on system jar name.
80   <http://abcl.org/trac/changeset/14657>
81
82   From Olof-Joachim Frahm.
83
84
85## Tested
86
87### "Java_HotSpot(TM)_64-Bit_Server_VM-Oracle_Corporation-1.7.0_51-b13" "x86_64-Mac_OS_X-10.9.1"
88
89### "Java_HotSpot(TM)_64-Bit_Server_VM-Oracle_Corporation-1.8.0-b129" "x86_64-Mac_OS_X-10.9.2"
90
91
92</pre>
93
94<p>The distribution (perhaps) contains a more detailed documentation of <a href="http://abcl.org/svn/tags/1.3.1/CHANGES">CHANGES</a>.</p>
95 
96
97<p><a href="release-notes.shtml">Release notes for older releases of ABCL</a>.</p>
98
99</div>
100
101<div class="footer">
102 <p>ABCL is <a href="http://abcl.org/">Armed Bear Common Lisp</a>.</p>
103 <p>Hosted via <a href="http://common-lisp.net/">common-lisp.net</a>.</p>
104
105 <div class="check">
106   <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a>
107 </div>
108<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>
109</div>
110
111</body>
112</html>
Note: See TracBrowser for help on using the repository browser.