Changes since version 1.5-dev26 : Nenad Merdanovic (1): MINOR: checks: mysql-check: Add support for v4.1+ authentication Remi Gacogne (2): MEDIUM: ssl: Add the option to use standardized DH parameters >= 1024 bits MEDIUM: ssl: fix detection of ephemeral diffie-hellman key exchange by using the cipher description. Simon Horman (1): MEDIUM: Break out check establishment into connect_chk() Simone Gotti (2): BUG/MEDIUM: fix ignored values for half-closed timeouts (client-fin and server-fin) in defaults section. BUG/MEDIUM: Fix unhandled connections problem with systemd daemon mode and SO_REUSEPORT. Todd Lyons (1): DOC: Add Exim as Proxy Protocol implementer. Willy Tarreau (16): BUILD: don't use type "uint" which is not portable BUILD: stats: workaround stupid and bogus -Werror=format-security behaviour BUG/MEDIUM: http: clear CF_READ_NOEXP when preparing a new transaction CLEANUP: http: don't clear CF_READ_NOEXP twice DOC: fix proxy protocol v2 decoder example DOC: fix remaining occurrences of "pattern extraction" MINOR: log: allow the HTTP status code to be logged even in TCP frontends MINOR: logs: don't limit HTTP header captures to HTTP frontends MINOR: sample: improve sample_fetch_string() to report partial contents MINOR: capture: extend the captures to support non-header keys MINOR: tcp: prepare support for the "capture" action MEDIUM: tcp: add a new tcp-request capture directive MEDIUM: session: allow shorter retry delay if timeout connect is small MEDIUM: session: don't apply the retry delay when redispatching MEDIUM: session: redispatch earlier when possible MINOR: config: warn when tcp-check rules are used without option tcp-check