summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2009-08-26 12:03:40 +0200
committerDavid Kalnischkies <kalnischkies@gmail.com>2009-08-26 12:03:40 +0200
commit8c75bf9e9558d062a5f3d1fe5276aeffba6403a0 (patch)
treef9a178fca73925fd83fb43ba8a5a0cbd9f77f0e9
parente878aedb8b53b311295a2df55ce5e865b1ad92b9 (diff)
fix changelog entry for compression types reordering patch to
reflect that we now use the new APT::Configuration class for this instead of the init.cc
-rw-r--r--debian/changelog2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 4923f913f..00afc704b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -22,7 +22,7 @@ apt (0.7.22.3) unstable; urgency=low
* apt-pkg/acquire-item.cc:
- use configsettings for dynamic compression type use and order.
Based on a patch by Jyrki Muukkonen, thanks! (LP: #71746)
- * apt-pkg/init.cc:
+ * apt-pkg/aptconfiguration.cc:
- add default configuration for compression types and add lzma
support. Order is now bzip2, lzma, gzip, none (Closes: #510526)
* ftparchive/writer.cc: