summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2018-10-04 20:34:00 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2018-10-04 20:34:00 +0100
commitfa303f348f6fe529cafdc5b91f9a15bddefd2b56 (patch)
treebcf9963beea2be86ed5f0f696fd7e617953d8dba
parent61b21e1182d1e10723226b8a5068cafb76c0daac (diff)
changelog: changes for 7.0, and finalisedebian/7.0archive/debian/7.0
Based on output from gbp-dch. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
-rw-r--r--debian/changelog37
1 files changed, 34 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 1f23856..7d6a7a0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,39 @@
-dgit (7.0~pre2~) experimental; urgency=medium
+dgit (7.0) unstable; urgency=medium
- *
+ Bugfixes:
+ * dgit: Do not sometimes crash in quilt-fixup if git-debrebase
+ is not installed. Closes:#910221.
+ * git-debrebase: new-upstream: Drop `sleep 2' (!)
+ * git-debrebase: anchor: Print the anchor, not the breakwater tip (!)
+ * Get rid of perl warning "Statement unlikely to be reached"
+ (introduced in 7.0~pre1).
+ * git-debrebase: merges: Make warnings of lossage less overblown
+
+ i18n (translation):
+ * Support message translation for git-debrebase. (Re #904883.)
+ * Support document translation. Closes:#904883.
+ * po: Rename `all-po' target to `pofiles'
+
+ Error message improvements (prompted by i18n work)
+ * Replaced `die' with `confess' in many unexpected syscall errors
+ and internal error cases.
+ * git-debrebase; Print a proper message for failure to opendir
+ the bpd and for failure to chdir to the toplevel.
+
+ Internal changes:
+ * Minor refactoring to support translation.
+ * i18n-diff-auditor: New script to support translation markup.
+
+ Packaging:
+ * Use dh_missing --fail-missing
+ * Add missing build-dependency on xgettext
+
+ Test suite:
+ * gdr-makepatches7: Fixes to dgit/git-debrebase interaction
+ * gdr-makepatches7: Test dgit with missing git-debrebase
+ * Test that the binary packages can be built
- --
+ -- Ian Jackson <ijackson@chiark.greenend.org.uk> Thu, 04 Oct 2018 20:33:12 +0100
dgit (7.0~pre1) experimental; urgency=medium