Changes since version 2.5-dev2 : Amaury Denoyelle (1): BUG/MEDIUM: ssl_sample: fix segfault for srv samples on invalid request Christopher Faulet (3): CLEANUP: http_ana: Remove now unused label from http_process_request() BUG/MINOR: stats: Add missing agent stats on servers BUG/MINOR: resolvers: Use a null-terminated string to lookup in servers tree David CARLIER (1): BUILD/MINOR: memprof fix macOs build. Willy Tarreau (8): BUG/MINOR: arg: free all args on make_arg_list()'s error path BUG/MINOR: cfgcond: revisit the condition freeing mechanism to avoid a leak MEDIUM: proxy: remove long-broken 'option http_proxy' BUG/MEDIUM: cfgcond: limit recursion level in the condition expression parser BUG/MEDIUM: mworker: do not register an exit handler if exit is expected BUG/MINOR: mworker: do not export HAPROXY_MWORKER_REEXEC across programs BUG/MINOR: check: fix the condition to validate a port-less server BUILD: threads: fix pthread_mutex_unlock when !USE_THREAD jenny-cheung (1): MINOR: deinit: always deinit the init_mutex on failed initialization