diff options
author | Martin Pitt <martin@piware.de> | 2010-10-13 12:45:47 +0200 |
---|---|---|
committer | Martin Pitt <martin@piware.de> | 2010-10-13 12:45:47 +0200 |
commit | 5473df3fec08eaea6e84b98551cc247e87f4b6df (patch) | |
tree | 16d6de2761d53a2cb58330b632e09ff51e6b87f9 /debian | |
parent | 3a97e9665d126a582c830376bfded145c0f9b2d1 (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.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index e7d784eb8..ad6d05cf0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,12 @@ apt (0.8.7) UNRELEASED; urgency=low * Wrong translation for "showauto" fixed. Thanks to Raphaƫl Hertzog Closes: #599265 + [ 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. + -- Christian Perrier <bubulle@debian.org> Tue, 05 Oct 2010 05:35:58 +0200 apt (0.8.6) unstable; urgency=low |