summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2022-12-29 00:12:36 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2022-12-29 00:27:18 +0000
commitdb39b13ffc43caefdafbc5c252230fe202835043 (patch)
tree2af1a8e5e81551409fb8882ed1998706d1a3593f /debian
parent6d6a4bf4502dc8761596d195364070b2eebb4070 (diff)
changelog: document changes so far
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog28
1 files changed, 27 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index f2defd5..bb9365c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,32 @@
dgit (10.3~) unstable; urgency=medium
- *
+ dgit useability improvements:
+ * Silently tolerate mentions of debian/ in debian/source/include-binaries.
+ Closes:#1026918. [Report from Simon McVittie]
+ * Scan for duplicated orig tarballs with different names,
+ avoiding strange dpkg-source errors mentioning format 2.0.
+ Closes:#993769. [Report from Philip Hands]
+ * Rename auto quilt mode to try-linear (retaining compat alias),
+ to clarify that it won't automatically detect branch format.
+ Closes:#935762. [Report from David Bremner]
+ * dgit(1): Clarify the non-split-brain --quilt options, explicitly
+ stating that they expect a patched-applied (dgit view) branch.
+
+ Tainted object handling (relevant to Debian NEW):
+ * dgit can now usually discover when --deliberately-* will be needed,
+ before making signatures and attempting the actual push.
+ Thus, missing a --deliberately no longer burns a version number.
+ * This is #944855. However, it depends new infrastructure,
+ which is (in this version) only queried on a best-effort basis:
+ * New protocol transaction (over ssh) with dgit repos server,
+ to allow client to make a policy enquiry, and specifically to
+ enquire about tainted objects.
+ * More of the relevant error messages are now translatable via gettext.
+
+ Supporting changes:
+ * Modest refactoring to support the new functionality.
+ * Tests for new functionality, and improved tests in changed areas.
+ * tests: sbuild-gitish: Pass -v to sbuild for better debuggability.
--