From: David Kalnischkies Date: Sun, 10 Jul 2011 10:16:13 +0000 (+0200) Subject: merge with debian-experimental X-Git-Tag: 0.9.0~85^2~9 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/dd5e47ff5069e3859bd76d5fc8f6887121710556?hp=-c merge with debian-experimental --- dd5e47ff5069e3859bd76d5fc8f6887121710556 diff --combined debian/changelog index 73881ac54,478d6e1e2..9aeb2f809 --- a/debian/changelog +++ b/debian/changelog @@@ -1,14 -1,10 +1,19 @@@ - apt (0.8.16~exp3) experimental; urgency=low + apt (0.8.16~exp3) UNRELEASEDexperimental; urgency=low + [ David Kalnischkies ] + * apt-pkg/pkgcache.h: + - readd All{Foreign,Allowed} as suggested by Julian to + remain strictly API compatible + * apt-pkg/acquire*.{cc,h}: + - try even harder to support really big files in the fetcher by + converting (hopefully) everything to 'long long' (Closes: #632271) + ++ [ Michael Vogt ] + * merge fixes from the debian/unstable upload + * merge lp:~mvo/apt/sha512-template to get fixes for the + sha1/md5 verifiation (closes: #632520) + - -- Michael Vogt Thu, 30 Jun 2011 09:19:27 +0100 + -- David Kalnischkies Tue, 05 Jul 2011 15:56:42 +0200 apt (0.8.16~exp2) experimental; urgency=low @@@ -50,17 -46,6 +55,17 @@@ apt (0.8.16~exp1) experimental; urgency -- Michael Vogt Wed, 29 Jun 2011 12:40:31 +0200 +apt (0.8.15.2) unstable; urgency=low + + [ David Kalnischkies ] + * apt-pkg/pkgcachegen.cc: + - fallback to memory if file is not writeable even if access() + told us the opposite before (e.g. in fakeroot 1.16) (Closes: #630591) + * doc/sources.list.5.xml: + - document available [options] for sources.list entries (Closes: 632441) + + -- David Kalnischkies Tue, 05 Jul 2011 15:12:21 +0200 + apt (0.8.15.1) unstable; urgency=low [ David Kalnischkies ]