Przeglądaj źródła

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

David Kalnischkies 17 lat temu
rodzic
commit
8c75bf9e95
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      debian/changelog

+ 1 - 1
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: