Changes since version 2.0.13 : Christopher Faulet (7): MINOR: http-htx: Add a function to retrieve the headers size of an HTX message MINOR: filters: Forward data only if the last filter forwards something BUG/MINOR: filters: Count HTTP headers as filtered data but don't forward them BUG/MINOR: http-ana: Matching on monitor-uri should be case-sensitive BUG/MAJOR: http-ana: Always abort the request when a tarpit is triggered MINOR: contrib/prometheus-exporter: Add heathcheck status/code in server metrics MINOR: contrib/prometheus-exporter: Add the last heathcheck duration metric Jerome Magnin (2): MINOR: ist: add an iststop() function BUG/MINOR: http: http-request replace-path duplicates the query string Lukas Tribus (1): BUG/MINOR: dns: ignore trailing dot Olivier Houchard (1): BUG/MEDIUM: muxes: Use the right argument when calling the destroy method. Tim Duesterhus (2): CLEANUP: cfgparse: Fix type of second calloc() parameter BUG/MINOR: sample: Make sure to return stable IDs in the unique-id fetch William Dauchy (1): BUG/MINOR: namespace: avoid closing fd when socket failed in my_socketat Willy Tarreau (10): SCRIPTS: announce-release: use mutt -H instead of -i to include the draft BUG/MEDIUM: shctx: make sure to keep all blocks aligned MINOR: compiler: move CPU capabilities definition from config.h and complete them BUG/MEDIUM: ebtree: don't set attribute packed without unaligned access support BUILD: fix recent build failure on unaligned archs BUG/MINOR: sample: fix the json converter's endian-sensitivity BUG/MEDIUM: ssl: fix several bad pointer aliases in a few sample fetch functions BUG/MINOR: connection: make sure to correctly tag local PROXY connections MINOR: compiler: add new alignment macros BUILD: ebtree: improve architecture-specific alignment