]> git.saurik.com Git - apt.git/commitdiff
fix changelog entry for compression types reordering patch to
authorDavid Kalnischkies <kalnischkies@gmail.com>
Wed, 26 Aug 2009 10:03:40 +0000 (12:03 +0200)
committerDavid Kalnischkies <kalnischkies@gmail.com>
Wed, 26 Aug 2009 10:03:40 +0000 (12:03 +0200)
reflect that we now use the new APT::Configuration class for this
instead of the init.cc

debian/changelog

index 4923f913fb31f38610af4a69caa1c57ab2896bd8..00afc704b638536575d0246b54b31398bb62df14 100644 (file)
@@ -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: