Changes since version 1.8-dev2 :

Christopher Faulet (8):
      BUG/MINOR: buffers: Fix bi/bo_contig_space to handle full buffers
      BUG/MINOR: acls: Set the right refflag when patterns are loaded from a map
      BUG/MINOR: ssl: Be sure that SSLv3 connection methods exist for openssl < 1.1.0
      BUG/MINOR: http/filters: Be sure to wait if a filter loops in HTTP_MSG_ENDING
      BUG/MINOR: cfgparse: Check if tune.http.maxhdr is in the range 1..32767
      MINOR: queue: Change pendconn_get_next_strm into private function
      MINOR: backends: Change get_server_sh/get_server_uh into private function
      MINOR: queue: Change pendconn_from_srv/pendconn_from_px into private functions

David Carlier (1):
      BUG/MINOR: haproxy/cli : fix for solaris/illumos distros for CMSG* macros

Emeric Brun (7):
      BUG/MAJOR: ssl: fix segfault on connection close using async engines.
      BUG/MAJOR: ssl: buffer overflow using offloaded ciphering on async engine
      BUG/MINOR: ssl: do not call directly the conn_fd_handler from async_fd_handler
      BUG/MINOR: stream: flag TASK_WOKEN_RES not set if task in runqueue
      MAJOR: task: task scheduler rework.
      MINOR: task/stream: tasks related to a stream must be init by the caller.
      MAJOR: applet: applet scheduler rework.

Emmanuel Hocdet (4):
      REORG: ssl: move defines and methodVersions table upper
      MEDIUM: ssl: ctx_set_version/ssl_set_version func for methodVersions table
      MINOR: ssl: support ssl-min-ver and ssl-max-ver with crt-list
      MEDIUM: ssl: disable SSLv3 per default for bind

Frédéric Lécaille (4):
      CONTRIB: plug qdiscs: Plug queuing disciplines mini HOWTO.
      BUG/MEDIUM: peers: Peers CLOSE_WAIT issue.
      BUG/MAJOR: server: Segfault after parsing server state file.
      BUG/MINOR: Wrong peer task expiration handling during synchronization processing.

Nan Liu (1):
      BUG/MINOR: Makefile: fix compile error with USE_LUA=1 in ubuntu16.04

William Lallemand (7):
      BUG/MEDIUM: build without openssl broken
      BUG/MINOR: warning: ‘need_resend’ may be used uninitialized
      BUG/MEDIUM: misplaced exit and wrong exit code
      BUG/MEDIUM: fix segfault when no argument to -x option
      MINOR: warning on multiple -x
      MINOR: mworker: don't copy -x argument anymore in copy_argv()
      BUG/MEDIUM: mworker: don't reuse PIDs passed to the master

Willy Tarreau (18):
      BUILD: scripts: make publish-release support bare repositories
      BUILD: scripts: add an automatic mode for publish-release
      BUILD: scripts: add a "quiet" mode to publish-release
      BUG/MAJOR: http: call manage_client_side_cookies() before erasing the buffer
      BUG/MEDIUM: unix: never unlink a unix socket from the file system
      scripts: create-release pass -n to tail
      SCRIPTS: create-release: enforce GIT_COMMITTER_{NAME|EMAIL} validity
      BUG/MINOR: log: pin the front connection when front ip/ports are logged
      DOC: fix references to the section about the unix socket
      MEDIUM: stream: make stream_new() always set the target and analysers
      MINOR: frontend: initialize HTTP layer after the debugging code
      MINOR: connection: add a .get_alpn() method to xprt_ops
      MINOR: ssl: add a get_alpn() method to ssl_sock
      MINOR: frontend: retrieve the ALPN name when available
      MINOR: frontend: report the connection's ALPN in the debug output
      MINOR: stream: don't set backend's nor response analysers on SF_TUNNEL
      MINOR: connection: send data before receiving
      BUG/MAJOR: frontend: don't dereference a null conn on outgoing connections