|
Last change
on this file was
15275,
checked in by Mark Evenson, 6 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.
|
-
Property svn:eol-style set to
LF
-
Property svn:keywords set to
Id
|
|
File size:
1.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 0.22</title> |
|---|
| 5 | <link rel="stylesheet" type="text/css" href="style.css"/> |
|---|
| 6 | <meta charset="utf-8"/> |
|---|
| 7 | </head> |
|---|
| 8 | |
|---|
| 9 | <body> |
|---|
| 10 | <div class="header"> |
|---|
| 11 | <h1>Release notes for ABCL 0.22</h1> |
|---|
| 12 | </div> |
|---|
| 13 | |
|---|
| 14 | <!--#include virtual="left-menu" --> |
|---|
| 15 | |
|---|
| 16 | <div class="rn"> |
|---|
| 17 | |
|---|
| 18 | <dl> |
|---|
| 19 | <dt>Fix reading non-UTF8 characters on UTF-8 input streams.</dt> |
|---|
| 20 | <dd>Some non-conformant characters on UTF-8 input streams cause java's |
|---|
| 21 | CharsetDecoder to cause infinite loops. Detection and handling of those |
|---|
| 22 | situations has been added. |
|---|
| 23 | </dd> |
|---|
| 24 | <dt><a href="http://abcl.org/trac/armedbear/ticket/103">DOCUMENTATION |
|---|
| 25 | not autoloaded</a></dt> |
|---|
| 26 | <dd>The function DOCUMENTATION wasn't autoloaded on first use.</dd> |
|---|
| 27 | </dl> |
|---|
| 28 | |
|---|
| 29 | </div> |
|---|
| 30 | |
|---|
| 31 | <p><a href="release-notes.shtml">Release notes for older releases</a>.</p> |
|---|
| 32 | |
|---|
| 33 | <div class="footer"> |
|---|
| 34 | <hr /> |
|---|
| 35 | <p>Hosted as part of <a href="https://common-lisp.net/">common-lisp.net</a></p> |
|---|
| 36 | </div> |
|---|
| 37 | |
|---|
| 38 | |
|---|
| 39 | </body> |
|---|
| 40 | </html> |
|---|
Note: See
TracBrowser
for help on using the repository browser.