X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=debian%2Fchangelog;h=191ea084c0ed808ca585854448c3e7e7923e5c9e;hb=5ad34fce01890d99797726ee0f67bb87d13f79ab;hp=e92f0ab1ccebfe4d598bf184e4b643f6ffb31743;hpb=26827f6e6dfdc5188991059a236f522cf8a696d1;p=dgit.git diff --git a/debian/changelog b/debian/changelog index e92f0ab1..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. @@ -14,8 +31,11 @@ dgit (0.13) unstable; urgency=low * 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