Changes since version 2.4.7 : Amaury Denoyelle (1): BUG/MEDIUM: cpuset: fix cpuset size for FreeBSD Christopher Faulet (5): BUG/MEDIUM: mux_h2: Handle others remaining read0 cases on partial frames BUG/MINOR: http-ana: Don't eval front after-response rules if stopped on back BUG/MINOR: sample: Fix 'fix_tag_value' sample when waiting for more data BUG/MEDIUM: stream: Keep FLT_END analyzers if a stream detects a channel error BUG/MEDIUM: tcpcheck: Properly catch early HTTP parsing errors Emeric Brun (2): BUG/MAJOR: dns: tcp session can remain attached to a list after a free BUG/MAJOR: dns: attempt to lock globaly for msg waiter list instead of use barrier Olivier Houchard (1): MINOR: initcall: Rename __GLOBL and __GLOBL1. Thayne McCombs (1): DOC: configuration: add clarification on escaping in keyword arguments William Lallemand (1): Revert "CLEANUP: server: always include the storage for SSL settings" Willy Tarreau (21): CLEANUP: server: always include the storage for SSL settings CLEANUP: sample: rename sample_conv_var2smp() to *_sint CLEANUP: sample: uninline sample_conv_var2smp_str() MINOR: sample: provide a generic var-to-sample conversion function BUG/MEDIUM: sample: properly verify that variables cast to sample MINOR: resolvers: fix the resolv_str_to_dn_label() API about trailing zero BUG/MEDIUM: resolver: make sure to always use the correct hostname length BUG/MINOR: resolvers: do not reject host names of length 255 in SRV records MINOR: resolvers: fix the resolv_dn_label_to_str() API about trailing zero BUG/MEDIUM: resolvers: fix truncated TLD consecutive to the API fix BUG/MEDIUM: resolvers: use correct storage for the target address MINOR: resolvers: merge address and target into a union "data" BUG/MAJOR: resolvers: add other missing references during resolution removal BUILD: resolvers: avoid a possible warning on null-deref BUG/MEDIUM: resolvers: always check a valid item in query_list BUG/MAJOR: buf: fix varint API post- vs pre- increment BUG/MINOR: task: do not set TASK_F_USR1 for no reason BUG/MINOR: mux-h2: do not prevent from sending a final GOAWAY frame BUG/MEDIUM: lua: fix memory leaks with realloc() on non-glibc systems MINOR: memprof: report the delta between alloc and free on realloc() MINOR: memprof: add one pointer size to the size of allocations