diff options
author | Julian Andres Klode <jak@debian.org> | 2016-08-17 23:47:22 +0200 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2016-08-17 23:47:22 +0200 |
commit | 43670e2ef8b689d9efba633d11d2a5fc6f9968a0 (patch) | |
tree | 8d63d1d7041407f9359c347cd11fb97c68053ed3 /debian | |
parent | d1bdb73a96d01896ec8e213a0f14abc38d19a929 (diff) |
Release 1.3~rc21.3_rc2
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index b36b778b6..128398d00 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,32 @@ +apt (1.3~rc2) unstable; urgency=medium + + [ Julian Andres Klode ] + * debian/NEWS: Get rid of 1.3~pre3+cmake1 entry. + Thanks to Axel Beckert for reporting + * CMake: Use COPYONLY instead of @ONLY + * fileutl: empty file support: Avoid fstat() on -1 fd and check result + * Change anonscm.d.o links to /git/apt/apt.git and https + + [ David Kalnischkies ] + * don't perform int<float in progress bar drawing + * ensure a good clock() value for usage and tests + * drop incorrect const attribute from DirectoryExists (LP: 1473674) + * http(s): allow empty values for header fields (Closes: 834048) + * don't sent Range requests if we know its not accepted + * don't try pipelining if server closes connections (Closes: #832113) + * log with the failed item description, not with next try + * retry without same redirection mirror on 404 errors + * support getting only-uncompressed files via by-hash + * support compression and by-hash for .diff/Index files (Closes: #824926) + * default to Dir=/ in dpkg/status file finding magic + * add the gpg-classic variant to the gpgv/gnupg or-group + * allow spaces in fingerprints for 'apt-key del' + * add --with-source option and Packages/Sources support + * don't count each Type as an individual deb822-sources stanza + * methods: read config in most to least specific order (Closes: 834642) + + -- Julian Andres Klode <jak@debian.org> Wed, 17 Aug 2016 23:31:07 +0200 + apt (1.3~rc1) unstable; urgency=medium * Summary: CMake branch merged, socks5h (and tor) support, and fancy |