X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=blobdiff_plain;f=debian%2Fchangelog;h=c9124067267678b606fc460212db8828238812e2;hp=55ab4ff18a77a149f6a919233ea3b46bf9cfadae;hb=0bb734e1ddc369763af4f00d73cbd8181757c66b;hpb=0e66721f92075fdd312de17531c6c9175c674ed3 diff --git a/debian/changelog b/debian/changelog index 55ab4ff1..c9124067 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 --