summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2017-07-08 21:20:33 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2017-07-08 22:37:27 +0100
commit8d75cd0a442a76bec017fa5c0481be003fe7f81f (patch)
tree1a96eea8d0a4f04b6d486223bab6dba5e81fc139 /debian/changelog
parentb3330b4429a85d7e63d6809b9c34fa97f747ef5f (diff)
changelog: Garden and reformat
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog37
1 files changed, 18 insertions, 19 deletions
diff --git a/debian/changelog b/debian/changelog
index ed6dc82..741c055 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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.
--