diff options
author | Julian Andres Klode <jak@debian.org> | 2017-02-22 18:12:47 +0100 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2017-02-27 15:34:27 +0100 |
commit | 02f6418a3236218e3445004bd430c26dfd736d03 (patch) | |
tree | c43c07df4937a86571bd9188bd3e36d65bd06c59 /debian | |
parent | 60e21eabb4c48a966238218bc249b51823f6a65d (diff) |
Release 1.2.201.2.20
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index c6a389449..be0a6722a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,40 @@ +apt (1.2.20) xenial; urgency=medium + + * Microrelease covering fixes of 1.4~rc2 (LP: #1668285) + + [ David Kalnischkies ] + * don't install new deps of candidates for kept back pkgs + * keep Release.gpg on untrusted to trusted IMS-Hit (Closes: 838779) + (LP: #1657440) + * reset HOME, USER(NAME), TMPDIR & SHELL in DropPrivileges (Closes: 842877) + * add TMP/TEMP/TEMPDIR to the TMPDIR DropPrivileges dance + * let {dsc,tar,diff}-only implicitly enable download-only + * don't show update stats if cache generation is disabled + * don't lock dpkg in 'apt-get clean' + * don't lock dpkg in update commands + * avoid validate/delete/load race in cache generation + * remove 'old' FAILED files in the next acquire call (Closes: 846476) + * stop rred from leaking debug messages on recovered errors (Closes: #850759) + + [ Paul Wise ] + * show output as documented for APT::Periodic::Verbose 2 (Closes: 845599) + + [ John R. Lenton ] + * bash-completion: Only complete understood file paths for install + (LP: #1645815) + + [ Lukasz Kawczynski ] + * Honour Acquire::ForceIPv4/6 in the https transport + + [ Julian Andres Klode ] + * basehttp: Only read Content-Range on 416 and 206 responses (LP: #1657567) + * Only merge acquire items with the same meta key (Closes: #838441) + * Do not package names representing .dsc/.deb/... files (Closes: #854794) + * Don't use -1 fd and AT_SYMLINK_NOFOLLOW for faccessat() + Thanks to James Clarke for debugging these issues + + -- Julian Andres Klode <juliank@ubuntu.com> Mon, 27 Feb 2017 15:29:18 +0100 + apt (1.2.19) xenial; urgency=medium * https: Quote path in URL before passing it to curl (LP: #1651923) |