Changes since version 2.0.19 : Christopher Faulet (11): BUG/MINOR: http-fetch: Fix calls w/o parentheses of the cookie sample fetches BUG/MAJOR: spoe: Be sure to remove all references on a released spoe applet MINOR: spoe: Don't close connection in sync mode on processing timeout BUG/MEDIUM: filters: Forward all filtered data at the end of http filtering BUG/MINOR: http-ana: Don't wait for the body of CONNECT requests BUG/MAJOR: filters: Always keep all offsets up to date during data filtering DOC: config: Move req.hdrs and req.hdrs_bin in L7 samples fetches section BUG/MINOR: tools: make parse_time_err() more strict on the timer validity BUG/MINOR: tools: Reject size format not starting by a digit BUG/MEDIUM: lb-leastconn: Reposition a server using the right eweight CLEANUP: lua: Remove declaration of an inexistant function David Carlier (1): DOC: email change of the DeviceAtlas maintainer Eric Salama (1): MINOR: cfgparse: tighten the scope of newnameserver variable, free it on error. Frédéric Lécaille (2): BUG/MINOR: peers: Do not ignore a protocol error for dictionary entries. BUG/MINOR: peers: Missing TX cache entries reset. Gilchrist Dadaglo (8): BUG/MAJOR: spoa/python: Fixing return None DOC: spoa/python: Fixing typo in IP related error messages DOC: spoa/python: Rephrasing memory related error messages DOC: spoa/python: Fixing typos in comments BUG/MINOR: spoa/python: Cleanup references for failed Module Addobject operations BUG/MINOR: spoa/python: Cleanup ipaddress objects if initialization fails BUG/MEDIUM: spoa/python: Fixing PyObject_Call positional arguments BUG/MEDIUM: spoa/python: Fixing references to None Maciej Zdeb (1): BUG/MINOR: http-fetch: Extract cookie value even when no cookie name Phil Scherer (1): DOC/MINOR: Fix formatting in Management Guide Thierry Fournier (9): BUG/MINOR: pattern: a sample marked as const could be written BUG/MINOR: lua: set buffer size during map lookups BUG/MINOR: lua: lua-load doesn't check its parameters BUG/MINOR: lua: Post init register function are not executed beyond the first one BUG/MINOR: lua: Some lua init operation are processed unsafe MINOR: actions: Export actions lookup functions MINOR: actions: add a function returning a service pointer from its name MINOR: cli: add a function to look up a CLI service description BUG/MINOR: lua: warn when registering action, conv, sf, cli or applet multiple times Willy Tarreau (3): BUG/MEDIUM: peers: fix decoding of multi-byte length in stick-table messages BUILD: http-htx: fix build warning regarding long type in printf BUG/MAJOR: peers: fix partial message decoding Your Name (1): MINOR: plock: use an ARMv8 instruction barrier for the pause instruction