X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/bc87e700890863acd48fd61a5bc8dcc2386afd20..151c51065527790cb8d8b781d2a38a76981b0a30:/debian/changelog diff --git a/debian/changelog b/debian/changelog index 40882faa6..842187833 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 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 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: