Changes since version 2.1.0 :

Christopher Faulet (9):
      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
      BUG/MEDIUM: mux-h1: Never reuse H1 connection if a shutw is pending
      BUG/MINOR: mux-h1: Don't rely on CO_FL_SOCK_RD_SH to set H1C_F_CS_SHUTDOWN
      BUG/MINOR: mux-h1: Fix conditions to know whether or not we may receive data
      BUG/MINOR: mux-h1: Be sure to set CS_FL_WANT_ROOM when EOM can't be added
      BUG/MEDIUM: mux-fcgi: Handle cases where the HTX EOM block cannot be inserted

Emmanuel Hocdet (2):
      BUG/MINOR: ssl: fix SSL_CTX_set1_chain compatibility for openssl < 1.0.2
      BUG/MINOR: ssl: certificate choice can be unexpected with openssl >= 1.1.1

Julien Pivotto (1):
      DOC: Fix ordered list in summary

Mathias Weiersmueller (1):
      DOC: clarify matching strings on binary fetches

Olivier Houchard (2):
      BUG/MEDIUM: tasks: Make sure we switch wait queues in task_set_affinity().
      BUG/MEDIUM: checks: Make sure we set the task affinity just before connecting.

Tim Duesterhus (1):
      DOC: Clarify behavior of server maxconn in HTTP mode

William Dauchy (1):
      BUG/MINOR: contrib/prometheus-exporter: decode parameter and value only

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 (5):
      BUILD/MINOR: trace: fix use of long type in a few printf format strings
      DOC: move the "group" keyword at the right place
      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
      BUG/MEDIUM: listener/thread: fix a race when pausing a listener