Changes since version 1.6.10 : Christopher Faulet (5): BUG/MINOR: cli: be sure to always warn the cli applet when input buffer is full MINOR: applet: Count number of (active) applets MINOR: task: Rename run_queue and run_queue_cur counters BUG/MEDIUM: stream: Save unprocessed events for a stream BUG/MAJOR: Fix how the list of entities waiting for a buffer is handled 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 Matthieu Guegan (1): BUG/MINOR: http: don't send an extra CRLF after a Set-Cookie in a redirect Thierry FOURNIER (3): BUG/MEDIUM: lua: In some case, the return of sample-fetches is ignored (2) DOC: lua: section declared twice BUG/MINOR: lua: memory leak executing tasks Thierry FOURNIER / OZON.IO (1): BUG/MEDIUM: variables: some variable name can hide another ones William Lallemand (1): BUG/MINOR: systemd: potential zombie processes Willy Tarreau (11): BUILD: contrib: fix ip6range build on Centos 7 BUG/MINOR: cli: fix pointer size when reporting data/transport layer name BUG/MINOR: cli: dequeue from the proxy when changing a maxconn BUG/MINOR: cli: wake up the CLI's task after a timeout update BUG/MINOR: freq-ctr: make swrate_add() support larger values BUG/MEDIUM: proxy: return "none" and "unknown" for unknown LB algos BUG/MAJOR: stream: fix session abort on resource shortage 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