aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2012-04-04 18:51:08 +0200
committerGuido Günther <agx@sigxcpu.org>2012-04-04 18:51:08 +0200
commitb5a0b5532e8ed40c9f3ef07ae9ddab77482a6754 (patch)
tree6b33f28bdfec8fdec8dcebc80141c3cfaba4304f
parent169a924a932ecb0cf787d89d48a8145a2fa75d4d (diff)
Document changes and release 0.6.0~git20120404debian/0.6.0_git20120404
-rw-r--r--debian/changelog11
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index e6184a17..dca85ff1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+git-buildpackage (0.6.0~git20120404) unstable; urgency=low
+
+ * [f4529a4] docs: add --git-upstream-tag to git-buildpackage's manpage
+ * [96332cc] Start documenting useful options when upstream uses git. This is
+ quiet terse yet so follow up bugs are welcome. (Closes: #664771)
+ * [eae4e4a] gbp-posttag-push: Tighten branch regexp so we don't push to
+ branches ending with the same name accidentally.
+ * [169a924] gbp-add-patch: Fix typo
+
+ -- Guido Günther <agx@sigxcpu.org> Wed, 04 Apr 2012 18:50:19 +0200
+
git-buildpackage (0.6.0~git20120324) experimental; urgency=low
* [8fd6162] gbp-create-remote-repo: Use DebianGitRepository (Closes: #664283)