On Fri, May 04, 2018 at 02:01:33PM -0500, Robert Goldman wrote:Dear Lisp implementors and maintainers,Today we release ASDF 3.3.2, the second bugfix release for the 3.3release series. Of primary interest in this release are1. Multiple fixes in handling misnamed (or "legacy-named," if youprefer) secondary systems ("foo-test" instead of "foo/test"). Thanks toEric Timmons, there is also a similar fix for package-inferred-systems.2. Fix an annoying warning message for compute-action-stamp.3. Add support for the Mezzano implementation (thanks to E. Housel, H.Harrington).4. Miscellaneous minor fixes and documentation tweaks.We urge implementations that are currently bundling previous versions ofASDF -- and especially those bundling 3.3.0 or 3.3.1 -- to upgrade to3.3.2 at their earliest convenience.Immense thanks, as always, to Fare Rideau. Also thanks to the many bugreporters and patch submitters (see the Changelog), and to AntonVodonosov and Dave Cooper for help with testing.Here is the changelog entry for 3.3.2:cl-asdf (2:3.3.2-1) unstable; urgency=lowBug fix release:* Dependency tracking: fix bugs in handling misnamed secondarysystems.We now distinguish between "syntactic" and "semantic" primariness,properly warn in case a secondary system is misnamed, yet properlyrecompile or avoid spurious recompilation depending on whetherthere 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: Add package location information to define-package on SBCL.* Upgrade: fix issue with asdf/bundle.* Portability: add support for Mezzano (thanks to E. Housel, H.Harrington)* Documentation: add discussion of best practices.* Package-inferred system: Improve source file handling.* Test and documentation improvements.-- Francois-Rene Rideau <fare@tunes.org> Thu, 03 May 2018 22:46:19-0400
Where can I download the 3.3.2 tarball?
Normally I get it from here:
https://common-lisp.net/project/asdf/archives/
But I can't find it right now.
Thanks.