Changes since version 3.2-dev7 : Aurelien DARRAGON (11): CLEANUP: log-forward: remove useless options2 init CLEANUP: log: add syslog_process_message() helper MINOR: proxy: add proxy->options3 MINOR: log: migrate log-forward options from proxy->options2 to options3 MINOR: log: provide source address information in syslog_process_message() MINOR: tools: only print address in sa2str() when port == -1 MINOR: log: add "option host" log-forward option MINOR: log: handle log-forward "option host" MEDIUM: log: change default "host" strategy for log-forward section DOC: management: rename some last occurences from domain "dns" to "resolvers" BUG/MINOR: stats: fix capabilities and hide settings for some generic metrics William Lallemand (3): MINOR: jws: implement JWS signing TESTS: jws: implement a test for JWS signing CI: github: add "jose" to apt dependencies Willy Tarreau (9): BUG/MEDIUM: thread: use pthread_self() not ha_pthread[tid] in set_affinity MINOR: compiler: add a simple macro to concatenate resolved strings MINOR: compiler: add a new __decl_thread_var() macro to declare local variables BUILD: tools: silence a build warning when USE_THREAD=0 BUILD: backend: silence a build warning when threads are disabled MINOR: cli: export cli_io_handler() to ease symbol resolution MINOR: tools: improve symbol resolution without dl_addr MINOR: tools: ease the declaration of known symbols in resolve_sym_name() MINOR: tools: teach resolve_sym_name() a few more common symbols