aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2017-01-27 14:07:54 +0100
committerGuido Günther <agx@sigxcpu.org>2017-01-27 14:07:54 +0100
commitc22ca5b6c7dce706c6ae3321e96a87a99b0dd705 (patch)
treef2dacc5505e1c4076e7d52623b3e817563b0bfb5
parent27c3fd41c4542c148119e75b07ea2b6d8632383a (diff)
Document changes and release 0.8.12debian/0.8.12
-rw-r--r--debian/changelog17
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 886ad8c7..ae9cf65d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,20 @@
+git-buildpackage (0.8.12) experimental; urgency=medium
+
+ [ Guido Günther ]
+ * [5c23d41] GitRepository: properly determine git-dir
+ instead of assuming '.git'
+ Heavily based on a patch by Markus Lehtonnen (Closes: #674015)
+ * [53b5af5] gbp dch: Allow to run from subdirectory
+ * [390d34a] git-pbuilder: print pdebuild command as executed
+ to ease debugging things like #852264
+ * Test suite improvements
+
+ [ Markus Lehtonen ]
+ * [f30bb98] buildpackage: fix exporting of working copy when .git is not a directory
+ as is the case with git submodules lately, for example
+
+ -- Guido Günther <agx@sigxcpu.org> Fri, 27 Jan 2017 14:06:33 +0100
+
git-buildpackage (0.8.11) experimental; urgency=medium
* [8bd74df] command_wrappers: Simplify RunAtCommand