[armedbear-cvs] r13176 - in public_html: . releases/0.24.0
Erik Huelsmann
ehuelsmann at common-lisp.net
Sat Jan 22 17:44:51 UTC 2011
Author: ehuelsmann
Date: Sat Jan 22 12:44:44 2011
New Revision: 13176
Log:
Publish 0.24.0.
Added:
public_html/release-notes-0.24.shtml (contents, props changed)
public_html/releases/0.24.0/
public_html/releases/0.24.0/abcl-bin-0.24.0.tar.gz (contents, props changed)
public_html/releases/0.24.0/abcl-bin-0.24.0.tar.gz.asc
public_html/releases/0.24.0/abcl-bin-0.24.0.zip (contents, props changed)
public_html/releases/0.24.0/abcl-bin-0.24.0.zip.asc
public_html/releases/0.24.0/abcl-src-0.24.0.tar.gz (contents, props changed)
public_html/releases/0.24.0/abcl-src-0.24.0.tar.gz.asc
public_html/releases/0.24.0/abcl-src-0.24.0.zip (contents, props changed)
public_html/releases/0.24.0/abcl-src-0.24.0.zip.asc
Modified:
public_html/index.shtml
public_html/left-menu
Modified: public_html/index.shtml
==============================================================================
--- public_html/index.shtml (original)
+++ public_html/index.shtml Sat Jan 22 12:44:44 2011
@@ -61,24 +61,24 @@
<tr>
<td style="font-weight: bold">Binary</td>
<td>
- <a href="releases/0.23.1/abcl-bin-0.23.1.tar.gz">abcl-bin-0.23.1.tar.gz</a>
- <a href="releases/0.23.1/abcl-bin-0.23.1.tar.gz.asc" class="asc">(pgp)</a>
+ <a href="releases/0.24.0/abcl-bin-0.24.0.tar.gz">abcl-bin-0.24.0.tar.gz</a>
+ <a href="releases/0.24.0/abcl-bin-0.24.0.tar.gz.asc" class="asc">(pgp)</a>
</td>
<td>
- <a href="releases/0.23.1/abcl-bin-0.23.1.zip">abcl-bin-0.23.1.zip</a>
- <a href="releases/0.23.1/abcl-bin-0.23.1.zip.asc" class="asc">(pgp)</a>
+ <a href="releases/0.24.0/abcl-bin-0.24.0.zip">abcl-bin-0.24.0.zip</a>
+ <a href="releases/0.24.0/abcl-bin-0.24.0.zip.asc" class="asc">(pgp)</a>
</td>
</tr>
<tr>
<td style="font-weight: bold">Source</td>
<td>
- <a href="releases/0.23.1/abcl-src-0.23.1.tar.gz">abcl-src-0.23.1.tar.gz</a>
- <a href="releases/0.23.1/abcl-src-0.23.1.tar.gz.asc" class="asc">(pgp)</a>
+ <a href="releases/0.24.0/abcl-src-0.24.0.tar.gz">abcl-src-0.24.0.tar.gz</a>
+ <a href="releases/0.24.0/abcl-src-0.24.0.tar.gz.asc" class="asc">(pgp)</a>
</td>
<td>
- <a href="releases/0.23.1/abcl-src-0.23.1.zip">abcl-src-0.23.1.zip</a>
- <a href="releases/0.23.1/abcl-src-0.23.1.zip.asc" class="asc">(pgp)</a>
+ <a href="releases/0.24.0/abcl-src-0.24.0.zip">abcl-src-0.24.0.zip</a>
+ <a href="releases/0.24.0/abcl-src-0.24.0.zip.asc" class="asc">(pgp)</a>
</td>
</tr>
Modified: public_html/left-menu
==============================================================================
--- public_html/left-menu (original)
+++ public_html/left-menu Sat Jan 22 12:44:44 2011
@@ -1,7 +1,7 @@
<div style="margin-top:3cm;margin-right:1cm;float:left;width:20ex;background-color:#fea;font-family:sans-serif;font-size:12px;padding:10px 5px 10px 5px">
<b><a href="./">Project page</a><br />
<a href="./testimonials.shtml">Testimonials</a><br />
-<a href="./release-notes-0.23.shtml">Release notes</a><br />
+<a href="./release-notes-0.24.shtml">Release notes</a><br />
<a href="./commercial-support.shtml">Paid support</a>
</b>
<br />
Added: public_html/release-notes-0.24.shtml
==============================================================================
--- (empty file)
+++ public_html/release-notes-0.24.shtml Sat Jan 22 12:44:44 2011
@@ -0,0 +1,72 @@
+<?xml version="1.0"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+ <title>ABCL - Release notes v0.24</title>
+ <link rel="stylesheet" type="text/css" href="style.css"/>
+ <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
+</head>
+
+<body>
+ <div class="header">
+ <h1>ABCL - Release notes for version 0.24</h1>
+ </div>
+
+<!--#include virtual="left-menu" -->
+
+<div class="rn">
+
+<h2>Most notable changes in ABCL 0.24</h2>
+
+
+<p><a href="release-notes-0.23.shtml">Release notes for older releases</a>.</p>
+
+<dl>
+ <dt>Fixed an issue causing FASLs to be able to contain only a limited
+ number of functions.
+ </dt>
+ <dd>As part of an attempt to increase ABCL's boot performance,
+ the ability for a FASL to contain an arbitrary number of functions was
+ broken. The old behaviour is now restored. There was no notable difference
+ in startup times.
+ </dd>
+ <dt>Improved support for embedding: ABCL no longer
+ contains calls to System.exit().
+ </dt>
+ <dd>Instead of calling System.exit(), ABCL now throws one of two Errors.
+ When the EXT:EXIT or EXT:QUIT functions are called, it throws
+ org.armedbear.lisp.ProcessingTerminated. If an unrecoverable integrity
+ error is encountered, it throws an org.armedbear.lisp.IntegrityError
+ </dd>
+ <dt>Updated ASDF2</dt>
+ <dd>ASDF2 has been updated to its latest version 2.012</dd>
+ <dt>Experimental support for the long form of DEFINE-METHOD-COMBINATION</dt>
+ <dd>Support for the long form of DEFINE-METHOD-COMBINATION has been added,
+ however, this support is derived from Sacla and XCL, which probably means
+ that the code hasn't been excercised all that much and does contain
+ bugs. You're strongly urged to help debug and define test-cases in order
+ to fix any issues in the code.</dd>
+ <dt>Extended class file writer: now with support for writing interfaces
+ </dt>
+ <dd>The new class file writer from the last release was specifically
+ targetted at generating class-defining class files. It has now been
+ extended to allow generating interface files.
+ </dd>
+
+</dl>
+
+
+
+
+<div style="float:left;width:100%">
+ <hr />
+ <p>Back to <a href="http://common-lisp.net/">Common-lisp.net</a>.</p>
+
+ <div class="check">
+ <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a>
+ </div>
+<div style="float:right;font-size:10px;font-family:monospace">$Id$</div>
+</div>
+</body>
+</html>
Added: public_html/releases/0.24.0/abcl-bin-0.24.0.tar.gz
==============================================================================
Binary file. No diff available.
Added: public_html/releases/0.24.0/abcl-bin-0.24.0.tar.gz.asc
==============================================================================
--- (empty file)
+++ public_html/releases/0.24.0/abcl-bin-0.24.0.tar.gz.asc Sat Jan 22 12:44:44 2011
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.9 (GNU/Linux)
+
+iEYEABECAAYFAk06yGAACgkQi5O0Epaz9TmFTgCfVzf46EAeY8JabtusPHAHf1ly
+lAMAnjyx3LDw5Yu3C3tdp5XGFCCxBpUf
+=ZbPM
+-----END PGP SIGNATURE-----
Added: public_html/releases/0.24.0/abcl-bin-0.24.0.zip
==============================================================================
Binary file. No diff available.
Added: public_html/releases/0.24.0/abcl-bin-0.24.0.zip.asc
==============================================================================
--- (empty file)
+++ public_html/releases/0.24.0/abcl-bin-0.24.0.zip.asc Sat Jan 22 12:44:44 2011
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.9 (GNU/Linux)
+
+iEYEABECAAYFAk06yFYACgkQi5O0Epaz9TkafgCfe2WZyFGumpdEMhYQeFp9AnTw
+HmUAn1tiIoukDyKZZHuL1NiMraUu4rzt
+=1ZbX
+-----END PGP SIGNATURE-----
Added: public_html/releases/0.24.0/abcl-src-0.24.0.tar.gz
==============================================================================
Binary file. No diff available.
Added: public_html/releases/0.24.0/abcl-src-0.24.0.tar.gz.asc
==============================================================================
--- (empty file)
+++ public_html/releases/0.24.0/abcl-src-0.24.0.tar.gz.asc Sat Jan 22 12:44:44 2011
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.9 (GNU/Linux)
+
+iEYEABECAAYFAk06yE0ACgkQi5O0Epaz9TmfkwCeLmWHRhEANu6YLPChoXOht817
+TGoAnigtr4LQ0Mf+KCR56NVH7+bxvVBY
+=te+p
+-----END PGP SIGNATURE-----
Added: public_html/releases/0.24.0/abcl-src-0.24.0.zip
==============================================================================
Binary file. No diff available.
Added: public_html/releases/0.24.0/abcl-src-0.24.0.zip.asc
==============================================================================
--- (empty file)
+++ public_html/releases/0.24.0/abcl-src-0.24.0.zip.asc Sat Jan 22 12:44:44 2011
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.9 (GNU/Linux)
+
+iEYEABECAAYFAk06yEYACgkQi5O0Epaz9TmVNgCcDEO/JL8gQMuJO12hPYpuwWhB
+AmoAniJ0KAldHA5sA0SWVUE01vhFTV2a
+=Z2no
+-----END PGP SIGNATURE-----
More information about the armedbear-cvs
mailing list