summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2019-07-17 14:39:27 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2019-07-17 14:40:02 +0100
commit5075bc0cd642feb92c446d799e137e4b0d769de2 (patch)
treed53e815fcfcb0172b996fd4c5e47b357f1cbe37c
parentf463b71af8a045d1e579af75de540fdd600e0bdf (diff)
changelog: update for tag-to-upload server-side fixes
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
-rw-r--r--debian/changelog16
1 files changed, 15 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 1703a38..584381e 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