Change logs for cl-asdf source package in Oneiric

  • cl-asdf (2:2.016-1) unstable; urgency=low
    
      Promoting 2.015.12 as 2.016. Since 2.015, we have the following improvements:
      * Portability: fixes for ECL, RMCL, CLISP.
        Improvements to Windows configuration.
      * Fix to load-source-op (broken in 2.014.13).
      * Avoid infinite loops in defsystem in cases of bad interference
        between quicklisp and your source-registry.
      * Small fixes regarding upgrade, compile-file* :output-file.
      * Make defsystem-depends-on much more useful by allowing a system
        thus depended on to define the class of the system depending on it.
      * Some documentation updates.
        Notably, for the sake of CLISP, (require "asdf") is the new canonical way
        to load ASDF, instead of (require :asdf). Sigh.
      * Better tests, notably wrt hot upgrade.
     -- Ubuntu Archive Auto-Sync <email address hidden>   Sun,  12 Jun 2011 12:46:56 +0000
  • cl-asdf (2:2.015-1) unstable; urgency=low
    
      Promoting 2.014.17 as 2.015. Since 2.014, we have the following improvements:
      * Portability: support cormanlisp, xcl;
        fixes for cmucl, ecl; tweaks for abcl, allegro, clisp, genera, lispworks.
      * Feature: un-cerror and actually fix the :force '(sys1 sys2 sys3) feature,
        introduced in 2002 and never working before.
      * Feature: classes asdf:cl-source-file.cl and asdf:cl-source-file.lsp
        for people who use these file type extensions.
      * Semantic change: the source-registry eagerly gathers a list of .asd,
        rather than querying the filesystem over and over again.
      * API change: exposing function asdf:search-for-system-definition as looking
        through asdf:*system-definition-search-functions* for either pathnames *or*
        (new feature) system objects. Should make quicklisp happier.
      * Better support for asdf upgrading itself, with new function
        asdf:upgrade-asdf that knows to invalidate old systems when necessary,
        and is magically invoked before to build any system that :depends-on asdf.
        Make upgrade smoother some cases that were previously broken.
      * More robust handling of version strings.
      * Declaring function asdf:system-definition-pathname obsolete, but still
        supporting it for now, as an alias for asdf:system-source-file.
      * Various refactorings of internals. Splitting a function asdf::perform-plan
        out of the default asdf:operate method.
        asdf::register-system now takes only one argument.
      * Tests to prevent the regressions experienced during this development cycle
      * Tried and reverted: attempts to make asdf more verbose when it's verbose,
        but not verbose by default.
     -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  16 May 2011 07:50:24 +0000
  • cl-asdf (2:2.014.3-1) unstable; urgency=low
    
      * yet another debian package attempt
      * update to 2.014.3, workaround for ABCL make-pathname bug (same as on XCL).
    
    cl-asdf (2:2.014.2-1) unstable; urgency=low
    
      * yet another attempt at a debian package.
      * update to 2.014.2, adds XCL support.
    
    cl-asdf (2:2.014.1-1) unstable; urgency=low
    
      * new attempt for a debian package.
      * while I'm at it, update to 2.014.1 which will make CMUCL happy.
    
    cl-asdf (2:2.014-3) unstable; urgency=low
    
      * another attempt with my new GPG key
    
    cl-asdf (2:2.014-2) unstable; urgency=low
    
      * tweak Makefile for debian packaging.
    
    cl-asdf (2:2.014-1) unstable; urgency=low
    
      * Blessing 2.013.7 as 2.014.
      * Fixed bug preventing upgrade from 2.000 to 2.008 (test added)
      * Better support for URL pathnames on SCL (test added)
      * Robustified defsystem-depends-on
      * Cosmetic changes:
        * better more portably readable error messages.
        * remove forward references, again (test added)
        * canonicalize system names earlier (slight robustness improvement)
    
    cl-asdf (2:2.013.3-1) unstable; urgency=low
    
      * Packaging 2.013.3 because 2.013 had important issues.
      * Fix important upgradability issue with 2.013 (unable to upgrade from
      versions 2.00[0-8] that have a separate ASDF-UTILITIES)
      * Fix minor verbosity issue (forward reference makes sbcl noisy
      when loading asdf.lisp directly as does quicklisp.)
      * Also, enhance support for SCL.
    
    cl-asdf (2:2.013-1) unstable; urgency=low
    
      * Blessing 2.012.12: many small improvements since 2.012.
      * Fixes and cleanups for CLISP, ECL, SBCL.
      * Added support for two legacy platforms: (R)MCL, Genera
      * Cleanup features: now using #+asdf-unix and #+asdf-window
      * Many cleanups and improvements regarding our portable pathname layer
      * Fixes a regression in source-registry scanning from 2.011.4
      * Remember *source-registry-parameter* and *output-translations-parameter*
      * Export and document coerce-pathname (f.k.a merge-component-name-type)
      * allow description and long-description for all components
      * Several documentation updates
    
    cl-asdf (2:2.012-1) unstable; urgency=low
    
      * Blessing 2.011.9: more fixes to corner cases.
      * Added :here directive to pathname DSL,
        robustified ECL support,
        fixed infinite loop when filesystem clock is in the future,
        extended the AOT DSL and made it more futureproof,
        fixed how clear-system interacts with map-systems,
        fixed use of directory under old SBCLs,
        fixed run-shell-command status and version string under clisp,
        fixed error messages.
      * Synchronized version of asdf.asd and asdf.lisp, automatically.
     -- Ubuntu Archive Auto-Sync <email address hidden>   Sat,  30 Apr 2011 12:40:42 +0000
  • cl-asdf (2:2.011-1) unstable; urgency=low
    
      * Mostly same as 2.010.9: several minor tweaks and bug fixes since 2.010.
      * Will be happier: users of implementations ACL, GCL; users of libraries
        CL-Launch, XCVB; future former users of ASDF-Binary-Locations; people
        with missing dependencies (in lieu of error-in-error); people extending
        ASDF (notably Stelian Ionescu), who'd like to use keywords to name
        component classes.
    
    cl-asdf (2:2.010-1) unstable; urgency=low
    
      * same as 2.146
    
    cl-asdf (2:2.009-1) unstable; urgency=low
    
      * new upstream release 2.009, identical to 2.134 from master.
     -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  06 Dec 2010 12:53:03 +0000