summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2018-06-20 16:47:41 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2018-06-20 16:47:41 +0100
commitfd7c08fe358f93a822974ea64ff012ae0ee3ca25 (patch)
treeea0037a3f951d4e5554771acf46aadb5b97b437f
parent53389b4ddc2d290f83e439fe36081e2d3e8d4b4c (diff)
changelog: document changes so far
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
-rw-r--r--debian/changelog22
1 files changed, 17 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index c49b783..0dfe7b1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,22 @@
dgit (5.1~) unstable; urgency=medium
- * git-debrebase manpages: Fix typos and etc.
- * git-debrebase: new-upstream: fix (this time for sure) ff check
- handling of multi-piece upstreams.
- * git-debrebase: suppress gbp pq export output, except in
- case of error. Closes:#901809.
+ dgit gitattributes handling:
+ * Squash the working-tree-encoding attribute too.
+ * Update an existing `dgit-defuse-attrs' macro in .git/info/attributes.
+ * Test the working-tree-encoding attribute squashing properly.
+ Closes:#901900.
+
+ git-debrebase fixes:
+ * new-upstream: fix (this time for sure) ff check handling
+ of multi-piece upstreams.
+ * Suppress gbp pq export output, except in case of error.
+ Closes:#901809.
+ * Manpages: Fix typos and etc.
+ * Fix a typo in the package description.
+
+ Test suite:
+ * Triger ci.debian.net autopkgtests on: gnupg diffutils patch.
+ (A dummy test is used to add to Testsuite-Triggers.)
--