Changes since version 3.2-dev7 : Aurelien DARRAGON (9): 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 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 (5): 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