source: public_html/release-notes-1.9.2.shtml

Last change on this file was 15721, checked in by Mark Evenson, 10 months ago

abcl.org: further tweaks

File size: 2.6 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.9.2</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.9.2/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.9.2</h1>
13    </div>
14
15    <!--#include virtual="left-menu" -->
16
17    <div class="rn">
18      <h2>Platform</h2>
19      <div class="rn-fixes">
20        <p>
21          abcl-1.9.2 has been best tested on the openjdk8, openjdk11,
22        and openjdk17 runtimes.  It will run upon other platforms but
23        these are the best supported.
24        </p>
25
26    <div class="rn">
27      <h2>Changes</h2>
28      <div class="rn-fixes">
29        <pre>
30* [r15712] JNA contrib has been updated to jna-5.13.0
31
32* [r15711] (Alan Ruttenberg) Restore most of the speed of the generic
33  function cache that was degraded with abcl-1.9.1
34
35* [r15709] (Alejandrozf) The ABCL-STEPPER contrib provides a
36  interpreted implementation of CL:STEP.
37
38* [r15692][r15701]-[r15707] Substantially re-worked the Gray Stream
39  implementation to fix many of its outstanding issues.
40
41* [r15700] Introduced the POSIX-SYSCALLS contrib which allows one to
42  set environment variables in the hosting JVM process.
43
44* [r15698] (Uthar) Fix GRAY-STREAMS:STREAM-ELEMENT-TYPE for binary
45  streams.
46
47* [r15689] (jpellegrini) Fix CL:LOG for behavior at zero.
48
49* [r15686] Extensive grouting of accumulated bitrot in the ASDF-JAR
50  contrib to enable more complete packaging of non-compilation
51  artifacts as well as systems residing in jar files.
52
53* [r15683] EXTENSION:REGISTER-ASDF adds a directory to ASDF by using
54  the configuration API.
55
56* [r15682] SYSTEM:ZIP now works with source in jar files.
57
58* [r15674] (Uthar) Augment JAVA:JNEW-RUNTIME-CLASS docstring.
59
60* [r15673] The outdated GNU Info version of User Manual has been
61  removed.  The GNU Info conversion was done by hand, and is neither
62  easily reproducible nor particually accurate at this point.
63
64* [r15672] Fix build under podman by qualify remote registry for
65  containerization base.
66</pre>         
67      </div>
68    </div>
69
70
71    <p>
72      These changes may be viewed directly at
73      <a href="http://abcl.org/svn/tags/1.9.2/CHANGES">CHANGES</a>.
74    </p>
75   
76
77    <p><a href="release-notes.shtml">Release notes for older releases of ABCL</a>.</p>
78
79</div>
80
81<div class="footer">
82  <hr />
83  <p>Hosted as part of <a href="https://common-lisp.net/">common-lisp.net</a></p>
84</div>
85
86</body>
87</html>
Note: See TracBrowser for help on using the repository browser.