Changes since version 1.8.9 : Christopher Faulet (7): BUG/MEDIUM: contrib/mod_defender: Use network order to encode/decode flags BUG/MEDIUM: contrib/modsecurity: Use network order to encode/decode flags BUG/MEDIUM: spoe: Return an error when the wrong ACK is received in sync mode MAJOR: spoe: upgrade the SPOP version to 2.0 and remove the support for 1.0 BUG/MINOR: contrib/spoa_example: Don't reset the status code during disconnect BUG/MINOR: contrib/mod_defender: Don't reset the status code during disconnect BUG/MINOR: contrib/modsecurity: Don't reset the status code during disconnect Daniel Corbett (2): BUG/MEDIUM: servers: Add srv_addr default placeholder to the state file BUG/MEDIUM: stick-tables: Decrement ref_cnt in table_* converters David Carlier (1): DOC: contrib/modsecurity: few typo fixes Dragan Dosen (2): BUG/MINOR: contrib/mod_defender: update pointer on the end of the frame BUG/MINOR: contrib/modsecurity: update pointer on the end of the frame Kevin Zhu (1): DOC: SPOE.txt: fix a typo Olivier Houchard (3): BUG/MEDIUM: dns: Delay the attempt to run a DNS resolution on check failure. BUG/MEDIUM: fd: Only check update_mask against all_threads_mask. BUG/MINOR: unix: Make sure we can transfer abns sockets on seamless reload. Thierry FOURNIER (9): BUG/MEDIUM: spoe: Flags are not encoded in network order BUG/MEDIUM: lua/socket: Length required read doesn't work MINOR: task/notification: Is notifications registered ? BUG/MEDIUM: lua/socket: wrong scheduling for sockets BUG/MAJOR: lua: Dead lock with sockets BUG/MEDIUM: lua/socket: Notification error BUG/MEDIUM: lua/socket: Sheduling error on write: may dead-lock BUG/MEDIUM: lua/socket: Buffer error, may segfault MINOR: lua: Increase debug information William Lallemand (5): BUG/MEDIUM: cache: don't cache when an Authorization header is present BUG/MEDIUM: threads: handle signal queue only in thread 0 BUG/MINOR: don't ignore SIG{BUS,FPE,ILL,SEGV} during signal processing BUG/MINOR: signals: ha_sigmask macro for multithreading BUG/MAJOR: map: fix a segfault when using http-request set-map Willy Tarreau (3): BUG/MINOR: ssl/lua: prevent lua from affecting automatic maxconn computation BUG/BUILD: threads: unbreak build without threads BUG/BUILD: fd: fix typo causing a warning when threads are disabled sada (1): BUG/MINOR: lua: Socket.send threw runtime error: 'close' needs 1 arguments.