Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
asdf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tarn Burton
asdf
Commits
f9955b35
Commit
f9955b35
authored
12 years ago
by
Francois-Rene Rideau
Browse files
Options
Downloads
Patches
Plain Diff
Getting ready for a release 2.29.
parent
b6bd7407
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Makefile
+2
-1
2 additions, 1 deletion
Makefile
debian/changelog
+24
-0
24 additions, 0 deletions
debian/changelog
test/script-support.lisp
+2
-2
2 additions, 2 deletions
test/script-support.lisp
with
28 additions
and
3 deletions
Makefile
+
2
−
1
View file @
f9955b35
...
@@ -203,7 +203,8 @@ release: TODO test-all test-on-other-machines-too debian-changelog debian-packag
...
@@ -203,7 +203,8 @@ release: TODO test-all test-on-other-machines-too debian-changelog debian-packag
# RELEASE checklist:
# RELEASE checklist:
# make test-all
# make test-all
# ./bin/bump-version 3.0
# make test-load-systems s=fare-all
# make bump v=3.0
# edit debian/changelog
# edit debian/changelog
# make release-push archive-copy website debian-package
# make release-push archive-copy website debian-package
# dput mentors ../*.changes
# dput mentors ../*.changes
...
...
This diff is collapsed.
Click to expand it.
debian/changelog
+
24
−
0
View file @
f9955b35
cl-asdf (2:2.29-1) unstable; urgency=low
ASDF 2.29 is a bug fix release in preparation of an upcoming ASDF 3.
Since previous release 2.28, it includes:
* deferred-warnings support for Allegro, CMUCL, SCL;
fixes to the CCL support.
* Upgrade fixes regarding fallback system versions;
making it possible (via massive use of eval-when)
to compile ASDF without loading it first.
* Compatibility with private use of :D package nickname
by not claiming it for package ASDF/DRIVER anymore.
Also explicitly handle NIL in safe-file-write-date,
in case the implementation doesn't issue a file-error in that case;
make UTF-8 the default encoding for with-input-file.
Be portable to #+(and sbcl (not sb-eval)).
* Bugfixes to old bugs: inline-methods can now be unqualified (lp#485393),
defsystem-depends-on accepts arbitrary specs, not just names (lp#1027521).
-- Francois-Rene Rideau <fare@tunes.org> Fri, 16 Feb 2013 15:07:24 +0100
cl-asdf (2:2.28-1) unstable; urgency=low
cl-asdf (2:2.28-1) unstable; urgency=low
ASDF 2.28 is a quick patch to ASDF 2.27 to make it work better with
ASDF 2.28 is a quick patch to ASDF 2.27 to make it work better with
...
...
This diff is collapsed.
Click to expand it.
test/script-support.lisp
+
2
−
2
View file @
f9955b35
...
@@ -488,8 +488,8 @@ is bound, write a message and exit on an error. If
...
@@ -488,8 +488,8 @@ is bound, write a message and exit on an error. If
(
setf
*test-directory*
x
)))
(
setf
*test-directory*
x
)))
(
format
t
"Frob packages~%"
)
(
format
t
"Frob packages~%"
)
(
use-package
:asdf
:asdf-test
)
(
use-package
:asdf
:asdf-test
)
(
use-package
:asdf/driver
:asdf-test
)
(
when
(
find-package
:asdf/driver
)
(
use-package
:asdf/driver
:asdf-test
)
)
(
use-package
:asdf/cache
:asdf-test
)
(
when
(
find-package
:asdf/cache
)
(
use-package
:asdf/cache
:asdf-test
)
)
(
setf
*package*
(
find-package
:asdf-test
))
(
setf
*package*
(
find-package
:asdf-test
))
t
)
t
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment