chiark / gitweb /
changelog: update for further changes
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 22 Jun 2020 18:09:01 +0000 (19:09 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 22 Jun 2020 18:09:01 +0000 (19:09 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
debian/changelog

index 55ab4ff18a77a149f6a919233ea3b46bf9cfadae..c9124067267678b606fc460212db8828238812e2 100644 (file)
@@ -1,12 +1,24 @@
 dgit (9.11~) unstable; urgency=medium
 
-  Dgit.pm:
-  * upstream_commitish_search: fail if more than one tag found.
-    Closes:#961682.  [Sean Whitton]
+  Bugfixes:
+  * git-debrebase, git-debpush: fail when looking for upstream tag if
+    there is more than one candidate.  Closes:#961682.  [Sean Whitton]
+  * git-debrebase: Fix error message for wrong use of -i
+  * git-debrebase: new-upstream: Do not treat late options as version
 
   Documentation:
   * dgit-maint-debrebase(7): Drop some bad advice about the upstream/ tag
     case.  Closes:#961683.  [Sean Whitton]
+  * git-debrebase(1): Fix new-upstream -i docs
+
+  dgit-infrastructure:
+  * dgit-mirror-ssh-wrap: Cope with new rsync rune.  Closes:#963489.
+  * dgit-mirror-ssh-wrap: Clarify the error message 
+
+ Test suite:
+  * Cope with buster & eatmydata (ie, work around #963508)
+  * Provide navigation banner in log when exiting nonzero
+  * Print pwd in failure trap to help with diagnosis
 
  --