summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2017-01-20 12:56:19 +0100
committerGuido Günther <agx@sigxcpu.org>2017-01-20 12:56:19 +0100
commitd9fbaf69b22eff5997122c05d29d7b0c22b4609c (patch)
treeb6ee73f0e33682492471d34fbb715c6381c83c8b
parentb8ea6621be6b96e8f2b187b503e1d788bf25b9ae (diff)
Document changes and release 0.8.11debian/0.8.11
-rw-r--r--debian/changelog23
1 files changed, 23 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index f807282b..886ad8c7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,26 @@
+git-buildpackage (0.8.11) experimental; urgency=medium
+
+ * [8bd74df] command_wrappers: Simplify RunAtCommand
+ * [1140886] buildpackage: Don't set a compression level if unset and make
+ this the default. This allows compressors to use the their default
+ compression level. Only applies when not using pristine-tar.
+ Thanks to Antoine Beaupré for investigating (Closes: #820846)
+ * [0fdff8e] buildpackage: Use commit instead of tree to create archive.
+ This makes sure we use the timestamps of the commit when creating the
+ tarball. Only applies when not using pristine-tar
+ Thanks to Ximin Luo for investigating (Closes: #851645)
+ * [3f4b9f8] make: Check if we can use parallel flake
+ * [534c055] git-pbuilder: Don't remove changes file (Closes: #850478)
+ * [b863399] pull: Allow to specify remote on the command line
+ (Closes: #851844)
+ * [d3cb4db] gbp-posttag-push: add missing dry-run for debian branch push
+ * [f9a7640] buildpackage: verify generated tarballs when using pristine-tar
+ * [b8ea662] pq: Hardcode commit abbrev to 7 when exporting patches.
+ This avoids path churn with git >= 2.11.0 (Closes: #848354)
+ * Test suite enhancements
+
+ -- Guido Günther <agx@sigxcpu.org> Fri, 20 Jan 2017 12:54:40 +0100
+
git-buildpackage (0.8.10) unstable; urgency=medium
* [ede603e] GitRepository: properly use pipe on empty strings.