[armedbear-cvs] r14323 - public_html

mevenson at common-lisp.net mevenson at common-lisp.net
Sun Dec 9 10:08:48 UTC 2012


Author: mevenson
Date: Sun Dec  9 02:08:26 2012
New Revision: 14323

Log:
1.1.0:  Start publishing release notes.

TODO: complete when December 2012 Quicklisp is released.

Added:
   public_html/release-notes-1.1.0.shtml
Modified:
   public_html/left-menu

Modified: public_html/left-menu
==============================================================================
--- public_html/left-menu	Sun Dec  9 00:50:50 2012	(r14322)
+++ public_html/left-menu	Sun Dec  9 02:08:26 2012	(r14323)
@@ -10,7 +10,7 @@
       <a href="./testimonials.shtml">Testimonials</a>
     </li>
     <li>
-      <a href="./release-notes-1.0.1.shtml">Release notes</a>
+      <a href="./release-notes-1.1.0.shtml">Release notes</a>
     </li>
     <li>
       <a href="./commercial-support.shtml">Paid support</a>

Added: public_html/release-notes-1.1.0.shtml
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ public_html/release-notes-1.1.0.shtml	Sun Dec  9 02:08:26 2012	(r14323)
@@ -0,0 +1,67 @@
+<?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 v1.1.0</title>
+  <link rel="stylesheet" type="text/css" href="style.css"/>
+  <meta http-equiv="Content-Type" content="text/html;
+                                           charset=ISO-8859-1"/>
+  <link rel="rdf" type="application/rdf" href="http://svn.common-lisp.net/armedbear/tags/1.1.0/abcl/abcl.rdf"/>
+
+</head>
+
+<body>
+ <div class="header">
+   <h1>ABCL - Release notes for version v1.1.0</h1>
+ </div>
+
+<!--#include virtual="left-menu" -->
+
+<div class="rn">
+
+<h2>Most notable changes in ABCL 1.1.0</h2>
+
+<p>
+  abcl-1.1.0 is a major release.
+</p>
+
+<dl>
+  <dt>(A)MOP</dt>
+
+  <dd>The implementation now contains (A)MOP.</dd>
+
+  <dt>ASDF</dt>
+
+  <dd>The ASDF included with the implementation has been updated to 2.26.6.</dd>
+
+  <dt>User Manual</dt>
+  <dd>The <a
+  href="http://code.google.com/p/abcl-dynamic-install/downloads/detail?name=abcl-20121207a.pdf">User
+  manual</a>a now contains more polished formating from docstring
+  groveling, an index of symbols, and additional enhancements.
+  </dd>
+
+<!-- TODO: complete when December 2012 Quicklisp is released. -->
+
+</dl>
+
+<p>The distribution contains a more detailed documentation of <a href="http://svn.common-lisp.net/armedbear/tags/1.1.0/abcl/CHANGES">CHANGES</a>.</p>
+  
+
+<p><a href="release-notes.shtml">Release notes for older releases of ABCL</a>.</p>
+
+</div>
+
+<div style="float:left;width:100%">
+ <hr />
+ <p>ABCL is <a href="http://common-lisp.net/project/armedbear">Armed Bear Common Lisp</a>.</p>
+ <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-1.1.0.shtml 13748 2012-01-10 18:58:49Z mevenson $</div>
+</div>
+</body>
+</html>




More information about the armedbear-cvs mailing list