X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=debian%2Fchangelog;h=b0f53e327785195dee17e109826d8909458d3b32;hb=b49092567e74794274ee5c1b1f3939d4cb70d407;hp=f36dbbd8dbc7f1c5c8bf8fa4baf448d611961fe7;hpb=55b092f4e1b4a3330fa367b6bf1da2fbca419085;p=dgit.git diff --git a/debian/changelog b/debian/changelog index f36dbbd8..b0f53e32 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,20 +1,20 @@ -dgit (1.5~~) unstable; urgency=medium +dgit (2.0~~) unstable; urgency=low Incompatible change: - * dgit sbuild does not pass -A to sbuild. Consequently the default + * dgit sbuild: does not pass -A to sbuild. Consequently the default build is now simply sbuild's default. With older sbuilds it was possible to override dgit's -A by passing another option. But this has been changed recently and now this default setting is very awkward to change for the dgit user. - * Make --quilt=gbp the default for dgit gbp-build. See below. + * dgit gbp-build: Make --quilt=gbp the default. (See below.) * New tag format (for dgit view) archive/debian/VERSION. Major new feature: * --quilt=gbp, --quilt=dpm, --quilt=unpacked: Introduce facility for split view (dgit/mainiainer view), to improve compatibility with some - other workflow tools. + workflow tools. - New checks and improved behaviours: + New checks and improved behaviours in dgit: * When running dpkg-buildpackage, cope if user specified -g or -G. * dgit sbuild: check that the set of .changes files found is as we expect, before calling mergechanges. Re:#800060. @@ -53,9 +53,13 @@ dgit (1.5~~) unstable; urgency=medium Closes:#809516. Infrastructure: - * Better error handling in dgit-repos-policy-debian. + * dgit-repos-policy-debian: Better error handling. * dgit-repos-policy-debian.: fix git-cat-file-handling with multiple taints in db (!). + * dgit-infrastructure has, and uses, its own copies of the perl modules. + This avoids introducing a versioned dependency between dgit and + dgit-infrastructure (and also makes it easier to test cross-version + compatibility). Documentation: * Document the dgit-distro.DISTRO.quilt-mode config setting. @@ -93,7 +97,6 @@ dgit (1.5~~) unstable; urgency=medium as is proper. Closes:#835858. * When generating patch filenames from titles, first transliterate them (lossily) to ascii. Closes:#834807. - * Add debhelper (>=8) to test suite's global Depends. Test suite: * When sbuild fails, do not crash due to sed not finding the log @@ -114,8 +117,13 @@ dgit (1.5~~) unstable; urgency=medium existing taints. * Provide better log output for certain failures. * Many new tests (especially for new functionality). + * Add missing debhelper (>=8) to test suite's global Depends. + * tstunt arrangements: Fix mishandling of PERLLIB, etc. + * tstunt-parsechangelog: Produce Timestamp field (like official one + does, now). + * Do not fail when git requires --allow-unrelated-histories. - -- + -- Ian Jackson Sun, 16 Oct 2016 11:45:48 +0100 dgit (1.4) unstable; urgency=high @@ -267,7 +275,8 @@ dgit (1.1) unstable; urgency=medium currently only be updated with an actual upload, ie dgit push.) * Make warnings fatal in dpkg-repos-admin-debian, dgit-ssh-dispatch (using setup_sigwarn). - * Make warnings fatal in tstunt/dpkg-parsechangelog (directly). + * tstunt/dpkg-parsechangelog: Make warnings fatal (directly). + * tstunt/dpkg-parsechangelog: Do not complain if PERLLIB is empty. * Test suite: Honour DGIT_TEST_DEBUG=''. * With -DDDD, print out all gitcfg references (copious!) * Fix a debug message in the obsolete sshpsql archive access driver.