diff options
author | Michael Vogt <mvo@debian.org> | 2010-10-13 15:33:16 +0200 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2010-10-13 15:33:16 +0200 |
commit | 6bea738672fb503d2813ae2d998096015a81c4a2 (patch) | |
tree | a60d61b723bbc90b8b715a476c5f1ee5e8d6e0c2 /debian | |
parent | 94eb3bee531ae1f3042eb8378e383b34dd083851 (diff) | |
parent | e344c4a7a1569c77ef8f8921852fd9822ee64b90 (diff) |
* apt-pkg/deb/debindexfile.cc:
- Use FileFd::Size() instead of stat()ing the sources/binary/translations
indexes directly, so that we have transparent handling of gzipped
indexes.
* apt-pkg/contrib/fileutl.cc:
- Fix FileFd::Size() for gzipped files to give the size of the
uncompressed data. This fixes cache building progress going way
over 100%.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 58e6d28bd..739f1b425 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,6 +16,16 @@ apt (0.8.7) UNRELEASED; urgency=low - fix issues with dir::state::status and dir::state::extended_states when alternative rootdirs are used + [ Martin Pitt ] + * apt-pkg/deb/debindexfile.cc: + - Use FileFd::Size() instead of stat()ing the sources/binary/translations + indexes directly, so that we have transparent handling of gzipped + indexes. + * apt-pkg/contrib/fileutl.cc: + - Fix FileFd::Size() for gzipped files to give the size of the + uncompressed data. This fixes cache building progress going way + over 100%. + -- Christian Perrier <bubulle@debian.org> Tue, 05 Oct 2010 05:35:58 +0200 apt (0.8.6) unstable; urgency=low |