summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2016-10-23 17:17:03 +0200
committerGuido Günther <agx@sigxcpu.org>2016-10-23 17:17:03 +0200
commit3ebe848a531b87295f9ba0e5e410a54c01e4c1ef (patch)
tree75ddff54431e9ab1a322010e2128da5f601adcaf
parenteb3be9201c39deb003670c68dc4389db5f026d37 (diff)
Document changes and release 0.8.6debian/0.8.6
-rw-r--r--debian/changelog15
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 2d5ff5cb..fce657d9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,18 @@
+git-buildpackage (0.8.6) unstable; urgency=medium
+
+ * [a35d7d6] buildpackage: handle <vendor>/master
+ * [12fda23] create-remote-repo: print proper error message on missing
+ remote-configs instead of printing the exception to the console.
+ * [e917d3a] config: Turn dict of config files into a list so we get a fixed
+ order with all Python versions
+ * [c092d73] config: warn on deprecated $REPO/.gbp.conf location. The file
+ is deprecated at least since 2012 but we never warned about it. Warning
+ can be disabled via GBP_DISABLE_GBP_CONF_DEPRECTATION.
+ * [507ae50] import-orig: Document --rollback option
+ * [eb3be92] import-orig: Give some context on --merge-mode=replace option
+
+ -- Guido Günther <agx@sigxcpu.org> Sun, 23 Oct 2016 17:16:23 +0200
+
git-buildpackage (0.8.5) unstable; urgency=medium
[ Guido Günther ]