Skip to content
Snippets Groups Projects
Commit cbbc8835 authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

Update changelog.

parent 0da6e571
No related branches found
No related tags found
No related merge requests found
...@@ -3,12 +3,18 @@ cl-asdf (2:3.1.1-1) unstable; urgency=low ...@@ -3,12 +3,18 @@ cl-asdf (2:3.1.1-1) unstable; urgency=low
New release: New release:
* asdf-package-system combines the one-file, one-package, one-system paradigm * asdf-package-system combines the one-file, one-package, one-system paradigm
of quick-build and faslpath with the portability and robustness of ASDF 3. of quick-build and faslpath with the portability and robustness of ASDF 3.
* non-propagating-operation replaces OPERATION for operations as a base class
to inherit from for operations that do not propagate,
whereas for backward compatibility with ASDF 1 and 2,
subclasses of OPERATION implicitly propagate DOWNWARD and SIDEWAY.
Failure to explicitly inherit from own of the explicitly propagating
or non-propagating classes will result in a WARNING for now.
* Portability: much improved support for the latest GCL 2.8. * Portability: much improved support for the latest GCL 2.8.
* Robustness: Fixes for ABCL, CLISP, ECL, LispWorks, SBCL/Windows, XCL. * Robustness: Fixes for ABCL, CLISP, ECL, LispWorks, SBCL/Windows, XCL.
Test improvements. Added missing dependencies in asdf.asd(!). Test improvements. Added missing dependencies in asdf.asd(!).
Fixes to version-satisfies (thanks to stassats) and to the file-stamp cache. Fixes to version-satisfies (thanks to stassats), to the file-stamp cache.
Fixes regression from 3.0.2.12 whereby ASDF failed to avoid downgrading. Fixes regression from 3.0.2.12 whereby ASDF failed to avoid downgrading.
Some cleanups in the operation class definitions. Many cleanups. Many explanatory updates to source code comments.
* run-program tweaked again on Windows; * run-program tweaked again on Windows;
punting on trying to ensure no final space is ever echo'ed by CMD.EXE " ". punting on trying to ensure no final space is ever echo'ed by CMD.EXE " ".
* provide both "asdf" and "ASDF" to play nicer with various Lisps. * provide both "asdf" and "ASDF" to play nicer with various Lisps.
...@@ -16,13 +22,14 @@ cl-asdf (2:3.1.1-1) unstable; urgency=low ...@@ -16,13 +22,14 @@ cl-asdf (2:3.1.1-1) unstable; urgency=low
will be less disruptive of ASDF uses and enhancements in the current image: will be less disruptive of ASDF uses and enhancements in the current image:
previously loaded systems will not be cleared anymore, previously loaded systems will not be cleared anymore,
variables defined with defparameter* will not be reset. variables defined with defparameter* will not be reset.
Punting on upgrades from ASDF 1 for more robust behavior.
* UIOP much improved so as to be used with Google's build system: * UIOP much improved so as to be used with Google's build system:
with-temporary-file, dump-image / restore-image, ensure-pathname, with-temporary-file, dump-image / restore-image, ensure-pathname,
compile-file*, with-saved-deferred-warnings. compile-file*, with-saved-deferred-warnings.
* ASDF3.1 feature pushed, to signal the slew of significant improvements * ASDF3.1 feature pushed, to signal the slew of significant improvements
since initial ASDF 3.0 pre-release (i.e. version 2.27). in a year since initial ASDF 3.0 pre-release (i.e. version 2.27).
-- Francois-Rene Rideau <fare@tunes.org> Tue, 14 Jan 2014 00:28:00 -0500 -- Francois-Rene Rideau <fare@tunes.org> Thu, 30 Jan 2014 22:31:46 -0500
cl-asdf (2:3.0.3-1) unstable; urgency=low cl-asdf (2:3.0.3-1) unstable; urgency=low
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment