File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Version 3.0.1 (LLVM15-20, 22) 2026-06-24
2+
3+ ## Fixed
4+ * Fixes the archive tarball which was broken for 3.0.0. Thanks @fosskers for noticing.
5+ * Archive mechanism now properly uses the pinned commits rather than git branches.
6+
17# Version 3.0.0 (LLVM15-20, 22) 2026-06-18
28
39## Added
Original file line number Diff line number Diff line change 1- clasp-cl (3.0.0 ) bookworm jammy; urgency=medium
1+ clasp-cl (3.0.1 ) bookworm jammy; urgency=medium
22
33 * Initial release
44
Original file line number Diff line number Diff line change 423423 :commit " df07d50bbc71c32a6ca62ce062f66e11011945e9"
424424 :pin 1 )
425425 (:name :trivial-package-local-nicknames
426- :directory " src/lisp/kernel/contrib/trivial-package-local-nicknames"
426+ :directory " src/lisp/kernel/contrib/trivial-package-local-nicknames/ "
427427 :repository " https://github.com/phoe/trivial-package-local-nicknames.git"
428428 :branch " master"
429429 :commit " 8a4d09c1c5cb2b5349aecbd796164433df7a6cc5"
Original file line number Diff line number Diff line change 3232 (run-program (format nil " git archive --output=~a --format=tar --prefix=~a~a ~a "
3333 temp-path prefix directory
3434 (if tag
35- (or (getf source :branch )
36- (getf source :commit ))
35+ (or (getf source :commit )
36+ (getf source :branch ))
3737 " HEAD" ))
3838 :directory directory )
3939 (run-program (format nil " tar --concatenate --file ~a ~a "
Original file line number Diff line number Diff line change 1- (:version " 3.0.0 " )
1+ (:version " 3.0.1 " )
You can’t perform that action at this time.
0 commit comments