X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=debian%2Fchangelog;h=e14257feec4cd7b397f6e109265beacc16454a89;hb=99c4248904bd8d22b9745777e247d4cf9ffcf536;hp=7e2b85f553a398916593abd64ff5cfd82213d5fe;hpb=33661147b03e60e4df5283ebd25df15f1619c623;p=dgit.git diff --git a/debian/changelog b/debian/changelog index 7e2b85f5..e14257fe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,33 @@ +dgit (0.4~pre2) experimental; urgency=low + + * Mangle debian/ tags the way git-buildpackage does + (as of git-buildpackage 0.5.5, 3c6bbd0f4992f8da). + + -- + +dgit (0.4~pre1) experimental; urgency=low + + * Use dgit.debian.net vhost on alioth. Closes:#720172. + * Usage message. Closes:#720085. + * Provide "dgit sbuild". + * Assorted manpage fixes and improvements. + * Fail if a required config item is missing. + * Much better error messages. + * Better error checking when parsing RFC822-style control data. + * Better checking that the supplied .dsc and debian/changes correspond. + * Ordering improvement in push: don't add dsc field until git push done. + * New --distro option (helps with unknown suites). + * Bugfixes. + + -- Ian Jackson Thu, 22 Aug 2013 13:36:44 +0100 + +dgit (0.3) experimental; urgency=low + + * New version which appears to be able to sort of work at least + some of the time. + + -- Ian Jackson Sat, 17 Aug 2013 09:18:04 +0100 + dgit (0.2) experimental; urgency=low * New version which might actually work but probably won't.