summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMartin Pitt <martin@piware.de>2010-10-13 13:00:49 +0200
committerMartin Pitt <martin@piware.de>2010-10-13 13:00:49 +0200
commit9c182afa045dc889a5025d166328c6115924d706 (patch)
tree87dcb5dce121c3dc09c60684b1247b29b82cc632 /debian
parent5473df3fec08eaea6e84b98551cc247e87f4b6df (diff)
* apt-pkg/contrib/fileutl.cc:
- Fix FileFd::Size() for gzipped files to give the size of the uncompressed data. This fixes cache progress building progress going way over 100%.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index ad6d05cf0..f1737a5a2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,10 @@ apt (0.8.7) UNRELEASED; urgency=low
- 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 progress building progress going way
+ over 100%.
-- Christian Perrier <bubulle@debian.org> Tue, 05 Oct 2010 05:35:58 +0200