[cmucl-cvs] [git] CMU Common Lisp branch master updated. release-20c-6-gd4dc2cd

Raymond Toy rtoy at common-lisp.net
Fri Nov 4 04:25:58 UTC 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMU Common Lisp".

The branch, master has been updated
       via  d4dc2cd1b3f80a3b6ef30eaf7e9741d2208cf676 (commit)
       via  fe137557eb2d4b58701e91e3da1da184813fb2e0 (commit)
      from  77e3035adb95ee2eff7db6e9109dc10a9214c3d3 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit d4dc2cd1b3f80a3b6ef30eaf7e9741d2208cf676
Author: Raymond Toy <toy.raymond at gmail.com>
Date:   Thu Nov 3 21:25:50 2011 -0700

    Initial version for 20d release notes.

diff --git a/general-info/release-20d.txt b/general-info/release-20d.txt
new file mode 100644
index 0000000..460cc3c
--- /dev/null
+++ b/general-info/release-20d.txt
@@ -0,0 +1,46 @@
+========================== C M U C L  20 d =============================
+
+[Not yet released]
+
+The CMUCL project is pleased to announce the release of CMUCL 20d.
+This is a major release which contains numerous enhancements and
+bug fixes from the 20c release.
+
+CMUCL is a free, high performance implementation of the Common Lisp
+programming language which runs on most major Unix platforms. It
+mainly conforms to the ANSI Common Lisp standard. CMUCL provides a
+sophisticated native code compiler; a powerful foreign function
+interface; an implementation of CLOS, the Common Lisp Object System,
+which includes multi-methods and a meta-object protocol; a source-level
+debugger and code profiler; and an Emacs-like editor implemented in
+Common Lisp. CMUCL is maintained by a team of volunteers collaborating
+over the Internet, and is mostly in the public domain.
+
+New in this release:
+
+  * Known issues:
+
+  * Feature enhancements
+
+  * Changes
+
+  * ANSI compliance fixes:
+
+  * Bugfixes:
+
+  * Trac Tickets:
+
+  * Other changes:
+
+  * Improvements to the PCL implementation of CLOS:
+
+  * Changes to building procedure:
+
+This release is not binary compatible with code compiled using CMUCL
+20c; you will need to recompile FASL files. 
+
+See <URL:http://www.cons.org/cmucl/> for download information,
+guidelines on reporting bugs, and mailing list details.
+
+
+We hope you enjoy using this release of CMUCL!

commit fe137557eb2d4b58701e91e3da1da184813fb2e0
Author: Raymond Toy <toy.raymond at gmail.com>
Date:   Thu Nov 3 21:25:11 2011 -0700

    Change bootfile directory from 20b to 20c.

diff --git a/tools/build.sh b/tools/build.sh
index 392637e..830ec2d 100755
--- a/tools/build.sh
+++ b/tools/build.sh
@@ -39,7 +39,7 @@ ENABLE2="yes"
 ENABLE3="yes"
 ENABLE4="yes"
 
-version=20b
+version=20c
 SRCDIR=src
 TOOLDIR=$SRCDIR/tools
 VERSION="`date '+%Y-%m-%d %H:%M:%S'`"

-----------------------------------------------------------------------

Summary of changes:
 general-info/release-20d.txt |   46 ++++++++++++++++++++++++++++++++++++++++++
 tools/build.sh               |    2 +-
 2 files changed, 47 insertions(+), 1 deletions(-)
 create mode 100644 general-info/release-20d.txt


hooks/post-receive
-- 
CMU Common Lisp




More information about the cmucl-cvs mailing list