chiark / gitweb /
changelog: Garden and reformat
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 8 Jul 2017 20:20:33 +0000 (21:20 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 8 Jul 2017 21:37:27 +0000 (22:37 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
debian/changelog

index ed6dc822f4c3899fac537dda3619921296803713..741c0559e814378fa0f9a7889cfb59b2b3d66ae3 100644 (file)
@@ -1,26 +1,25 @@
-dgit (3.11~) unstable; urgency=medium
+dgit (3.11~) unstable; urgency=high
 
-  * dgit: fix rpush+buildinfo: Transfer buildinfos for signing.
-    Closes:#867693.
-  * dgit: Cope if the archive server sends an HTTP redirect,
+  Important bugfixes to dgit:
+  * Fix rpush+buildinfo: Transfer buildinfos for signing.  Closes:#867693.
+  * Cope if the archive server sends an HTTP redirect,
     by passing -L to curl.  Closes:#867185,#867309.
-  * dgit: Cope with newer git which hates --local outside a working
-    tree.  Closes:#865863.
-  * dgit: rpush: Honour local git config from build host working
-    tree.
-  * dgit: tolerate compressor terminating with SIGPIPE.
-    Closes:#857694.
-  * dgit: honour more pre-tree git config options in our private
-    trees sharing the user's object store.  In particular,
-    core.sharedRepository.  Prompted by #867603.
-  * dgit-badcommit-fixup: Honour core.sharedRepository.
-    Closes:#867603.
-  * dgit: clone multisuite works even without --no-rm-on-error.
-    Closes:#867434.
+  * Cope with newer git which hates --local outside a tree.  Closes:#865863.
+  * rpush: Honour local git config from build host working tree.
+  * Tolerate compressor terminating with SIGPIPE.  Closes:#857694.
+  * Honour more pre-tree git config options in our private trees sharing
+    the user's object store.  In particular, core.sharedRepository.
+    Prompted by #867603.
+  * Clone multisuite works even without --no-rm-on-error.  Closes:#867434.
+
+  Important bugfixes to other components:
+  * dgit-badcommit-fixup: Honour core.sharedRepository.   Closes:#867603.
   * infrastructure: Cope with new git-receive-pack which has
     quarantine feature: ie, work around #867702.
-  * test suite: Cope with git restricting ext:: protocols.
-  * test suite: Test multisuite clone without --rm-on-error.
+
+  Test suite:
+  * Cope with git restricting ext:: protocols.
+  * multisuite: Test clone without --rm-on-error.
 
  --