CMUCL commit: cmucl-www/cmucl-www/www/news (index.html)

Raymond Toy rtoy at common-lisp.net
Mon May 31 20:11:27 CEST 2010


    Date: Monday, May 31, 2010 @ 14:11:27
  Author: rtoy
    Path: /project/cmucl/cvsroot/cmucl-www/cmucl-www/www/news

Modified: index.html

Update with release notes for snapshot 2010-06.


------------+
 index.html |   16 ++++++++++++++++
 1 file changed, 16 insertions(+)


Index: cmucl-www/cmucl-www/www/news/index.html
diff -u cmucl-www/cmucl-www/www/news/index.html:1.33 cmucl-www/cmucl-www/www/news/index.html:1.34
--- cmucl-www/cmucl-www/www/news/index.html:1.33	Mon May  3 12:25:06 2010
+++ cmucl-www/cmucl-www/www/news/index.html	Mon May 31 14:11:26 2010
@@ -11,6 +11,22 @@
 
 <p>
 <dl>
+<dt>2010-06 snapshot</dt>
+<dd><p>
+ <ul>
+  <li> ASDF2 and MK-DEFSYS have been added as contrib modules.  Use
+  <code>(require :asdf)</code> or <code>(require :defsystem)</code> to
+  load these.
+  </li>
+  <li> A new switch, <code>-help</code> has been added.  This prints
+  out a brief summary of the available command line switches and
+  exists.  You may also use <code>--help</code>.
+  <li> The GCD of positive integers sometimes returned a negative
+  result.  This is fixed.
+  </li>
+ </ul>
+</dd>
+
 <dt>2010-05 snapshot</dt>
 <dd><p>
  <ul>



More information about the cmucl-commit mailing list