summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index d63f5cb..84d835b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,9 @@ dgit (0.22~experimental1) experimental; urgency=low
* Check SHA-256 of .dsc against hash from archive_query (ie projectb)
rather than letting dpkg-source do a signature verification.
Closes:#737619.
+ * Treat .dsc as bytes, just like everything else, rather than letting
+ HTTP::Message convert it to a Perl unicode string which the rest of
+ the program mishandles. Closes:#738536.
Minor improvements:
* Include canonicalised suite name in signed tag message.