source: public_html/release-notes-1.7.1.shtml

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

html: fix HTML for 1.7.1 release notes

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