Changes since version 1.6.11 : Christopher Faulet (3): BUG/MAJOR: channel: Fix the definition order of channel analyzers BUG/MEDIUM: http: Prevent replace-header from overwriting a buffer BUG/MINOR: http: Return an error when a replace-header rule failed on the response Guillaume de Lafond (1): DOC: Add timings events schemas Jarno Huuskonen (2): MINOR: proto_http.c 502 error txt typo. DOC: add deprecation notice to "block" Olivier Doucet (1): BUG/MINOR: option prefer-last-server must be ignored in some case Thierry FOURNIER (4): BUG/MINOR: sample-fetches/stick-tables: bad type for the sample fetches sc*_get_gpt0 BUG/MINOR: lua: Map.end are not reliable because "end" is a reserved keyword BUG/MEDIUM: http: prevent redirect from overwriting a buffer BUG/MINOR: sendmail: The return of vsnprintf is not cleanly tested Willy Tarreau (6): BUG/MINOR: config: emit a warning if http-reuse is enabled with incompatible options BUG/MINOR: tools: fix off-by-one in port size check BUG/MEDIUM: server: consider AF_UNSPEC as a valid address family BUG/MEDIUM: tcp: don't poll for write when connect() succeeds BUG/MINOR: unix: fix connect's polling in case no data are scheduled MINOR: chunks: implement a simple dynamic allocator for trash buffers