<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body>
<div style="font-family:sans-serif"><div style="white-space:normal">
<p dir="auto">In honor of the impending 2019 European Lisp Symposium, today we release ASDF 3.3.3, the third bugfix release for the 3.3 release series.</p>

<p dir="auto">We urge implementations that are currently bundling previous versions of ASDF -- and especially those bundling 3.3.0 or 3.3.1 -- to upgrade to 3.3.3 at their earliest convenience.</p>

<p dir="auto">Immense thanks, as always, to Faré Rideau.  Also thanks to the many bug reporters and patch submitters including (alphabetically):</p>

<ul>
<li> Marius Gerbershagen</li>
<li> Hugo Ishimaru</li>
<li> Attila Lendvai</li>
<li> Jan Moringen</li>
<li> P. Neidhardt</li>
<li> François-René Rideau</li>
<li> Eric Timmons</li>
<li> Didier Verna</li>
<li> "privet-kitty"</li>
</ul>

<p dir="auto">The Changelog:</p>

<pre style="background-color:#F7F7F7; border-radius:5px 5px 5px 5px; margin-left:15px; margin-right:15px; max-width:90vw; overflow-x:auto; padding:5px" bgcolor="#F7F7F7"><code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0" bgcolor="#F7F7F7">  Bug fix release:
  * Dependency tracking: fix bugs in handling misnamed secondary systems.
    We now distinguish between "syntactic" and "semantic" primariness,
    properly warn in case a secondary system is misnamed, yet properly
    recompile or avoid spurious recompilation depending on whether
    there or not is a conflict or redefinition.
    Similarly handle package-inferred-system (thanks to Eric Timmons).
    Better warning in a fishy case of compute-action-stamp.
  * UIOP: Fix loading, allow the user to specify UIOP location from which
    to load.
  * SBCL compatibility: Fix issue with deferred warnings on SBCL.
  * Allegro compatibility: Fix issue detecting "modern" lisp.
  * Genera compatibility: Fix minor issues.  Not fully tested.
  * ECL compatibility: Bundling fixes.
  * Fiveam-ASDF: Added to contrib/ example system for integrating FiveAM
    tests with ASDF's test-op.
  * Miscellaneous fixes: Avoid an infinite loop parsing :perform options,
    quash warnings for known bad system names that won't be fixed.
  * Documentation: Multiple user-contributed documentation fixes.
  * Tests: Miscellaneous improvements.

 -- Francois-Rene Rideau <fare@tunes.org>  Wed, 27 Mar 2019 17:33:42 -0400
</code></pre>
</div>
</div>
</body>
</html>