summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2016-10-23 12:58:11 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2016-10-23 12:58:11 +0100
commite2a26e6964e16478866a7503cb50f0f45ab8898e (patch)
treed8fc91ed009e6d9e6138550369fd9689ee51c5bc
parent459926bd714e0136281d99ac0d9f7b3d8c99fe8c (diff)
changelog: Tidy up
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
-rw-r--r--debian/changelog17
1 files changed, 11 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog
index c0c45a1..706092b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,13 +1,18 @@
dgit (2.5~) unstable; urgency=medium
- * dgit-maint-merge(7): New tutorial manpage from Sean Whitton.
- * Test suite bugfixes.
- * Test suite: Introduce setup/gnupg, to work around #841143
- and improve performance by amortising gnupg migration cost.
+ Substantive changes:
+ * Do not crash in split brain quilt modes when the two brains are
+ actually identical. (Eg --quilt=gbp with no patches.) Closes:#841770.
* Switch to new archive/ tag format by default, even in
non-split-brain mode.
- * Do not crash in split brain quilt modes when the two brains are
- actually identical. Closes:#841770.
+
+ Documentation:
+ * dgit-maint-merge(7): New tutorial manpage from Sean Whitton.
+
+ Test suite:
+ * Introduce setup/gnupg, to help work around gnupg2 bug #841143
+ and improve performance by amortising gnupg migration cost.
+ * Various bugfixes.
--