diff options
author | martin@piware.de <> | 2010-07-06 13:14:57 +0200 |
---|---|---|
committer | martin@piware.de <> | 2010-07-06 13:14:57 +0200 |
commit | 127e6df37213a1fda0dd5b44182acf678ccbbf02 (patch) | |
tree | 1fc838ca3c2ce3bc91d8f54d520266ecf24d2bf3 /debian | |
parent | d13c2d3f7b10e558301a05948e91ac4a60160793 (diff) |
methods/gzip.cc: With FileFd now being able to read gzipped files, there
is no need for the gzip method any more to spawn an external gzip process.
Rewrite it to use FileFd directly, which makes the code a lot simpler, and
also using less memory and overhead.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index f3f2d3df4..6f3d2eb71 100644 --- a/debian/changelog +++ b/debian/changelog @@ -38,6 +38,10 @@ apt (0.7.26~exp5) UNRELEASED; urgency=low - Fix return value of pkgAcqFile::Custom600Headers() in the non-index case, to avoid returning NULL and causing crashers in callers. This also fixes a compiler warning. + * methods/gzip.cc: With FileFd now being able to read gzipped files, there + is no need for the gzip method any more to spawn an external gzip process. + Rewrite it to use FileFd directly, which makes the code a lot simpler, and + also using less memory and overhead. -- Christian Perrier <bubulle@debian.org> Tue, 11 May 2010 19:52:00 +0200 |