[cmucl-cvs] CMUCL commit: cmucl-www/cmucl-www/www (index.html)
Raymond Toy
rtoy at common-lisp.net
Thu Feb 3 16:11:16 UTC 2011
Date: Thursday, February 3, 2011 @ 11:11:15
Author: rtoy
Path: /project/cmucl/cvsroot/cmucl-www/cmucl-www/www
Modified: index.html
Add news for the 2011-02 snapshot.
------------+
index.html | 15 +++++++++++++++
1 file changed, 15 insertions(+)
Index: cmucl-www/cmucl-www/www/index.html
diff -u cmucl-www/cmucl-www/www/index.html:1.20 cmucl-www/cmucl-www/www/index.html:1.21
--- cmucl-www/cmucl-www/www/index.html:1.20 Tue Jan 11 19:47:39 2011
+++ cmucl-www/cmucl-www/www/index.html Thu Feb 3 11:11:15 2011
@@ -68,6 +68,21 @@
Also see <a href="news/index.html">News</a> for older news.
<dl>
+<dt><strong>Snapshot 2011-02</strong>
+<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
+ this snapshot and the previous snapshot.
+ <ul>
+ <li> <code>EXT::DESCRIBE-EXTERNAL-FORMAT</code> was not exported.</li>
+
+ <li> <code>TRACE</code> was erroneously allowing encapsulation when
+ tracing local flet/labels functions. This doesn't actually trace
+ anything. An error is now signaled in this case. If you are sure,
+ you can specify <code>:ENCAPSULATE NIL</code> to disable
+ encapsulation.
+ </ul>
+</dd>
<dt><strong>Snapshot 2011-01</strong>
<dd>
The 2011-01 snapshot has been released. See the release notes for
More information about the cmucl-cvs
mailing list