X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=debian%2Fchangelog;h=d936d228352d1443576d442f0ebc6130b42a4c5d;hb=9b1710555b3d13149437428cd2d8b4b3d5209132;hp=265ecb01747cb7ee986cfcf2fe8f052176aa2614;hpb=94fa2654f99556f17b0c98712b29d1bec3a8f91b;p=dgit.git diff --git a/debian/changelog b/debian/changelog index 265ecb01..d936d228 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,14 @@ dgit (5.11~) unstable; urgency=medium * test suite: unset VISUAL, which interferes. Closes:#904308. * apt-get method: when apt does not update release files, unconditionally print hint about noatime. Closes:#851873. + * messages: Be a lot more friendly about NEW in particular, + and also add a couple of `please's. Closes:#904448. + * dgit: Introduce dgit.default.build-products-dir git + configuration key. Closes:#857316. [ Sean Whitton. ] + Still does not always work, due to #863582. + * dgit: Minor internal improvements. + * dgit: Rename --ignore-dirty to --include-dirty (leaving the old + name supported as a deprecated alias). --