diff options
author | Julian Andres Klode <jak@debian.org> | 2016-08-11 14:05:04 +0200 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2016-08-11 14:10:27 +0200 |
commit | f8b879c2c805e6d49d438cad877a1706e4ae56d2 (patch) | |
tree | f2f32e62ac89a5119750cb73a65d892f08b0417c /debian | |
parent | 80c0c9b2980310c78bd9bc26b463c7e3ad7fdae3 (diff) |
Release 1.3~rc11.3_rc1
This commit looks heavy. Most of that comes from the fact that the
ordering of files in the translations changed with the switch to
CMake. I could have gone the extra mile to figure out the original
ordering and replicate it, but I have chosen to re-order everything
by file and line number, as that's easier.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 2c78c5a54..b36b778b6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,46 @@ +apt (1.3~rc1) unstable; urgency=medium + + * Summary: CMake branch merged, socks5h (and tor) support, and fancy + installation ordering changes. + + [ Julian Andres Klode ] + * Handle interrupt when running Pre-Install hooks (Closes: #832593) + * CMake: po: Add mirror method + * CMake: Translations: Add support for shell scripts + * debian: make autopkgtest run with CMake build dir + * CMake: Bump minimum required version to 3.4.0 + * CMake: Check for ptsname_r() again (Closes: #833674) + * CMake: Rewrite existing Documentation support and add doxygen + * apt-private: Do not include apti18n.h in headers + * Get rid of the old buildsystem + * Fix some indentation issues in README.md + + [ David Kalnischkies ] + * pass --force-remove-essential to dpkg only if needed + * use dpkg --unpack --recursive to avoid long cmdlines + * save and restore selection states before/after calling dpkg + * select remove/purge packages early on for dpkg + * call dpkg with --no-triggers by default (Closes: #626599) + * don't purge directly, but remove and do purge at the end + * ensure all configures are reported to hook scripts + * ensure all removes are reported to hook scripts + * support all socks-proxy known to curl in https method + * suggest transport-packages based on established namescheme + * fail on unsupported http/https proxy settings (Closes: #623443) + * detect redirection loops in acquire instead of workers + * use the same redirection handling for http and https + * implement generic config fallback for methods + * implement socks5h proxy support for http method (Closes: 744934) + * allow methods to be disabled and redirected via config + * allow user@host (aka: no password) in URI parsing + * try to avoid removal of crossgraded packages + * simulate all package manager actions explicitly + * disable explicit configuration of all packages at the end + * block direct connections to .onion domains (RFC7687) + * http: auto-configure for local Tor proxy if called as 'tor' + + -- Julian Andres Klode <jak@debian.org> Thu, 11 Aug 2016 14:10:22 +0200 + apt (1.3~pre3+cmake2) experimental; urgency=medium * Build-depend on pkg-config |