<html lang='en'>
<head>
<meta content='text/html; charset=utf-8' http-equiv='Content-Type'>
<title>
GitLab
</title>
</meta>
</head>
<style>
  img {
    max-width: 100%;
    height: auto;
  }
  p.details {
    font-style:italic;
    color:#777
  }
  .footer p {
    font-size:small;
    color:#777
  }
  pre.commit-message {
    white-space: pre-wrap;
  }
  .file-stats a {
    text-decoration: none;
  }
  .file-stats .new-file {
    color: #090;
  }
  .file-stats .deleted-file {
    color: #B00;
  }
</style>
<body>
<div class='content'>
<h3>Raymond Toy pushed to branch master at <a href="https://gitlab.common-lisp.net/cmucl/cmucl">cmucl / cmucl</a></h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://gitlab.common-lisp.net/cmucl/cmucl/commit/5590ed0eb54ba202bcf9d1db116bb78e101d07af">5590ed0e</a></strong>
<div>
<span>by Raymond Toy</span>
<i>at 2015-10-10T18:01:41Z</i>
</div>
<pre class='commit-message'>Update version so bootfiles are loaded from the dir</pre>
</li>
<li>
<strong><a href="https://gitlab.common-lisp.net/cmucl/cmucl/commit/323c6cdb84a8d5cb87080f9bf275fe4839e69a68">323c6cdb</a></strong>
<div>
<span>by Raymond Toy</span>
<i>at 2015-10-10T18:04:25Z</i>
</div>
<pre class='commit-message'>Add new release notes file for 21b.</pre>
</li>
</ul>
<h4>2 changed files:</h4>
<ul>
<li class='file-stats'>
<a href='#diff-0'>
bin/build.sh
</a>
</li>
<li class='file-stats'>
<a href='#diff-1'>
<span class='new-file'>
+
src/general-info/release-21b.txt
</span>
</a>
</li>
</ul>
<h4>Changes:</h4>
<li id='diff-0'>
<a href='https://gitlab.common-lisp.net/cmucl/cmucl/compare/6f0643637e3207c57d039f5be83af041c3a5333b...323c6cdb84a8d5cb87080f9bf275fe4839e69a68#diff-0'>
<strong>
bin/build.sh
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/bin/build.sh
</span><span style="color: #000000;background-color: #ddffdd">+++ b/bin/build.sh
</span><span style="color: #aaaaaa">@@ -39,7 +39,7 @@ ENABLE2="yes"
</span> ENABLE3="yes"
 ENABLE4="yes"
 
<span style="color: #000000;background-color: #ffdddd">-version=20f
</span><span style="color: #000000;background-color: #ddffdd">+version=21a
</span> SRCDIR=src
 BINDIR=bin
 TOOLDIR=$BINDIR
</code></pre>

<br>
</li>
<li id='diff-1'>
<a href='https://gitlab.common-lisp.net/cmucl/cmucl/compare/6f0643637e3207c57d039f5be83af041c3a5333b...323c6cdb84a8d5cb87080f9bf275fe4839e69a68#diff-1'>
<strong>
src/general-info/release-21b.txt
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- /dev/null
</span><span style="color: #000000;background-color: #ddffdd">+++ b/src/general-info/release-21b.txt
</span><span style="color: #aaaaaa">@@ -0,0 +1,49 @@
</span><span style="color: #000000;background-color: #ddffdd">+========================== C M U C L  21 a =============================
+
+[Work in progress]
+
+The CMUCL project is pleased to announce the release of CMUCL 21b.
+This is a major release which contains numerous enhancements and
+bug fixes from the 21a 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:
+
+  * Gitlab 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
+21a; you will need to recompile FASL files. 
+
+See <URL:http://www.cmucl.org> or
+<URL:http://trac.common-lisp.net/cmucl> for download information,
+guidelines on reporting bugs, and mailing list details.
+
+
+We hope you enjoy using this release of CMUCL!
</span></code></pre>

<br>
</li>

</div>
<div class='footer' style='margin-top: 10px;'>
<p>

<br>
<a href="https://gitlab.common-lisp.net/cmucl/cmucl/compare/6f0643637e3207c57d039f5be83af041c3a5333b...323c6cdb84a8d5cb87080f9bf275fe4839e69a68">View it on GitLab</a>
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":["merge_requests","issues","commit"],"url":"https://gitlab.common-lisp.net/cmucl/cmucl/compare/6f0643637e3207c57d039f5be83af041c3a5333b...323c6cdb84a8d5cb87080f9bf275fe4839e69a68"}}</script>
</p>
</div>
</body>
</html>