Changes since version 1.5.14 : Baptiste Assmann (2): DOC: usesrc root privileges requirements DOC: typo in 'redirect', 302 code meaning 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. Thierry FOURNIER (2): BUG/MINOR: http/sample: gmtime/localtime can fail DOC: ssl: missing LF Willy Tarreau (16): 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()