diff options
author | Guido Günther <agx@sigxcpu.org> | 2011-02-11 18:20:40 +0100 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2011-02-11 18:29:28 +0100 |
commit | b81d3b721ec8329ef81a7d772771d5263cf1b618 (patch) | |
tree | a531dae177fff5e9a1c0033a8942ac3f3793f986 /debian/changelog | |
parent | 0363f4792e0c81be213f8955b4509caab166f984 (diff) | |
download | git-buildpackage-b81d3b721ec8329ef81a7d772771d5263cf1b618.tar.gz git-buildpackage-b81d3b721ec8329ef81a7d772771d5263cf1b618.tar.bz2 git-buildpackage-b81d3b721ec8329ef81a7d772771d5263cf1b618.zip |
Document changes and release 0.5.19debian/0.5.19
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 0a04a1fe..00645823 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,24 @@ +git-buildpackage (0.5.19) unstable; urgency=low + + [ Jonathan Nieder ] + * [7f00d39] git-import-dsc: improve error message when upstream branch is + missing + + [ Guido Günther ] + * [b9acbf9] logging: don't use color inside Emacs's comint shell + (Closes: #612384) + * [14fdbce] gbp-clone: reparse the configuration after cloning the + repository (Closes: #607936) + * [d21506e] git-import-dscs: really use git-import-dsc from the same + location as git-import-dscs + * [b92b88f] git-import-dsc: auto create upstream branch if it's missing. + This allows to mass import old history of packages that were native and + switched to non-native later. + * [0363f47] git-import-dsc: better explain missing upstream branch. + Thanks to Jonathan Nieder for the suggestion. (Closes: #610379) + + -- Guido Günther <agx@sigxcpu.org> Fri, 11 Feb 2011 18:20:36 +0100 + git-buildpackage (0.5.18) experimental; urgency=low [ Guido Günther ] |