Changes since version 1.7-dev6 : Bertrand Jacquin (5): BUG/MEDIUM: ssl: Store certificate filename in a variable BUG/MINOR: ssl: Print correct filename when error occurs reading OCSP CLEANUP: ssl: Remove goto after return dead code CLEANUP: ssl: Fix bind keywords name in comments DOC: ssl: Use correct wording for ca-sign-pass Thierry FOURNIER / OZON.IO (8): MINOR: lua: add function which return true if the channel is full. MINOR: lua: add ip addresses and network manipulation function BUG/MEDIUM: channel: bad unlikely macro CLEANUP: lua: move comment CLEANUP: lua: control executed twice MINOR: cli: add private pointer and release function MEDIUM: lua: Add cli handler for Lua BUG/MEDIUM: lua: In some case, the return of sample-fetche is ignored Vincent Bernat (1): BUG/MINOR: stick-table: handle out-of-memory condition gracefully Willy Tarreau (16): SCRIPTS: make publish-release also copy the new SPOE doc BUILD: http: include types/sample.h in proto_http.h BUILD: debug/flags: remove test for SF_COMP_READY CONTRIB: debug/flags: add check for SF_ERR_CHK_PORT CONTRIB: tcploop: scriptable TCP I/O for debugging purposes CONTRIB: tcploop: implement fork() CONTRIB: tcploop: implement logging when called with -v CONTRIB: tcploop: update the usage output CONTRIB: tcploop: support sending plain strings CONTRIB: tcploop: don't report failed send() or recv() CONTRIB: tcploop: add basic loops via a jump instruction CLEANUP: lua: avoid directly calling getsockname/getpeername() BUG/MEDIUM: connection: check the control layer before stopping polling DEBUG: connection: mark the closed FDs with a value that is easier to detect BUG/MEDIUM: stick-table: fix regression caused by recent fix for out-of-memory BUG/MINOR: cli: properly decrement ref count on tables during failed dumps