From 3c672a794611e41915a954adad13ea7381c99b58 Mon Sep 17 00:00:00 2001
From: "Robert P. Goldman" <rpgoldman@sift.net>
Date: Wed, 23 Mar 2016 09:37:41 -0500
Subject: [PATCH] Changelog for 3.1.7 release.

---
 doc/Changelog | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/doc/Changelog b/doc/Changelog
index cb9ef732..fc4a490f 100644
--- a/doc/Changelog
+++ b/doc/Changelog
@@ -1,3 +1,17 @@
+cl-asdf (2:3.1.7-1) unstable; urgency=low
+
+  Bug fix and portability release:
+  * Fix compilation on Genera.
+  * Fix UIOP:FILE-EXISTS-P for dotfiles on CCL.
+  * Fix infinite loop in source registry configuration that can occur when
+        there are cycles in the filesystem (typically caused by symlinks)
+        on some CL implementations.
+  * Miscellaneous bug fixes.
+  * Documentation improvements.
+  * Restore original Makefile.
+
+ -- Robert P. Goldman <rpgoldman@sift.net>  Wed, 23 Mar 2016 09:34:14 -0500
+
 cl-asdf (2:3.1.6-1) unstable; urgency=low
 
   Bug fix and portability release:
-- 
GitLab