From: Ian Jackson Date: Wed, 20 Jun 2018 15:47:41 +0000 (+0100) Subject: changelog: document changes so far X-Git-Tag: archive/debian/5.1~1 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=fd7c08fe358f93a822974ea64ff012ae0ee3ca25 changelog: document changes so far Signed-off-by: Ian Jackson --- diff --git a/debian/changelog b/debian/changelog index c49b783e..0dfe7b1b 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.) --