Changes since version 1.5.3 : Baptiste Assmann (1): BUG: config: error in http-response replace-header number of arguments Conrad Hoffmann (1): BUG/MINOR: Fix search for -p argument in systemd wrapper. Cyril Bonté (2): BUG/MEDIUM: auth: fix segfault with http-auth and a configuration with an unknown encryption algorithm BUG/MEDIUM: config: userlists should ensure that encrypted passwords are supported Dave McCowan (1): MEDIUM: connection: add new bit in Proxy Protocol V2 Godbach (1): BUG/MINOR: server: move the directive #endif to the end of file Thierry FOURNIER (1): BUG/MEDIUM: http: tarpit timeout is reset Willy Tarreau (6): BUG/MAJOR: tcp: fix a possible busy spinning loop in content track-sc* BUG/MEDIUM: http: fix inverted condition in pat_match_meth() BUG/MEDIUM: http: fix improper parsing of HTTP methods for use with ACLs BUG/MINOR: pattern: remove useless allocation of unused trash in pat_parse_reg() BUG/MEDIUM: acl: correctly compute the output type when a converter is used CLEANUP: acl: cleanup some of the redundancy and spaghetti after last fix