summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2014-08-24 11:31:57 +0200
committerGuido Günther <agx@sigxcpu.org>2014-08-24 11:33:11 +0200
commitf6e3104958708a5fda10a154eec8e7e22c9a5e0c (patch)
tree2d62d899627053d84cfbf43e35df753628c42716
parent6d510cedb99249198963d1bc38e56c8c39f14c1f (diff)
Document changes and release 0.6.17debian/0.6.17
-rw-r--r--debian/changelog22
1 files changed, 22 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 055ceb2c..a33f0432 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,25 @@
+git-buildpackage (0.6.17) experimental; urgency=medium
+
+ [ Guido Günther ]
+ * [692e5da] Make sure we fixup the changelog trailer with newer devscripts.
+ We don't change any mainttrailer options already given.
+ Thanks to James McCoy for the detailed explanation (Closes: #740566)
+ * [ae5805e] Improve error messages on formatting errors to
+ make it easier for the user to detect misformated replacement strings in
+ config files and command line options.
+ * [5f82f44] gbp: add --version option (Closes: #758909)
+ * [04aa92f] Allow to list all available gbp subcommands
+ * [68c053f] Unify doc strings a bit since they now show up with --list-cmds
+ * [6d510ce] bash completion: make command list dynamic.
+ Use "gbp --list-cmds" so we don't have to hardcode the available
+ commands and get support for the RPM ones as they show up.
+
+ [ Kamal Mostafa ]
+ * [6823e51] buildpackage: Make debian-tag message configurable via
+ --git-debian-tag-msg.
+
+ -- Guido Günther <agx@sigxcpu.org> Sun, 24 Aug 2014 11:31:28 +0200
+
git-buildpackage (0.6.16) experimental; urgency=medium
[ Markus Lehtonen ]