summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authormartin@piware.de <>2010-06-11 10:56:56 +0200
committermartin@piware.de <>2010-06-11 10:56:56 +0200
commitc8c6e61bb039136410a95dac716129d371d14d19 (patch)
treed7243a4db833d952c5647681a94f6ea5011e88b3 /debian
parentbb109d0b14218cde4fccc45856cf67e5513c0cc9 (diff)
* doc/apt.conf.5.xml:
- Document the new Acquire::GzipIndexes option.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 483fff9c3..85e80bb90 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,6 +20,8 @@ apt (0.7.26~exp5) UNRELEASED; urgency=low
- 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.
+ * doc/apt.conf.5.xml:
+ - Document the new Acquire::GzipIndexes option.
* Add test/test-indexes.sh:
- Test behaviour of index retrieval and usage, in particular with
uncompressed and gzip compressed indexes.