Changes since version 1.7.1 : Christopher Faulet (2): BUG/MINOR: Fix the sending function in Lua's cosocket BUG/MAJOR: channel: Fix the definition order of channel analyzers David Harrigan (1): MINOR: stats: Support "select all" for backend actions Emeric Brun (1): MINOR: connection: add sample fetch "fc_rcvd_proxy" Guillaume de Lafond (1): DOC: Add timings events schemas Marcin Deranek (2): DOC: fix small typo in fe_id (backend instead of frontend) BUG/MINOR: backend: nbsrv() should return 0 if backend is disabled Olivier Doucet (1): BUG/MINOR: option prefer-last-server must be ignored in some case Robin H. Johnson (1): MINOR: http: custom status reason. Thierry FOURNIER (9): BUG/MEDIUM: lua: In some case, the return of sample-fetches is ignored (2) DOC: lua: documentation about time parser functions DOC: lua: section declared twice BUG/MINOR: lua/cli: bad error message BUG/MINOR: lua: memory leak executing tasks BUG/MINOR: lua: bad return code BUG/MINOR: stats: fix be/sessions/current out in typed stats BUILD: lua: build failed on FreeBSD. BUG/MINOR: sample-fetches/stick-tables: bad type for the sample fetches sc*_get_gpt0 William Lallemand (1): BUG/MINOR: systemd: potential zombie processes Willy Tarreau (12): SCRIPTS: git-show-backports: fix a harmless typo SCRIPTS: git-show-backports: add -H to use the hash of the commit message BUG/MINOR: stream-int: automatically release SI_FL_WAIT_DATA on SHUTW_NOW BUG/MEDIUM: ssl: properly reset the reused_sess during a forced handshake BUG/MEDIUM: ssl: avoid double free when releasing bind_confs BUG/MEDIUM: ssl: for a handshake when server-side SNI changes BUG/MINOR: http: report real parser state in error captures BUILD: scripts: automatically update the branch in version.h when releasing BUG/MAJOR: http: fix risk of getting invalid reports of bad requests 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