summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2019-08-10 20:00:40 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2019-08-11 00:10:02 +0100
commitb00ab87921c34e09f8007fedeb40c760360f85be (patch)
tree48eb0e28a5354753eb94653a016e08cbd32f6245
parent9fa199bf326ee2744135c0db8807878815ccbb89 (diff)
changelog: Document chages since 9.6
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
-rw-r--r--debian/changelog24
1 files changed, 23 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 8fd015b..d334224 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,28 @@
dgit (9.7~) unstable; urgency=medium
- * test suite: Improve debian/tests/control generator.
+ dgit general bugfixes:
+ * Correctly test for presence of git repo on dgit git server.
+ Fixes behaviour following mixed dgit/non-dgit uploads. Closes:#934126.
+ (Was badly broken by http fetching rework in dgit 9.6.)
+ * Fix use on NFS, by closing a file which is going to be deleted.
+ [Report and fix from Stéphane Glondu] Closes:#933827.
+
+ dgit vcs-git bugfixes:
+ * Strip [<path>] (used eg by Debian Haskell Team). Closes:#932699.
+ * update-vcs-git: Cope if url is unchanged.
+ * update-vcs-git: Strip -b (as it always should have done).
+
+ Test suite:
+ * New facilities for http testing, including mock webservers.
+ * New test cases for http, and for bugs fixed in this version.
+ * Switch to using http git check in three existing tests.
+ * Improve debian/tests/control generator.
+ * Limited refactoring to support other changes.
+
+ Other minor changes:
+ * dgit: Slightly more debugging for check_for_git with http[s]
+ * changelog: Fix a typo in the entry for 9.6.
+ * i18n (messages) updated, following message changes.
--