aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2018-01-06 20:43:36 +0100
committerGuido Günther <agx@sigxcpu.org>2018-01-06 20:43:36 +0100
commit6129ca865d933071d82af701a2ff77b85c051757 (patch)
tree1f34f37605093dc66ae7794e961a674d7bf97c49
parent69792507c2790cadb397731afe83decfe15f296a (diff)
Document changes and release 0.9.6debian/0.9.6
-rw-r--r--debian/changelog15
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index a2b67948..c7a3dd99 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,18 @@
+git-buildpackage (0.9.6) unstable; urgency=medium
+
+ * [89495f7] patch_series: Properly chain up to parent class.
+ Insted of duplicating the logic use the parent classes _read_info.
+ * [28838b9] patch_series: don't read dep3 info multiple times
+ * [7b0660a] patch_series: Remove duplicate functions.
+ No need to repeat them in Dep3Patch since the parent class Patch already
+ has them.
+ * [0730a57] patch_series: Don't fail on decoding errors when looking for
+ DEP3 headers
+ (Closes: #885929)
+ * [6979250] export-orig: fix --upstream-branch argument name in manpage
+
+ -- Guido Günther <agx@sigxcpu.org> Sat, 06 Jan 2018 20:43:18 +0100
+
git-buildpackage (0.9.5) unstable; urgency=medium
[ Guido Günther ]