chiark / gitweb /
changelog: start 9.4
[dgit.git] / debian / changelog
index 1ea95600800abef0de3e297c7cc5e17611704052..fcd128547bf4b0bcb14e57b2bea81d4aef03d656 100644 (file)
@@ -1,9 +1,88 @@
-dgit (9.1~) unstable; urgency=medium
+dgit (9.4~) unstable; urgency=medium
 
   * 
 
  --
 
+dgit (9.3) unstable; urgency=medium
+
+  dgit and git-debrebase bugfixes:
+  * No longer crash if .git/logs does not exist when we need it.
+  * Report the upstream tag, rather than commit id, in tags/commits,
+    if the user explicitly specifies refs/tags/...
+
+  tag-to-upload, git-debpush [Sean Whitton]:
+  * Several new checks designed to prevent broken uploads.
+    - Including: Check that upstream tag is ancestor of branch to be tagged.
+      Closes:#932096
+  * Cope with spaces in user-supplied upstream tag.
+
+  tag-to-upload, server side:
+  * Fix non-default quilt modes.  These were all previously broken.
+  * Arrange to report the upstream tag in dgit-generated commits/tags.
+
+  dgit archive query improvements [Matthew Vernon]:
+  * dgit(1): document the presence of the aptget method.  Closes:#932321.
+
+  minor supporting changes:
+  * New tests tagupl-baredebian and tagupl-gbp.
+  * Tiny addition to debugging output and test suite output.
+  * Test suite rearrangements.
+
+ -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Thu, 18 Jul 2019 03:10:25 +0100
+
+dgit (9.2) unstable; urgency=medium
+
+  * No change upload to force rebuild on buildd.
+
+ -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Tue, 09 Jul 2019 22:01:25 +0100
+
+dgit (9.1) unstable; urgency=medium
+
+  New tools for a "git-push-to-upload" workflow [Ian Jackson & Sean Whitton]:
+  * New script in a new binary package: git-debpush.
+    The new binary package is small, but
+    + git-debpush needs to be in src:dgit, because its test suite is the
+      dgit test suite; however,
+    + git-debpush is functionally and conceptually independent of dgit,
+      so should not go into bin:dgit; in particular
+    + git-debpush's dependencies are quite different to the other
+      binary packages.
+  * New dgit-infrastructure subcommand, tag2upload, to process tags made
+    by git-debpush.
+    Please see git-debpush(1) for a sketch of the workflow.
+
+  dgit:
+  * Allow the -p option to be used with various push modes.
+  * Include dgit tag metadata in maintainer view tags.
+    For consistency with, and use by, git-debpush.
+  * Include quilt metadata in the archive/ (dgit view) tag.
+  * rpush protocol: Version 6, which includes split brain information
+    for maintainer view tags.  And, actually use newer version
+    (was broken in 9.0, which would prefer to select 4 not 5).
+  * Add some missing blank lines to tag messages.
+  * Some other refactoring.
+
+  Other documentation:
+  * dgit(1): fix a reference in the description of --quilt=auto [Sean
+    Whitton].
+
+  Translations:
+  * Do not translate tag subject lines, because these are parsed by
+    dgit-repos-server.
+
+  Test suite:
+  * Test cases for new tools for "git-push-to-upload" workflow.
+  * drs-git-ext: honour DGIT_DRS_MODE.
+  * Provide a stunt sendmail and a stunt dgit.
+  * Unset CDPATH in case caller has it set.
+  * Some other refactoring.
+
+  Administrivia:
+  * Update d/copyright years to include 2019 [Sean Whitton].
+
+ -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 07 Jul 2019 14:28:27 +0100
+
 dgit (9.0) unstable; urgency=medium
 
   dgit - low-impact incompatible change: