aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2014-02-23 17:57:17 +0100
committerGuido Günther <agx@sigxcpu.org>2014-02-23 17:57:17 +0100
commit3dbe33a0a4d16d7504b98e4f1b675c78f3b169ce (patch)
treed20fdb498b0ae50ed5dd16de2774c763b00cbcb5
parentdf32264531d1f55142759fa7ccdec6e2011cce56 (diff)
Document changes and release 0.6.10debian/0.6.10
-rw-r--r--debian/changelog14
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 8e96f40..5b1f95d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+git-buildpackage (0.6.10) unstable; urgency=medium
+
+ * [f1bc542,1b0b17c] config: Don't pull in config defaults twice.
+ This would otherwise overwrite values set in the legacy config sections.
+ (Closes: #733759)
+ * [7e26f91] Remove cover-min-percentage. It makes running single tests
+ harder than necessary since it requires the percentage also when using
+ "nose <testname>".
+ * [d533e0f] import_dsc: Create missing debian branch with
+ --create-missing-branches (Closes: #739888)
+ * [df32264] git-import-dsc: Document --create-missing-branches
+
+ -- Guido Günther <agx@sigxcpu.org> Sun, 23 Feb 2014 17:56:47 +0100
+
git-buildpackage (0.6.9) unstable; urgency=medium
[ Guido Günther ]