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

Last change on this file was 14896, checked in by Mark Evenson, 8 years ago

html: update information for abcl-1.4.0

File size: 2.3 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.4.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.4.0/abcl.rdf"/>
11
12</head>
13
14<body>
15 <div id="title" class="header">
16   <h1>Release Notes for ABCL 1.4.0</h1>
17 </div>
18
19<!--#include virtual="left-menu" -->
20
21<div class="rn">
22
23<pre>
24  Enhancements
25  ============
26
27  * Consolidated RUN-PROGRAM fixes (ferada, pipping)
28
29  In support of getting a more universal UIOP:RUN-PROGAM across all
30  contemporary Lisp implementations.
31
32  * Upstream consolidated patchset (ferada)
33
34  ** [r14857] Support `FILE-POSITION` on string streams.
35  ** [r14859] Add multiple disassembler selector.
36  ** [r14860] Add EXTERNAL-ONLY option to APROPOS.
37  ** [r14861] Fix nested classes from JARs not visible with JSS.
38
39  * [r14840-2] (Scott L. Burson) Introduced "time of time" semantics
40  for
41  {encode,decode}-universal time.
42
43  * EXTENSIONS:MAKE-TEMP-FILE now takes keyword arguments to
44  specify values of the prefix and suffix strings to the underlying
45  JVM implementation of java.io.File.createTempFile().
46
47  * [r14849] EXT:OS-{UNIX,WINDOWS}-P now provide a pre-ASDF runtime
48  check on hosting platform
49
50  Fixes
51  -----
52
53  * [r14863] RandomCharacterFile (vibhu)
54
55  * [r14839] (JSS) Ensure the interpolation of Java symbol names as
56  strings (alan ruttenberg)
57
58  * [r14889] Fix ANSI-TEST SXHASH.8 (dmiles)
59
60  Updates
61  ------
62
63  * [r14883] asdf-3.1.7.27
64
65  * [r14849] jna-4.2.2
66
67  Removed
68  -------
69
70  * [r14885] ASDF-INSTALL was removed
71</pre>
72
73<p>These changes may be viewed directly at <a href="http://abcl.org/svn/tags/1.4.0/CHANGES">CHANGES</a>.</p>
74 
75
76<p><a href="release-notes.shtml">Release notes for older releases of ABCL</a>.</p>
77
78</div>
79
80<div class="footer">
81 <p>ABCL is <a href="http://abcl.org/">Armed Bear Common Lisp</a>.</p>
82 <p>Hosted via <a href="http://common-lisp.net/">common-lisp.net</a>.</p>
83
84 <div class="check">
85   <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a>
86 </div>
87</div>
88
89</body>
90</html>
Note: See TracBrowser for help on using the repository browser.