From: Ian Jackson Date: Wed, 17 Jul 2019 13:39:27 +0000 (+0100) Subject: changelog: update for tag-to-upload server-side fixes X-Git-Tag: archive/debian/9.3~11 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=5075bc0cd642feb92c446d799e137e4b0d769de2;p=dgit.git changelog: update for tag-to-upload server-side fixes Signed-off-by: Ian Jackson --- diff --git a/debian/changelog b/debian/changelog index 1703a387..584381e2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,25 @@ dgit (9.3~) unstable; urgency=medium - git-debpush [Sean Whitton]: + dgit and git-debrebase bugfixes: + * No longer crash if .git/logs does not exist when we need it. + * Report the upstream tag, rather than commit id, in tags/commits, + if the user explicitly specifies refs/tags/... + + tag-to-upload, git-debpush [Sean Whitton]: * Several new checks designed to prevent broken uploads. - Including: Check that upstream tag is ancestor of branch to be tagged. Closes:#932096 * Cope with spaces in user-supplied upstream tag. + tag-to-upload, server side: + * Fix non-default quilt modes. These were all previously broken. + * Arrange to report the upstream tag in dgit-generated commits/tags. + + minor supporting changes: + * Tiny addition to debugging output. + * Test suite rearrangements. + * New test tagupl-baredebian. + -- dgit (9.2) unstable; urgency=medium