]> git.saurik.com Git - apt.git/blobdiff - debian/changelog
* apt-pkg/deb/dpkgpm.cc:
[apt.git] / debian / changelog
index 45804bc638ab858489d8ee9317ee65bc8265f590..a22f78401a7ce6c7a8b3524a64dbc1430834585c 100644 (file)
@@ -9,6 +9,16 @@ apt (0.7.21) UNRELEASED; urgency=low
   * Documented all cron script related configuration items in 
     configure-index.
 
+  [ Michael Vogt ]
+  * apt-pkg/acquire.cc:
+    - make the max pipeline depth of the acquire queue configurable
+      via Acquire::Max-Pipeline-Depth
+  * apt-pkg/deb/dpkgpm.cc:
+    - add Dpkg::UseIoNice boolean option to run dpkg with ionice -c3
+      (off by default)
+
+ -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 28 May 2009 17:51:42 +0200
+
   [ Michael Vogt ]
   * apt-pkg/indexcopy.cc:
     - support having CDs with no Packages file (just a Packages.gz)
@@ -51,7 +61,9 @@ apt (0.7.21) UNRELEASED; urgency=low
   * fix problematic use of tolower() when calculating the version 
     hash by using locale independant tolower_ascii() function. 
     Thanks to M. Vefa Bicakci (LP: #80248)
-    
+  * build fixes for g++-4.4
+  * cmdline/apt-mark:
+    - add "showauto" option to show automatically installed packages
 
   [ Dereck Wonnacott ]
   * apt-ftparchive might write corrupt Release files (LP: #46439)