add bug closure
authorJoey Hess <joey@kodama.kitenet.net>
Fri, 12 Dec 2008 00:12:07 +0000 (19:12 -0500)
committerJoey Hess <joey@kodama.kitenet.net>
Fri, 12 Dec 2008 00:12:07 +0000 (19:12 -0500)
and todo item for the way-cool idea mentioned in the bug

TODO
debian/changelog

diff --git a/TODO b/TODO
index 69fce2d7670101514c47e3f4180445640078d4d7..647280d40ac808255747b9d3dfb50b53b558c276 100644 (file)
--- a/TODO
+++ b/TODO
@@ -7,3 +7,6 @@
   git://git.debian.org/git/users/kibi-guest/pristine-tar.git , but I have
   not yet decided about applying it, since it would bloat the delta files
   with a list of all the files and md5sums..
+* Optimisation: Enhance zgz so it runs multiple compression alternatives
+  block-by-block in parallell, aborting compressors when they differ
+  from the target file.
index 8bed75f6b8d4a100ae4f2b2458aa2ec76e79293a..bab52d12478f69a7beed28f6dab444560c15d0c8 100644 (file)
@@ -28,7 +28,7 @@ pristine-tar (0.19) UNRELEASED; urgency=low
     compression using -c with standard input and standard output.  This
     removes the need to create a temporary file with the original filename and
     set its timestamp, as well as the need to continuously recreate the file
-    when compressed and removed.
+    when compressed and removed. Closes: #506627
   * zgz: Remove support for files, making -c the default.  This removes a lot
     of complexity and code duplication.