From: Michael Vogt Date: Mon, 13 Oct 2014 14:17:27 +0000 (+0200) Subject: releasing package apt version 1.1~exp5 X-Git-Tag: 1.1.exp5 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/8556d56aabc7162032a55370373d1b8f5af33645 releasing package apt version 1.1~exp5 --- diff --git a/debian/changelog b/debian/changelog index 293278679..2cbfec869 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,23 @@ +apt (1.1~exp5) experimental; urgency=medium + + [ Michael Vogt ] + * Only rename StatError files in AbortTransaction() + * Document Acquire{MaxReleaseFileSize,AllowInsecureRepositories, + AllowDowngradeToInsecureRepositories} and + --no-allow-insecure-repositories + * Fix backward compatiblity of the new pkgAcquireMethod::DropPrivsOrDie() + * Change default of Acquire::AllowInsecureRepositories to "true" + so that this change is less disruptive, this will be switched + to "false" again after jessie + + [ David Kalnischkies ] + * remove useless pdiff filename output (Closes: 764737) + * make --allow-insecure-repositories message an error + * display a warning for unsigned repos + * trusted=yes sources are secure, we just don't know why + + -- Michael Vogt Mon, 13 Oct 2014 16:15:22 +0200 + apt (1.1~exp4) experimental; urgency=medium [ Michael Vogt ]