source: public_html/release-notes-1.7.1.shtml @ 15373

Last change on this file since 15373 was 15373, checked in by Mark Evenson, 3 years ago

html: add release notes for 1.7.1

File size: 1.2 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.7.1</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.7.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.7.1</h1>
13    </div>
14
15    <!--#include virtual="left-menu" -->
16
17      <div class="rn-fixes">
18        <h2>Fixes</h2>
19        <ul>
20          <li>
21            [r15337] Fix ELT on vectors specialized on (unsigned-byte 32)
22          </li>
23
24          <li>
25            [r15327] Restore svref optimizations for SIMPLE-VECTOR sorts
26          </li>
27
28          <li>
29            [r15326] Fix sorting vectors of length 0
30          </li>
31        </ul>
32
33      </div>
34
35
36    <p>
37      These changes may be viewed directly at
38      <a href="http://abcl.org/svn/tags/1.7.1/CHANGES">CHANGES</a>.
39    </p>
40     
41
42      <p><a href="release-notes.shtml">Release notes for older releases of ABCL</a>.</p>
43
44    </div>
45
46    <div class="footer">
47      <hr />
48      <p>Hosted as part of <a href="https://common-lisp.net/">common-lisp.net</a></p>
49    </div>
50
51  </body>
52</html>
Note: See TracBrowser for help on using the repository browser.