summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2017-10-06 12:04:50 +0200
committerGuido Günther <agx@sigxcpu.org>2017-10-06 12:06:03 +0200
commit07d53bc08164591f0641cb8a7dec60ee1990668b (patch)
treec90941890123e8b98071f541c636e221dc6f7ff0
parentf6e360f6ca0b4e3b510f82546a1daada592b18b6 (diff)
Document changes and release 0.9.0~exp7debian/0.9.0_exp7
-rw-r--r--debian/changelog23
1 files changed, 23 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 36567e91..abb2eecf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,26 @@
+git-buildpackage (0.9.0~exp7) experimental; urgency=medium
+
+ * [fdf2720] Don't fail on unicode errors when importing patches. Use
+ backslashreplace not lose data.
+ * [252c102] clone: clarify what we're looking for when using vcsgit:
+ * [4e6c4cf] command_wrappers: fix path lookups.
+ Python3 performs path lookups by itself when no path is given so remove
+ our path lookup code.
+ Thanks to Nish Aravamudan
+ * [2c7a5c5] import-orig: roll back on CTRL-C too
+ * [4761cf9] import-orig: Use gz compression when repackaging non tarball
+ filtered upstream source. This makes it consistent with
+ export_orig:guess_comp_type when no compressor could be detected.
+ * [80189f2] create_remote_repo: another missing python3 string conversion
+ * [0259fd5] config: Don't require the command to be started from toplevel
+ dir. At least dch, push, tag and export-orig don't require to be run from
+ the toplevel of the git repo. Make sure we pick up debian/gbp.conf
+ nevertheless.
+ * [d75fbd4] docs: Switch to docbook-xml
+ (Closes: #877322)
+
+ -- Guido Günther <agx@sigxcpu.org> Fri, 06 Oct 2017 12:03:21 +0200
+
git-buildpackage (0.9.0~exp6) experimental; urgency=medium
* [23b334c] README.source example: fix typo.