Changes since version 1.8.14 : Bertrand Jacquin (1): DOC: Fix a few typos Dirkjan Bussink (2): MEDIUM: ssl: add support for ciphersuites option for TLSv1.3 CLEANUP: stick-tables: Remove unneeded double (()) around conditional clause Emeric Brun (2): BUG/MEDIUM: Cur/CumSslConns counters not threadsafe. BUG/MEDIUM: mworker: segfault receiving SIGUSR1 followed by SIGTERM. Ilya Shipitsin (1): BUG/MINOR: connection: avoid null pointer dereference in send-proxy-v2 Lukas Tribus (1): DOC: clarify force-private-cache is an option Olivier Houchard (5): MINOR: threads: Make sure threads_sync_pipe is initialized before using it. BUG/MEDIUM: buffers: Make sure we don't wrap in buffer_insert_line2/replace2. MINOR: server: Use memcpy() instead of strncpy(). MINOR: cfgparse: Write 130 as 128 as 0x82 and 0x80. MINOR: peers: use defines instead of enums to appease clang. Willy Tarreau (15): BUG/MINOR: backend: check that the mux installed properly BUG/MEDIUM: stream: don't crash on out-of-memory BUILD: ssl: fix null-deref warning in ssl_fc_cipherlist_str sample fetch BUILD: ssl: fix another null-deref warning in ssl_sock_switchctx_cbk() BUILD: stick-table: make sure not to fail on task_new() during initialization BUILD: peers: check allocation error during peers_init_sync() BUG/MEDIUM: threads: fix thread_release() at the end of the rendez-vous point BUG/MEDIUM: threads: make sure threads_want_sync is marked volatile BUILD: compiler: add a new statement "__unreachable()" MINOR: lua: all functions calling lua_yieldk() may return BUILD: lua: silence some compiler warnings about potential null derefs (#2) BUILD: lua: silence some compiler warnings after WILL_LJMP BUILD: Makefile: add a "make opts" target to simply show the build options BUILD: Makefile: speed up compiler options detection BUILD: Makefile: silence an option conflict warning with clang mildis (1): BUG/MINOR: checks: queues null-deref