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

2.011: bless 2.010.9 with some whitespace and documentation tweaks.

parent 201bc40d
Loading
Loading
Loading
Loading
+10 −9
Original line number Diff line number Diff line
@@ -68,7 +68,7 @@

;;;; Create packages in a way that is compatible with hot-upgrade.
;;;; See https://bugs.launchpad.net/asdf/+bug/485687
;;;; See more at the end of the file.
;;;; See more near the end of the file.

(eval-when (:load-toplevel :compile-toplevel :execute)
  (defvar *asdf-version* nil)
@@ -76,8 +76,9 @@
  (let* (;; For bug reporting sanity, please always bump this version when you modify this file.
         ;; "2.345" would be an official release
         ;; "2.345.6" would be a development version in the official upstream
         ;; "2.345.0.7" or "2.345.6.7" would be your local modification of one of the above.
         (asdf-version "2.010.9")
         ;; "2.345.0.7" would be your local modification of an official release
         ;; "2.345.6.7" would be your local modification of a development version
         (asdf-version "2.011")
         (existing-asdf (fboundp 'find-system))
         (existing-version *asdf-version*)
         (already-there (equal asdf-version existing-version)))
+11 −0
Original line number Diff line number Diff line
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.

 -- Francois-Rene Rideau <fare@tunes.org>  Sun, 28 Nov 2010 13:21:34 -0500

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

  * same as 2.146
+6 −0
Original line number Diff line number Diff line
@@ -43,6 +43,12 @@
        <p>ASDF stands for <em>A</em>nother <em>S</em>ystem <em>D</em>efinition <em>F</em>acility,
          in the continuity of the Lisp DEFSYSTEM of yore.
        </p>
        <a id="what_it_is_not"></a>
        <h3>What it is not</h3>
        <p>ASDF will not download missing software components for you.
          For that, you want <a href="http://quicklisp.org/">quicklisp</a>.
          (quicklisp builds upon ASDF.)
        </p>
        <a id="documentation"></a>
        <h3>Documentation</h3>
        <p>You can read our manual:</p>