diff options
author | Guido Guenther <agx@sigxcpu.org> | 2008-05-12 18:04:16 +0200 |
---|---|---|
committer | Guido Guenther <agx@sigxcpu.org> | 2008-05-12 18:04:16 +0200 |
commit | b011d2e1ffb588cb9bad86941a8b13920a519f5e (patch) | |
tree | 987131ad6372100d8731e3c4fe9c63a9f621502f | |
parent | 673911779507dffcab2fda52a0a7b8c5456eafd4 (diff) | |
download | git-buildpackage-b011d2e1ffb588cb9bad86941a8b13920a519f5e.tar.gz git-buildpackage-b011d2e1ffb588cb9bad86941a8b13920a519f5e.tar.bz2 git-buildpackage-b011d2e1ffb588cb9bad86941a8b13920a519f5e.zip |
document changes and releasedebian/0.4.28
-rw-r--r-- | debian/changelog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index cc0af00b..4467dbbc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +git-buildpackage (0.4.28) unstable; urgency=low + + * git-buildpackage: add --git-dont-purge to leave the exported build dir + intact (Closes: #479848) - thanks to Kurt B. Kaiser for the patch + * git-dch: make --meta a config file option + * git-import-orig: fix symlink creation + * docs: missing EOF (Closes: #479726) - thanks to Sedat Dilek + + -- Guido Guenther <agx@sigxcpu.org> Mon, 12 May 2008 18:03:47 +0200 + git-buildpackage (0.4.27) unstable; urgency=low * make author parsing more robust (Closes: #479263) |