Changes since version 2.9-dev11 : 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 (1): BUG/MINOR: global: Fix tune.disable-(fast-forward/zero-copy-forwarding) options 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