[armedbear-cvs] r12266 - public_html
Erik Huelsmann
ehuelsmann at common-lisp.net
Sat Nov 7 14:34:42 UTC 2009
Author: ehuelsmann
Date: Sat Nov 7 09:34:38 2009
New Revision: 12266
Log:
Publish 0.17.0 release on the website.
Added:
public_html/release-notes-0.17.shtml
Modified:
public_html/index.shtml
public_html/left-menu
Modified: public_html/index.shtml
==============================================================================
--- public_html/index.shtml (original)
+++ public_html/index.shtml Sat Nov 7 09:34:38 2009
@@ -32,9 +32,9 @@
using <b>Java to Lisp integration</b> APIs.
</td></tr>
<tr><th style="border:1px black solid" colspan="2"><a
-href="releases/abcl-src-0.16.1.tar.gz" style="color:black;font-weight:normal">
-Download 0.16.1</a> <a
-href="releases/abcl-src-0.16.1.zip"
+href="releases/abcl-src-0.17.0.tar.gz" style="color:black;font-weight:normal">
+Download 0.17.0</a> <a
+href="releases/abcl-src-0.17.0.zip"
style="font-size:75%;color:black;font-weight:normal">(zip)</a></th></tr>
<tr>
<td class="summary-header">Users
Modified: public_html/left-menu
==============================================================================
--- public_html/left-menu (original)
+++ public_html/left-menu Sat Nov 7 09:34:38 2009
@@ -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.16.shtml">Release notes</a><br />
+<a href="./release-notes-0.17.shtml">Release notes</a><br />
<a href="./commercial-support.shtml">Paid support</a>
</b>
<br />
Added: public_html/release-notes-0.17.shtml
==============================================================================
--- (empty file)
+++ public_html/release-notes-0.17.shtml Sat Nov 7 09:34:38 2009
@@ -0,0 +1,68 @@
+<?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.17</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.17</h1>
+ </div>
+
+<!--#include virtual="left-menu" -->
+
+<div class="rn">
+
+<h2>Most notable changes in ABCL 0.17</h2>
+
+
+<p><a href="release-notes-0.16.shtml">Release notes for older releases</a>.</p>
+
+
+
+<dl>
+ <dt>ConditionThrowable changes to API</dt>
+ <dd>ConditionThrowable has been renamed to ControlTransfer and no
+ longer has Throwable as its parent class using RuntimeException instead.
+ In addition have all the "throws ConditionThrowable" method
+ annotations been removed: API users generally should not be bothered
+ with an implementation 'detail'.</dd>
+ <dt>Increased FASL version number</dt>
+ <dd>Pre-0.17 FASLS identify themselves with versions up to 32;
+ 0.17 uses 33.</dd>
+ <dt>Google App Engine example code</dt>
+ <dd>This release contains a "Hello world" example program.</dd>
+ <dt>CLOS improvements</dt>
+ <dd>MAKE-INSTANCE initargs checking improments,
+ discriminating methods and slot accessor performance</dd>
+ <dt>Java property for auto-loading verbosity</dt>
+ <dd>Add "-Dabcl.autoload.verbose=Y" when starting ABCL
+ to make the autoloader process more verbose.</dd>
+ <dt>Fixed unexpected thread termination</dt>
+ <dd>The running thread no longer gets terminated when a GO or
+ RETURN-FROM form gets evaluated outside its lexical scope.</dd>
+ <dt>Loading FASLs from JARs</dt>
+ <dd>When the application has file-system access, it can load
+ FASL files from a JAR it's stored in (enhancement of deployment
+ options).</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: release-notes-0.16.shtml 12246 2009-11-04 22:00:47Z ehuelsmann $</div>
+</div>
+</body>
+</html>
More information about the armedbear-cvs
mailing list