Changes since version 2.2-dev0 : Christopher Faulet (4): BUG/MINOR: h1: Don't test the host header during response parsing BUG/MINOR: http-htx: Don't make http_find_header() fail if the value is empty BUG/MINOR: fcgi-app: Make the directive pass-header case insensitive BUG/MINOR: stats: Fix HTML output for the frontends heading Emmanuel Hocdet (5): MINOR: ssl: deduplicate ca-file MINOR: ssl: compute ca-list from deduplicate ca-file MINOR: ssl: deduplicate crl-file BUG/MINOR: ssl: fix SSL_CTX_set1_chain compatibility for openssl < 1.0.2 BUG/MINOR: ssl: fix X509 compatibility for openssl < 1.1.0 Julien Pivotto (1): DOC: Fix ordered list in summary Mathias Weiersmueller (1): DOC: clarify matching strings on binary fetches Tim Duesterhus (2): CLEANUP: ssl: Clean up error handling DOC: Clarify behavior of server maxconn in HTTP mode William Dauchy (2): BUG/MINOR: contrib/prometheus-exporter: decode parameter and value only CLEANUP: dns: resolution can never be null William Lallemand (3): DOC: ssl/cli: set/commit/abort ssl cert BUG/MINOR: ssl/cli: 'ssl cert' cmd only usable w/ admin rights BUG/MINOR: ssl/cli: don't overwrite the filters variable Willy Tarreau (8): DOC: this is development again MINOR: version: this is development again, update the status SCRIPTS: update create-release to fix the changelog on new branches BUILD/MINOR: trace: fix use of long type in a few printf format strings DOC: move the "group" keyword at the right place MEDIUM: init: prevent process and thread creation at runtime BUG/MEDIUM: stream-int: don't subscribed for recv when we're trying to flush data BUG/MINOR: stream-int: avoid calling rcv_buf() when splicing is still possible