From 2d7d547232d12c68f5a1a660e771596dbde9d5b4 Mon Sep 17 00:00:00 2001 From: "Robert P. Goldman" <rpgoldman@sift.net> Date: Sat, 17 Oct 2015 15:20:19 -0500 Subject: [PATCH] Changelog entry for 3.1.6. --- debian/changelog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/debian/changelog b/debian/changelog index 72d452f79..947444c60 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,20 @@ +cl-asdf (2:3.1.6-1) unstable; urgency=low + + Bug fix and portability release: + * Fix backtrace on SBCL. + * Fix RUN-PROGRAM of string (shell command) on Windows SBCL (ticket + #1501373). + * Fix a number of issues with bundle operations (especially on + non-C-compiler-based implementations). + * Fix component-finding in package-inferred-system. + * Fix race condition between multiple concurrent lisp processes + doing ASDF builds (ticket #1483948). + * Fix misplaced fasl cache on Windows. + * Miscellaneous bug fixes. + * Documentation improvements. + + -- Robert P. Goldman <rpgoldman@sift.net> Sat, 17 Oct 2015 15:01:34 -0500 + cl-asdf (2:3.1.5-1) unstable; urgency=low Bug fix and portability release: -- GitLab