summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2020-06-22 19:09:01 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2020-06-22 19:09:01 +0100
commit0bb734e1ddc369763af4f00d73cbd8181757c66b (patch)
treeb94d3dcfaef70bb5d341eb744f0989f8c1f24bbe
parent0e66721f92075fdd312de17531c6c9175c674ed3 (diff)
changelog: update for further changes
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
-rw-r--r--debian/changelog18
1 files changed, 15 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 55ab4ff..c912406 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,24 @@
dgit (9.11~) unstable; urgency=medium
- Dgit.pm:
- * upstream_commitish_search: fail if more than one tag found.
- Closes:#961682. [Sean Whitton]
+ Bugfixes:
+ * git-debrebase, git-debpush: fail when looking for upstream tag if
+ there is more than one candidate. Closes:#961682. [Sean Whitton]
+ * git-debrebase: Fix error message for wrong use of -i
+ * git-debrebase: new-upstream: Do not treat late options as version
Documentation:
* dgit-maint-debrebase(7): Drop some bad advice about the upstream/ tag
case. Closes:#961683. [Sean Whitton]
+ * git-debrebase(1): Fix new-upstream -i docs
+
+ dgit-infrastructure:
+ * dgit-mirror-ssh-wrap: Cope with new rsync rune. Closes:#963489.
+ * dgit-mirror-ssh-wrap: Clarify the error message
+
+ Test suite:
+ * Cope with buster & eatmydata (ie, work around #963508)
+ * Provide navigation banner in log when exiting nonzero
+ * Print pwd in failure trap to help with diagnosis
--