chiark / gitweb /
Update changelog for fetch spec
[dgit.git] / debian / changelog
index 1ad499d717ce1bf18435a9d47489802575665871..759eb4f837f606171e6115167e6573948966dc8c 100644 (file)
@@ -7,6 +7,11 @@ dgit (1.5~~) unstable; urgency=medium
     has been changed recently and now this default setting is very awkward
     to change for the dgit user.
 
+  Major new feature:
+  * --quilt=gbp, --quilt=dpm, --quilt=unpacked: Introduce facility for
+    split view (dgit/mainiainer view), to improve compatibility with some
+    other workflow tools.
+
   New checks and improved behaviours:
   * When running dpkg-buildpackage, cope if user specified -g or -G.
   * dgit sbuild: check that the set of .changes files found is as we
@@ -31,6 +36,12 @@ dgit (1.5~~) unstable; urgency=medium
   * When generating quilt patches from git commits, make patches that
     look quite like git-format-patch output (rather than strange things
     based on an obselete interpretation of DEP-3).
+  * When generating quilt patches from git commits, honour (and strip)
+    any Gbp-Pq headers (that we understand).
+  * Several dgit-generated commits now have slightly better annotations
+    from dgit about what it was doing.
+  * Make --quilt=gbp the default for dgit gbp-build.
+  * New tag format (for dgit view) archive/debian/VERSION.
 
   Infrastructure:
   * Better error handling in dgit-repos-policy-debian.
@@ -63,6 +74,7 @@ dgit (1.5~~) unstable; urgency=medium
     .orig-comp components accorging to dpkg-source(1).
   * Fix up .orig detection to handle .asc's (and other signatures)
     of .orig components the same way as their tarballs.
+  * Tidy up refs/dgit-fetch/ after dgit fetch (if successful).
 
   Test suite:
   * When sbuild fails, do not crash due to sed not finding the log
@@ -82,6 +94,7 @@ dgit (1.5~~) unstable; urgency=medium
   * Test dgit-repos-policy-debian with multiple (identical, as it happens)
     existing taints.
   * Provide better log output for certain failures.
+  * Fix handling of in-archive copies.
 
  --