summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authormartin@piware.de <>2010-06-10 13:20:27 +0200
committermartin@piware.de <>2010-06-10 13:20:27 +0200
commit01606def78105c9d64f12c89e387d37ed46925b6 (patch)
treee11159f051f6b3594417643508ac6b19f668fb32 /debian
parentec7a129eeb1611ec097bc99a148d6d3a3dccf044 (diff)
* apt-pkg/acquire-item.cc:
- If the Acquire::GzipIndexes option is true and we download a gzipped index file, keep it as it is (and rename to .gz) instead of uncompressing it.
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 80c504b99..4122a728e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,10 @@ apt (0.7.26~exp5) UNRELEASED; urgency=low
* apt-pkg/deb/debindexfile.cc:
- If we do not find uncompressed package/source/translation indexes, look
for gzip compressed ones.
+ * apt-pkg/acquire-item.cc:
+ - If the Acquire::GzipIndexes option is true and we download a gzipped
+ index file, keep it as it is (and rename to .gz) instead of
+ uncompressing it.
-- Christian Perrier <bubulle@debian.org> Tue, 11 May 2010 19:52:00 +0200