source: public_html/release-notes-1.4.0.shtml

Last change on this file was 15275, checked in by Mark Evenson, 4 years ago

site: clean up HTML

Start moving all presentation logic into CSS.

Declare documents as polyglot HTML5/XHTML
<https://dev.w3.org/html5/html-polyglot/html-polyglot.htm>.

Strip use SVN $Id$ expansion as this doesn't convey any useful
information to the actual reader of the page.

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