Changes since version 2.9-dev11 : Amaury Denoyelle (5): BUILD: map: fix build warning MINOR: trace: define simple -dt argument MINOR: trace: parse level in a function MINOR: trace: parse verbosity in a function MINOR: trace: support -dt optional format Aurelien DARRAGON (16): DOC: config: removing "log-balance" references MINOR: server/event_hdl: add SERVER_INETADDR event MINOR: tools: use const for read only pointers in ip{cmp,cpy} MINOR: server/ip: centralize server ip updates MINOR: backend: remove invalid mode test for "hash-balance-factor" Revert "MINOR: cfgparse-listen: warn when use-server rules is used in wrong mode" MINOR: proxy: add free_logformat_list() helper function MINOR: proxy: add free_server_rules() helper function MINOR: log/backend: prevent "use-server" rules use with LOG mode MINOR: log/balance: set lbprm tot_weight on server on queue/dequeue DOC: config: specify supported sections for "max-session-srv-conns" DOC: config: fix timeout check inheritance restrictions REGTESTS: connection: disable http_reuse_be_transparent.vtc if !TPROXY DOC: lua: add sticktable class reference from Proxy.stktable DOC: lua: fix Proxy.get_mode() output DOC: lua: add "syslog" to Proxy.get_mode() output Christopher Faulet (2): BUG/MINOR: global: Fix tune.disable-(fast-forward/zero-copy-forwarding) options BUG/MEDIUM: mux-h1: Properly ignore trailers when a content-length is announced William Lallemand (5): MEDIUM: ssl: implement rsa/ecdsa selection with WolfSSL MINOR: ssl: replace 'trash.area' by 'servername' in ssl_sock_switchctx_cbk() MINOR: ssl: move certificate selection in a dedicate function MEDIUM: ssl: use ssl_sock_chose_sni_ctx() in the clienthello callback MINOR: mworker/cli: implement hard-reload over the master CLI Willy Tarreau (2): MINOR: task/profiling: do not record task_drop_running() as a caller OPTIM: pattern: save memory and time using ebst instead of ebis