source: public/content/release-notes-0.22.shtml

Last change on this file was 14741, checked in by Mark Evenson, 9 years ago

html: change references from lisp.not.org to abcl.org and common-lisp.net as appropiate.

abcl.org names all permanent ABCL specific resources.

common-lisp.net replaces lisp.not.org as naming for non-ABCL specific
resources.

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Id
File size: 1.4 KB
Line 
1<?xml version="1.0"?>
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5<head>
6  <title>Release Notes for ABCL 0.22</title>
7  <link rel="stylesheet" type="text/css" href="style.css"/>
8  <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
9</head>
10
11<body>
12 <div class="header">
13   <h1>Release notes for ABCL 0.22</h1>
14 </div>
15
16<!--#include virtual="left-menu" -->
17
18<div class="rn">
19
20<dl>
21  <dt>Fix reading non-UTF8 characters on UTF-8 input streams.</dt>
22  <dd>Some non-conformant characters on UTF-8 input streams cause java's
23    CharsetDecoder to cause infinite loops. Detection and handling of those
24    situations has been added.
25  </dd>
26  <dt><a href="http://abcl.org/trac/armedbear/ticket/103">DOCUMENTATION
27      not autoloaded</a></dt>
28  <dd>The function DOCUMENTATION wasn't autoloaded on first use.</dd>
29</dl>
30
31</div>
32
33<p><a href="release-notes.shtml">Release notes for older releases</a>.</p>
34
35<div class="footer">
36  <p>ABCL is <a href="http://abcl.org/">Armed Bear Common Lisp</a>.</p>
37  <p>Hosted via <a href="http://common-lisp.net/">common-lisp.net</a>.</p>
38
39 <div class="check">
40   <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a>
41 </div>
42<div style="float:right;font-size:10px;font-family:monospace">$Id: release-notes-0.22.shtml 14741 2015-01-05 16:44:38Z mevenson $</div>
43</div>
44
45</body>
46</html>
Note: See TracBrowser for help on using the repository browser.