summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2021-09-08 00:23:53 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2021-09-08 01:28:58 +0100
commitc7bae0cbaaa35601c3cad2caf56d5b074e15199e (patch)
tree0b3d08feca710fe942b456bc67c9b9c5127a2c3a
parent9bed364a28643b193fe8d91198f7d3fa56adac29 (diff)
changelog: Document fixes
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
-rw-r--r--debian/changelog27
1 files changed, 26 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 660a39e..87281e2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,31 @@
dgit (9.14~) unstable; urgency=medium
- *
+ Bugfixes:
+ * Tolerate git config init.defaultBranch. Closes:#972098.
+ Reports from Didier 'OdyX' Raboud, Osamu Aoki.
+ Diagnosis by Stig Sandbeck Mathisen.
+ * dgit: Tolerate making quilt patches creating +x files.
+ Closes:#949675. Report from peter green.
+ * dgit: Avoid use of GZIP environment variable.
+ Closes: #975624. Report from Stéphane Glondu.
+ * Tolerate git config diff.noprefix.
+ Closes:#973881; report from Didier 'OdyX' Raboud.
+
+ Documentation and diagnostics:
+ * Clarify git-debrabase --anchor, -fanchor-treated.
+ Closes:#977426. Report from Wookey <wookey@debian.org>.
+ * dgit: Better message for dirty trees. Closes:#930930.
+ Report and suggestions from Sean Whitton.
+
+ git-debpush, tag2upload:
+ * Add missing dependency. Closes:#940589; report from Andrej Shadura.
+ * Fix version unmangling. loses:#987304; report from Wolfgang Silbermayr.
+
+ Tests:
+ * Introduce t-debchange and set DEBEMAIL.
+ * Add init.defaultBranch to two test cases and diff.noprefix to one.
+ * Test creation of new symlink is treated as unrepresentable.
+ * Increase the nproc -> make -j factor.
--