X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=debian%2Fchangelog;h=1c0abcea26f42a81d313225c06a09130c41baeed;hb=52f77b0dd3d5ab7c0260b1f6a1901a472af66034;hp=e82332f00d02c6e98425f779d1985e7ee9c7c085;hpb=ba5d46b8844b347f9dd54657b818c5017491bd13;p=dgit.git diff --git a/debian/changelog b/debian/changelog index e82332f0..1c0abcea 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,46 @@ -dgit (3.12~) unstable; urgency=medium +dgit (4.1~) experimental; urgency=medium + + Important improvements to dgit: + * Support for `git worktree' worktrees. There may still be + bugs; the tests for this are not very comprehensive. And + worktrees on different filesystems may not work; that's a + matter for the future. Closes:#868515. + * Change the dpkg-source -i argument to exclude exactly the right + set of things. (Sadly this is not a simple rune.) + + Other improvements to dgit: + * New print-dpkg-source-ignores option to print the big rune + you need to pass to dpkg-source to make it work exactly the right. + * Properly shell-quote the --git-builder argument to gbp. + + Documentation: + * dgit-user(7): Provide information about how to use sbuild. + Quite ugly due to #868527. Closes:#868526. + * dgit-user(7): Fixed example rune to use curl (which prints + to stdout, as the rune expects). [reported by Simon Tatham] + + Minor improvements: + * Do not leave many clog-* files in .git/dgit. + + Internal changes: + * using-these: New script to help with ad-hoc-testing. + * Refactoring in preparation for push-source [Sean Whitton]. + + Test suite: + * sbuild-gitish: New test case to check running sbuild from git + * Other tests for new features. + * Various refactoring. + + -- + +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.12) unstable; urgency=high Important bugfixes to dgit: * Pass --no-renames to git diff-tree -z, avoiding potential trouble. @@ -25,7 +67,7 @@ dgit (3.12~) unstable; urgency=medium * quilt fixup: Check we can delete files with funny modes * quilt fixup: Check that funny changes are represented properly - -- + -- Ian Jackson Sun, 16 Jul 2017 21:36:24 +0100 dgit (3.11~deb9u1) stretch; urgency=high