Commit f5f77007 authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

Update debian changelog.

parent cc2636e4
Loading
Loading
Loading
Loading
+9 −8
Original line number Diff line number Diff line
@@ -9,27 +9,28 @@ cl-asdf (2:3.1.1-1) unstable; urgency=low
    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.
  * Robustness: Fixes for ABCL, CLISP, ECL, LispWorks, SBCL/Windows, XCL.
    Test improvements. Added missing dependencies in asdf.asd(!).
  * portability: much improved support for the latest GCL.
    Fixes for ABCL, CLISP, ECL, LispWorks, SBCL/Windows, XCL.
  * robustness: Test improvements. Added missing dependencies in asdf.asd(!).
    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.
    Many cleanups. Many explanatory updates to source code comments.
  * run-program tweaked again on Windows;
    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.
  * Upgrading from a sufficiently forward-compatible version (currently: 2.33)
  * upgrading from a sufficiently forward-compatible version (currently: 2.33)
    will be less disruptive of ASDF uses and enhancements in the current image:
    previously loaded systems will not be cleared anymore,
    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,
    compile-file*, with-saved-deferred-warnings.
  * ASDF3.1 feature pushed, to signal the slew of significant improvements
    in a year since initial ASDF 3.0 pre-release (i.e. version 2.27).
  * asdf3.1 feature pushed, to signal the slew of significant improvements
    in over a year since initial ASDF 3.0 pre-release (i.e. version 2.27).
  * Documentation updated. TODO updated.

 -- Francois-Rene Rideau <fare@tunes.org>  Thu, 30 Jan 2014 22:31:46 -0500
 -- Francois-Rene Rideau <fare@tunes.org>  Fri, 28 Feb 2014 22:01:06 -0500

cl-asdf (2:3.0.3-1) unstable; urgency=low