Changes since version 2.3-dev7 : Christopher Faulet (1): BUG/MEDIUM: connection: Never cleanup server lists when freeing private conns Ilya Shipitsin (2): BUG/MINOR: disable dynamic OCSP load with BoringSSL BUILD: ssl: make BoringSSL use its own version numbers William Dauchy (1): BUG/MINOR: listener: close before free in `listener_accept` William Lallemand (1): MINOR: ssl: 'ssl-load-extra-del-ext' removes the certificate extension Willy Tarreau (13): MINOR: backend: replace the lbprm lock with an rwlock MINOR: lb/map: use seek lock and read locks where appropriate MINOR: lb/leastconn: only take a read lock in fwlc_get_next_server() MINOR: lb/first: use a read lock in fas_get_next_server() MINOR: lb/chash: use a read lock in chash_get_server_hash() CLEANUP: threads: don't register an initcall when not debugging MINOR: threads: change lock_t to an unsigned int CLEANUP: tree-wide: reorder a few structures to plug some holes around locks CLEANUP: task: remove the unused and mishandled global_rqueue_size MEDIUM: config: report that "nbproc" is deprecated BUG/MINOR: queue: properly report redistributed connections CONTRIB: tcploop: remove unused local variables in tcp_pause() BUILD: makefile: add entries to build common debugging tools