Changes since version 1.5.14 :

Baptiste Assmann (4):
      DOC: usesrc root privileges requirements
      DOC: typo in 'redirect', 302 code meaning
      DOC: backend section missing parameters
      DOC: stats paramaters available in frontend

Christopher Faulet (1):
      BUG/MINOR: http: Add OPTIONS in supported http methods (found by find_http_meth)

Cyril Bonté (1):
      FIX: small typo in an example using the "Referer" header

Daniel Jakots (1):
      DOC/MINOR: fix OpenBSD versions where haproxy works

Jérémie Courrèges-Anglas (1):
      BUILD: ssl: Allow building against libssl without SSLv3.

Neale Ferguson (1):
      BUILD: enable build on Linux/s390x

Thierry FOURNIER (2):
      BUG/MINOR: http/sample: gmtime/localtime can fail
      DOC: ssl: missing LF

Vincent Bernat (1):
      CLEANUP: don't ignore debian/ directory if present

Willy Tarreau (17):
      BUG/MINOR: log: missing some ARGC_* entries in fmt_directives()
      DOC: mention that %ms is left-padded with zeroes.
      CLEANUP: .gitignore: ignore more test files
      CLEANUP: .gitignore: finally ignore everything but what is known.
      MEDIUM: config: emit a warning on a frontend without listener
      BUG/MEDIUM: counters: ensure that src_{inc,clr}_gpc0 creates a missing entry
      DOC: fix example of http-request using ssl_fc_session_id
      BUG/MINOR: http: remove stupid HTTP_METH_NONE entry
      BUG/MAJOR: http: don't call http_send_name_header() after an error
      BUG/MINOR: tools: make str2sa_range() report unresolvable addresses
      BUG/MEDIUM: acl: always accept match "found"
      DOC: clarify how to make use of abstract sockets in socat
      CLEANUP: config: make the errorloc/errorfile messages less confusing
      BUG/MINOR: config: check that tune.bufsize is always positive
      BUG/MEDIUM: proxy: ignore stopped peers
      BUG/MEDIUM: proxy: do not wake stopped proxies' tasks during soft_stop()
      BUG/MINOR: config: make the stats socket pass the correct proxy to the parsers

peter cai (1):
      BUG/MEDIUM: pattern: fixup use_after_free in the pat_ref_delete_by_id