X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=blobdiff_plain;f=debian%2Fchangelog;h=360e37205e814bace6685f80c59dde0c04643764;hp=d5bef7be10d6b6ec29b7c80782431a1dbe7f8765;hb=11717f0391aa5b9b791f6971591f51a96db9db16;hpb=264ba387d05192ca4825eeddfeb7bbdab558ec8a diff --git a/debian/changelog b/debian/changelog index d5bef7be..360e3720 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,53 @@ -dgit (3.9~) unstable; urgency=medium +dgit (4.1~) experimental; urgency=medium + + * + + -- + +dgit (4.0) experimental; urgency=low + + * dgit: --deliberately-not-fast-forward works properly in + split view quilt modes (suppressing the pseudomerge). + + -- Ian Jackson Sun, 12 Feb 2017 22:22:31 +0000 + +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 Improvements: * dgit --overwrite: Check that the overwritten version's changelog entry is not UNRELEASED. This could easily happen if this release was being made from a git branch which predates the previous package upload. - -- + Documentation: + * dgit-maint-merge(7): Get git clone url right. Closes:#852609. + * dgit-maint-merge(7): Quote sample clone commands. Closes:#852615. + + Test suite: + * overwrite-chkclog: test UNRELEASED handling. + + -- Ian Jackson Wed, 25 Jan 2017 16:21:53 +0000 dgit (3.8) unstable; urgency=medium