Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
asdf
asdf
Commits
03928e94
Commit
03928e94
authored
May 05, 2014
by
Robert P. Goldman
Browse files
Updated the draft changelog.
parent
3a87a01b
Changes
1
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
03928e94
...
...
@@ -3,14 +3,17 @@ cl-asdf (2:3.1.1-1) unstable; urgency=low
New release:
* ~/common-lisp/ is now present by default in the source-registry, so
you don't need to configure anything if you put source code there.
*
asdf-
package-system combines the one-file, one-package, one-system paradigm
* package-
inferred-
system combines the one-file, one-package, one-system paradigm
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 o
w
n of the explicitly propagating
subclasses of OPERATION implicitly propagate DOWNWARD and SIDEWAY
s
.
Failure to explicitly inherit from on
e
of the explicitly propagating
or non-propagating classes will result in a WARNING for now.
* Accept strings as operation class designators in DEFSYSTEM, which
provides better integration of ASDF extensions loaded using
DEFSYSTEM-DEPENDS-ON.
* force-not now takes precedence over force, and systems named in the
*immutable-systems* set (represented as an equal hash-table) are always
forced-not, and even their .asd is not refreshed from the filesystem.
...
...
@@ -45,9 +48,13 @@ cl-asdf (2:3.1.1-1) unstable; urgency=low
* uiop much improved so as to be used with Google's build system blaze:
with-temporary-file, dump-image / restore-image, ensure-pathname,
compile-file*, with-saved-deferred-warnings.
* Added portable API to optimization settings.
* Refine detection of operating systems. os-macosx-p and os-unix-p no
longer mutually exclusive.
* 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.
* Substantially rewritten, updated, and expanded manual.
* TODO updated.
-- Francois-Rene Rideau <fare@tunes.org> Sun, 23 Mar 2014 19:00:06 -0400
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment