Changes since version 2.1-dev0 : Baptiste Assmann (1): MEDIUM: server: server-state global file stored in a tree Christopher Faulet (5): BUG/MEDIUM: h2/htx: Update data length of the HTX when the cookie list is built BUG/MINOR: lua/htx: Make txn.req_req_* and txn.res_rep_* HTX aware BUG/MINOR: mux-h1: Add the header connection in lower case in outgoing messages MINOR: htx: Add the function htx_change_blk_value_len() BUG/MEDIUM: htx: Fully update HTX message when the block value is changed Tim Duesterhus (6): MEDIUM: Make 'block' directive fatal MEDIUM: Make 'redispatch' directive fatal MEDIUM: Make '(cli|con|srv)timeout' directive fatal MEDIUM: Remove 'option independant-streams' MINOR: sample: Add sha2([]) converter BUG/MEDIUM: compression: Set Vary: Accept-Encoding for compressed responses Willy Tarreau (1): DOC: this is a development branch again.