X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=debian%2Fchangelog;h=4bfbca2191cbe2665d6e6da8f93b56355e48511f;hb=8737c73f0df36d42eef727e7d971905ea9739dcc;hp=1bada744b9a69b582c9b3cf5a6c5b4f7f778a060;hpb=52454cf68287af71bb97d5c77dc8444aef8dd143;p=dgit.git diff --git a/debian/changelog b/debian/changelog index 1bada744..4bfbca21 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,53 @@ -dgit (3.7~) unstable; urgency=medium +dgit (3.10~) unstable; urgency=medium + + * + + -- + +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 + + Bugfixes: + * Make dgit-setup-* work in default distro. + + Test suite: + * defdistro-setup: Test that setup-* functions distro selection works. + + -- Ian Jackson Mon, 23 Jan 2017 16:21:30 +0000 + +dgit (3.7) unstable; urgency=medium Bugfixes: * Fix clone-dgit-repos-server and print-dgit-repos-server-print-url. Closes:#851906. - -- + Documentation: + * dgit-maint-merge(7): Explain when workflow is unsuitable + (Closes:#852090) and improve the patch-header (Closes:#851897.) + + Internal changes: + * New %.view target: `make dgit-maint-merge.7.view' runs `man -l ...' + + Test suite: + * defdistro-dsd-clone-drs: New test which would have detected + #851906 (and hopefully #850521). + + -- Ian Jackson Sun, 22 Jan 2017 17:30:24 +0000 dgit (3.6) unstable; urgency=medium