diff options
author | Michael Vogt <mvo@ubuntu.com> | 2014-10-13 16:17:27 +0200 |
---|---|---|
committer | Michael Vogt <mvo@ubuntu.com> | 2014-10-13 16:17:27 +0200 |
commit | 8556d56aabc7162032a55370373d1b8f5af33645 (patch) | |
tree | 3d4278d96ebb1bf2fe2cd24a38314cb81a6ab463 /debian | |
parent | 6826652dacf269c91188393f5fe5613897c5aa1c (diff) |
releasing package apt version 1.1~exp51.1.exp5
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 20 |
1 files changed, 20 insertions, 0 deletions
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 <mvo@debian.org> Mon, 13 Oct 2014 16:15:22 +0200 + apt (1.1~exp4) experimental; urgency=medium [ Michael Vogt ] |