X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=debian%2Fchangelog;h=901925b507f5f58417e6bcfc69e043b7c6b78c92;hb=945c491a13e336fc6a42ddb85be688b1ca8b4b7b;hp=5422a93bdec7448addbd2dcd5e2cbe916eb50405;hpb=0c982d2aa8dbbe48a862cab9cb8ecc9067af8217;p=dgit.git diff --git a/debian/changelog b/debian/changelog index 5422a93b..901925b5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -37,7 +37,7 @@ dgit (0.23~) unstable; urgency=low convenient way to publish the dependencies. * When generating quilt patches, try to linearise the git history into a - series of individual new patches for debian/patches. Closes:#720177. + series of individual new patches for debian/patches. Closes:#770710. * Better documentation for quilt series handling. @@ -58,6 +58,21 @@ dgit (0.23~) unstable; urgency=low * Document in manpage under `dgit push' that it is best to build with dgit too. Closes:#763333. + * Fix inaccurate error message when archive's git hash is not an + ancestor of git repo's git hash. + + * Use ftpmasterapi archive query method. (Closes:#727702.) + + * Turn all perl warnings into errors using $SIG{__WARN__}. + + * Show git config queries only with debuglevel 3 (-DDD) and higher. + + * Fix an undef reference in error message processing when quilt + fixup linearisation fails. + + * Quilt linearisation with .pc removal passes -f to git-rm. (Otherwise + we may find that .pc/applied_patches prevents the commit.) + -- dgit (0.22.1) unstable; urgency=high