X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=debian%2Fchangelog;h=b8809bc074b74f05cf6f4d813092734a795f9b5e;hb=bf6d98357f21e3566bfabb8962e54b99dfb1ec01;hp=68fb46e0628e9c29c5d0d5a28d0f5c54b3ab8729;hpb=e4cb4198abba08ab41b4076a1e1d90cd17503f01;p=dgit.git diff --git a/debian/changelog b/debian/changelog index 68fb46e0..b8809bc0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,15 +1,34 @@ -dgit (3.10~) unstable; urgency=medium +dgit (3.11~) unstable; urgency=medium + + * dgit: fix rpush+buildinfo: Transfer buildinfos for signing. + Closes:#867693. + * dgit: Cope if the archive server sends an HTTP redirect, + by passing -L to curl. Closes:#867185,#867309. + * test suite: Cope with git restricting ext:: protocols. + + -- + +dgit (3.10) unstable; urgency=medium Bugfixes: * dgit: Copy several user.* settings from main tree git local config to dgit private workarea. Closes:#853085. * dgit: Strip initial newline from Changes line from dpkg-parsechangelog so as to avoid blank line in commit messages. Closes:#853093. + * dgit: Do not fail when run with detached HEAD. Closes:#853022. + * dgit: Be much better about commas in maintainer changelog names. + Closes:#852661. Test suite: * quilt-useremail: New test for user config copying (#853085). + * lib-import-chk: Test that commits have smae authorship as appears in + the changelog. (Or, at least, the same authorship set.) + * import-maintmangle: New test for changelog Maintainer mangling. - -- + Documentation: + * Fix typos. Closes:#853125. [Nicholas D Steeves] + + -- Ian Jackson Mon, 06 Feb 2017 17:49:39 +0000 dgit (3.9) unstable; urgency=medium