summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Guenther <agx@sigxcpu.org>2008-06-16 17:54:56 +0200
committerGuido Guenther <agx@sigxcpu.org>2008-06-16 17:54:56 +0200
commitaa6931150400673ca1a71fed8053b09a8a20deb4 (patch)
treec3a32ad9b883ea19476e7d6d9a7b5e0aca227dd2
parent217263eba5c8ada53352d1375701ddf9764ff6c1 (diff)
document changes and releasedebian/0.4.32
-rw-r--r--debian/changelog11
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index b761ccaa..6661daf5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+git-buildpackage (0.4.32) unstable; urgency=low
+
+ * [217263e] Don't set the version number twice - makes sure git-import-dsc
+ doesn't use the Version: line from the message instead of the signature on
+ old PGP signatures (Closes: #486397)
+ * [063fab5] escape $s in commit messages so variable names like
+ $remote_fs don't get dropped silently. (Closes: #486447)
+ * [6008c37] don't try to cleanup in case of tag_only (Closes: #486398)
+
+ -- Guido Guenther <agx@sigxcpu.org> Mon, 16 Jun 2008 17:54:09 +0200
+
git-buildpackage (0.4.31) unstable; urgency=low
* [bf8738f] add --git-tag-only (Closes: #485114)