From: Joey Hess Date: Fri, 12 Dec 2008 00:12:07 +0000 (-0500) Subject: add bug closure X-Git-Tag: 0.19~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2c5bd2633080f5e2b78c9322cbbbf40c97cb38cb;p=tools%2Fpristine-tar.git add bug closure and todo item for the way-cool idea mentioned in the bug --- diff --git a/TODO b/TODO index 69fce2d..647280d 100644 --- 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. diff --git a/debian/changelog b/debian/changelog index 8bed75f..bab52d1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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.