Loading asdf.asd +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ :licence "MIT" :description "Another System Definition Facility" :long-description "ASDF builds Common Lisp software organized into defined systems." :version "2.015.12" ;; to be automatically updated by bin/bump-revision :version "2.016" ;; to be automatically updated by bin/bump-revision :depends-on () :components ((:file "asdf") Loading asdf.lisp +2 −2 Original line number Diff line number Diff line ;;; -*- mode: common-lisp; Base: 10 ; Syntax: ANSI-Common-Lisp -*- ;;; This is ASDF 2.015.12: Another System Definition Facility. ;;; This is ASDF 2.016: Another System Definition Facility. ;;; ;;; Feedback, bug reports, and patches are all welcome: ;;; please mail to <asdf-devel@common-lisp.net>. Loading Loading @@ -106,7 +106,7 @@ ;; "2.345.6" would be a development version in the official upstream ;; "2.345.0.7" would be your seventh local modification of official release 2.345 ;; "2.345.6.7" would be your seventh local modification of development version 2.345.6 (asdf-version "2.015.12") (asdf-version "2.016") (existing-asdf (find-class 'component nil)) (existing-version *asdf-version*) (already-there (equal asdf-version existing-version))) Loading debian/changelog +19 −1 Original line number Diff line number Diff line 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. -- Francois-Rene Rideau <fare@tunes.org> Tue, 07 Jun 2011 17:46:15 -0400 cl-asdf (2:2.015-1) unstable; urgency=low Promoting 2.014.17 as 2.015. Since 2.014, we have the following improvements: Loading Loading @@ -26,7 +44,7 @@ cl-asdf (2:2.015-1) unstable; urgency=low * Tried and reverted: attempts to make asdf more verbose when it's verbose, but not verbose by default. -- Francois-Rene Rideau <fare@tunes.org> Sat, 07 May 2011 14:34:40 -0400 -- Francois-Rene Rideau <fare@tunes.org> Tue, 07 Jun 2011 17:38:50 -0400 cl-asdf (2:2.014.3-1) unstable; urgency=low Loading Loading
asdf.asd +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ :licence "MIT" :description "Another System Definition Facility" :long-description "ASDF builds Common Lisp software organized into defined systems." :version "2.015.12" ;; to be automatically updated by bin/bump-revision :version "2.016" ;; to be automatically updated by bin/bump-revision :depends-on () :components ((:file "asdf") Loading
asdf.lisp +2 −2 Original line number Diff line number Diff line ;;; -*- mode: common-lisp; Base: 10 ; Syntax: ANSI-Common-Lisp -*- ;;; This is ASDF 2.015.12: Another System Definition Facility. ;;; This is ASDF 2.016: Another System Definition Facility. ;;; ;;; Feedback, bug reports, and patches are all welcome: ;;; please mail to <asdf-devel@common-lisp.net>. Loading Loading @@ -106,7 +106,7 @@ ;; "2.345.6" would be a development version in the official upstream ;; "2.345.0.7" would be your seventh local modification of official release 2.345 ;; "2.345.6.7" would be your seventh local modification of development version 2.345.6 (asdf-version "2.015.12") (asdf-version "2.016") (existing-asdf (find-class 'component nil)) (existing-version *asdf-version*) (already-there (equal asdf-version existing-version))) Loading
debian/changelog +19 −1 Original line number Diff line number Diff line 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. -- Francois-Rene Rideau <fare@tunes.org> Tue, 07 Jun 2011 17:46:15 -0400 cl-asdf (2:2.015-1) unstable; urgency=low Promoting 2.014.17 as 2.015. Since 2.014, we have the following improvements: Loading Loading @@ -26,7 +44,7 @@ cl-asdf (2:2.015-1) unstable; urgency=low * Tried and reverted: attempts to make asdf more verbose when it's verbose, but not verbose by default. -- Francois-Rene Rideau <fare@tunes.org> Sat, 07 May 2011 14:34:40 -0400 -- Francois-Rene Rideau <fare@tunes.org> Tue, 07 Jun 2011 17:38:50 -0400 cl-asdf (2:2.014.3-1) unstable; urgency=low Loading