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
a8b5056e
Commit
a8b5056e
authored
May 07, 2011
by
Francois-Rene Rideau
Browse files
2.015: bless 2.014.17 and release.
parent
9f6ad24d
Changes
3
Show whitespace changes
Inline
Side-by-side
asdf.asd
View file @
a8b5056e
...
...
@@ -12,7 +12,7 @@
:licence
"MIT"
:description
"Another System Definition Facility"
:long-description
"ASDF builds Common Lisp software organized into defined systems."
:version
"2.01
4.17
"
;; to be automatically updated by bin/bump-revision
:version
"2.01
5
"
;; to be automatically updated by bin/bump-revision
:depends-on
()
:components
((
:file
"asdf"
)
...
...
asdf.lisp
View file @
a8b5056e
;;; -*- mode: common-lisp; Base: 10 ; Syntax: ANSI-Common-Lisp -*-
;;; This is ASDF 2.01
4.17
: Another System Definition Facility.
;;; This is ASDF 2.01
5
: Another System Definition Facility.
;;;
;;; Feedback, bug reports, and patches are all welcome:
;;; please mail to <asdf-devel@common-lisp.net>.
...
...
@@ -104,7 +104,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.01
4.17
"
)
(
asdf-version
"2.01
5
"
)
(
existing-asdf
(
fboundp
'find-system
))
(
existing-version
*asdf-version*
)
(
already-there
(
equal
asdf-version
existing-version
)))
...
...
debian/changelog
View file @
a8b5056e
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.
-- Francois-Rene Rideau <fare@tunes.org> Sat, 07 May 2011 14:34:40 -0400
cl-asdf (2:2.014.3-1) unstable; urgency=low
* yet another debian package attempt
...
...
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