aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2015-05-05 08:59:04 +0200
committerGuido Günther <agx@sigxcpu.org>2015-05-05 08:59:04 +0200
commit236d9f5a2def7bf8388209ae23a1a52e406f241f (patch)
tree2a51be64212b12dfb1564ab95a1d124012e042ec
parent3585fdb205b8ff40fed36e0a8743023376cd9b81 (diff)
Document changes and release 0.6.27debian/0.6.27
-rw-r--r--debian/changelog17
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index ead9b864..28b9e07c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,20 @@
+git-buildpackage (0.6.27) unstable; urgency=medium
+
+ * [15187ba,270f41b] bash-completion: Simplify the code. This additionally
+ avoids warnings on unknown commands and gives us basic completion for
+ the RPM commands for free.
+ * [f22785b] Allow to disable config section deprecations. Sections named
+ [gbp-<command>] or [git-<command>] in gbp.conf cause a warning. In order
+ to make it simpler to be compatible with ancient gbp versions these
+ can be disabled by setting
+ GBP_DISABLE_SECTION_DEPRECTATION=true
+ in the environment.
+ * [3585fdb] bash-completion: Disable config section deprecation warnings.
+ It's of no use if we get these warnings on bash completion, it only
+ confuses users. They're still shown when running the actual command.
+
+ -- Guido Günther <agx@sigxcpu.org> Tue, 05 May 2015 08:55:11 +0200
+
git-buildpackage (0.6.26) unstable; urgency=medium
* [72e129b] Drop git-* commands from manpages too.