chiark / gitweb /
changelog: Add close note for #905400 to changelog entry for 6.5.
[dgit.git] / debian / changelog
index e9a36a2972894027fcf3ebaa73bd6a1c220c10b3..18bb180468d32a1ae1e5565a81d58ca4a04dc1ad 100644 (file)
@@ -9,6 +9,13 @@ dgit (6.7~) unstable; urgency=medium
   * test suite: unset GIT_EDITOR, so it works if user has that set.
   * git-debrebase: Improve laundry performance by a factor of ~55:1,
     and analysis performance by factor of ~4.2:1.  Closes:#905995.
+  * git-debrebase: `prepush' is now a silent no-op if the branch is
+    unstitched.  This is more friendly.
+  * git-debrebase: On rebase, always save ffq-prev even if we were
+    both stitched and laundered.  Closes:#905975.
+  * git-debrebase: convert-from-*: Snag on patches in d/patches which are
+    not in series, because they will be deleted.  Closes:#904997.
+  * changelog: Add close note for #905400 to changelog entry for 6.5.
 
  --
 
@@ -27,7 +34,7 @@ dgit (6.5) unstable; urgency=medium
   * git-debrebase: New subcommand `scrap'.  Closes:#905063.
 
   git-debrebase error handling improvements:
-  * git-debrebase: Properly reject bare dgit dsc imports
+  * git-debrebase: Properly reject bare dgit dsc imports.  Closes:905400.
   * git-debrebase: Improve some error message formatting.
   * git-debrebase: Check for git-rebase in progress and abort most operations.