X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=debian%2Fchangelog;h=191ea084c0ed808ca585854448c3e7e7923e5c9e;hb=5ad34fce01890d99797726ee0f67bb87d13f79ab;hp=cbc2dd4e47e437f5c64ccd597e0e86f36d4354f0;hpb=92e3078f04dd4204962a38e3875a50cfc4fd23ce;p=dgit.git diff --git a/debian/changelog b/debian/changelog index cbc2dd4e..191ea084 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,24 @@ +dgit (0.15) unstable; urgency=low + + * Implement `dgit help' as well as `--help'. Closes: #721661. + * Provide `dgit version' and `--version'. Closes: #721654. + + -- + +dgit (0.14) unstable; urgency=low + + * Include package name in tag message. + * Create directory .git/dgit when needed during build. Closes: #721428. + * Add Vcs-Git and Vcs-Browser [Richard Hartmann]. Closes: #721404. + These fields refer to the development branch, "master", on alioth, + not to the dgit suite refs (which are not accessible to git clone). + + -- Ian Jackson Sun, 01 Sep 2013 18:30:44 +0100 + dgit (0.13) unstable; urgency=low * Reuse already-downloaded .orig files after checking their hashes. - Closes: #720526. (This introduces a dependency on the Digest::SHA.) + Closes: #720526. (This introduces a dependency on Digest::SHA.) * Do not always pointlessly fetch the .dsc twice. (That code was erroneously duplicated during editing, apparently.) * Remove DGET_UNPACK from the environment in case the user has set it. @@ -11,8 +28,14 @@ dgit (0.13) unstable; urgency=low Closes: #720958. * Fix some bugs in dgit fetch --dry-run which made dgit push --dry-run often not work at all. - - -- + * Update the local tracking branch for the dgit remote, when pushing. + Closes: #720956. + * Fix references in manpage to old Vcs-Dgit-Master field name. + * Reorganise manpage sections to be in a more conventional order. + * New manpage section on FILES IN THE SOURCE PACKAGE BUT NOT IN GIT. + Closes: #721186. + + -- Ian Jackson Thu, 29 Aug 2013 00:27:23 +0100 dgit (0.12) unstable; urgency=low