]> git.saurik.com Git - apt.git/blobdiff - debian/changelog
adjust changelog trailer to match upload
[apt.git] / debian / changelog
index 40882faa61df7d079ddff634417d7f193058391d..842187833f750b261ce767ae6b61ac065d481296 100644 (file)
@@ -1,3 +1,22 @@
+apt (0.7.9ubuntu4) UNRELEASED; urgency=low
+
+  * apt-pkg/algorithms.cc:
+    - Since APT::Get::List-Cleanup and APT::List-Cleanup both default to
+      true, the effect of the compatibility code was to require both of them
+      to be set to false in order to disable list cleanup; this broke the
+      installer. Instead, disable list cleanup if either of them is set to
+      false.
+
+ -- Colin Watson <cjwatson@ubuntu.com>  Wed, 09 Jan 2008 22:22:39 +0000
+
+apt (0.7.9ubuntu3) hardy; urgency=low
+
+  * merged the apt--DoListUpdate branch, this provides a common interface
+    for "apt-get update" like operations for the frontends and also provides
+    hooks to run stuff in APT::Update::{Pre,Post}-Invoke
+
+ -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 07 Jan 2008 19:02:11 +0100
+
 apt (0.7.9ubuntu2) hardy; urgency=low
 
   [ Otavio Salvador ]
@@ -39,6 +58,8 @@ apt (0.7.9ubuntu2) hardy; urgency=low
   * debian/apt.conf.daily:
     - print warning if the cache can not be locked (closes: #454561),
       thanks to Bastian Kleineidam
+  * debian/control:
+    - build against libdb-dev (instead of libdb4.4-dev)
   
  -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 03 Jan 2008 11:31:45 +0100
   
@@ -84,6 +105,11 @@ apt (0.7.9ubuntu1) hardy; urgency=low
   * apt-pkg/acquire-item.{cc,h}:
     - make the authentication download code more robust against
       servers/proxies with broken If-Range implementations
+  * debian/control:
+    - build against libdb-dev (instead of libdb4.4-dev)
+  * merged the apt--DoListUpdate branch, this provides a common interface
+    for "apt-get update" like operations for the frontends and also provides
+    hooks to run stuff in APT::Update::{Pre,Post}-Invoke
 
   [ Chris Cheney ]
   * ftparchive/contents.cc: