[cmucl-cvs] CMUCL commit: cmucl-www/cmucl-www/www (index.html)
Raymond Toy
rtoy at common-lisp.net
Tue Jul 5 17:05:54 UTC 2011
Date: Tuesday, July 5, 2011 @ 10:05:54
Author: rtoy
Path: /project/cmucl/cvsroot/cmucl-www/cmucl-www/www
Modified: index.html
Update with latest news
o Update for 2011-07 snapshot
o Clean up some phrasing
o Clean up some typos
o Don't emphasize old snaphots. Only emphasize the most recent one,
the patch, and the last release.
------------+
index.html | 40 ++++++++++++++++++++++++++++++++++------
1 file changed, 34 insertions(+), 6 deletions(-)
Index: cmucl-www/cmucl-www/www/index.html
diff -u cmucl-www/cmucl-www/www/index.html:1.24 cmucl-www/cmucl-www/www/index.html:1.25
--- cmucl-www/cmucl-www/www/index.html:1.24 Wed Jun 8 13:41:48 2011
+++ cmucl-www/cmucl-www/www/index.html Tue Jul 5 10:05:54 2011
@@ -68,7 +68,30 @@
Also see <a href="news/index.html">News</a> for older news.
<dl>
-<dt><strong>Snapshot 2011-06</strong>
+<dt><strong>Snapshot 2011-07</strong>
+
+<dd> The 2011-07 snapshot has been released. See the release notes for
+details, but here is a quick summary of the changes between the this
+snapshot and the previous snapshot.
+ <ul>
+ <li> Unicode database updated to Unicode 6.0.0.</li>
+ <li> ASDF2 updated to version 2.016.1</li>
+
+ <li> Add <code>LISP:LOAD-ALL-UNICODE-DATA</code> to load all the
+ unicode information into core. This is useful for creating an
+ executable image that does not need unidata.bin.</li>
+
+ <li> CMUCL no longer exits if you specify a core file with an
+ executable image. A warning is printed instead and the core file is
+ used.</li>
+
+ <li> <a href="http://trac.common-lisp.net/cmucl/ticket/43">Trac
+ #43</a> has been fixed in a better way. The previous fix was
+ incorrect and causes some Unicode tests to fail.</li>
+ </ul>
+</dd>
+
+<dt>Snapshot 2011-06
<dd> The 2011-06 snapshot has been released. See the release notes for
details, but here is a quick summary of the changes between the this
@@ -78,11 +101,16 @@
<li> Added command line option, <code>-unidata</code>, to allow user
to specify the location and name of the unidata.bin file. This is
used instead of the default location.
- <li> Opening a file whose name contains "[" with <code>:IF-EXISTS
- :NEW-VERSION</code> no longer causes an error.
+ <li> Opening a file with <code>:IF-EXISTS
+ :NEW-VERSION</code> no longer causes an error if the file name
+ contains "[".
</ul>
</dd>
+<dt>Snapshot 2011-05
+<dd> Due to the upgrade on common-lisp.net, no snapshot is available
+for this month.
+
<dt>Snapshot 2011-04
<dd> The 2011-04 snapshot has been released. See the release nots for
@@ -97,7 +125,7 @@
</dd>
<dt>Snapshot 2011-03
<dd>
- The 2011-02 snapshot has been released. See the release notes for
+ The 2011-03 snapshot has been released. See the release notes for
details, but here is a quick summary of the changes between the
this snapshot and the previous snapshot.
<ul>
@@ -115,7 +143,7 @@
longer read <code>#\latin_small_letter_a</code>. This is fixed
in this version.<li>
</ul>
-<dt><strong>Snapshot 2011-02</strong>
+<dt>Snapshot 2011-02
<dd>
The 2011-02 snapshot has been released. See the release notes for
details, but here is a quick summary of the changes between the
@@ -130,7 +158,7 @@
encapsulation. </li>
</ul>
</dd>
-<dt><strong>Snapshot 2011-01</strong>
+<dt>Snapshot 2011-01
<dd>
The 2011-01 snapshot has been released. See the release notes for
details, but here is a quick summary of the changes between the
More information about the cmucl-cvs
mailing list