aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2017-09-08 11:20:12 +0200
committerGuido Günther <agx@sigxcpu.org>2017-09-08 11:25:56 +0200
commit2863b8702ebfa6f48824e14210e910b1cbeb5c35 (patch)
treee1184ee6c044bd4007abdb1e62b6f7b55f8f904c /debian
parent2a80f0b2faaae7a1a6149a2045cc45551799e36e (diff)
Document changes and release 0.9.0~exp5
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog18
1 files changed, 18 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 851a02c1..dee28126 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,21 @@
+git-buildpackage (0.9.0~exp5) experimental; urgency=medium
+
+ * [67cdeac] push: fix option names in error output. Only buildpackage uses
+ the '--git-' prefix
+ * [04ae7d5] git: Don't decode diff output.
+ The output can be in any encoding so assuming utf-8 is plain wrong
+ * [0f84a0d] patch_series: Make sure we close the temp file
+ * [4c6f8fc] command_wrappers: allow one to look up executables in $PATH
+ * [2ca3e37] pristine-tar: look for binary in $PATH
+ to help the Ubuntu git importer that run's pristine-tar inside a snap.
+ * [b2092c1] patch_series: don't let "git mailinfo" sanitize the subject.
+ This would strip away text in []. This improves the import/export round
+ trip. (Closes: #872354)
+ * import_orig: be more descripte what we're "using"
+ * pq: Be clearer what '--commit' did instead of a confusing "git status".
+
+ -- Guido Günther <agx@sigxcpu.org> Fri, 08 Sep 2017 11:19:36 +0200
+
git-buildpackage (0.9.0~exp4) experimental; urgency=medium
[ Ken Dreyer ]