Changes since version 1.9-dev0 : Christopher Faulet (1): BUG/MEDIUM: tcp-check: Don't lock the server in tcpcheck_main Cyril Bonté (1): DOC: cache: update sections and fix some typos David Carlier (4): BUILD/MINOR: deviceatlas: enable thread support BUILD/MINOR: haproxy : FreeBSD/cpu affinity needs pthread_np header BUILD/MINOR: Makefile : enabling USE_CPU_AFFINITY BUILD/MINOR: haproxy: compiling config cpu parsing handling when needed Emeric Brun (2): BUG/MEDIUM: peers: fix some track counter rules dont register entries for sync. BUG/MAJOR: thread/peers: fix deadlock on peers sync. Emmanuel Hocdet (1): BUG/MINOR: ssl: CO_FL_EARLY_DATA removal is managed by stream Olivier Houchard (1): BUG/MEDIUM: kqueue: Don't bother closing the kqueue after fork. William Lallemand (2): BUG/MEDIUM: ssl: don't allocate shctx several time BUG/MEDIUM: cache: bad computation of the remaining size Willy Tarreau (5): BUILD: checks: don't include server.h BUG/MEDIUM: stream: fix session leak on applet-initiated connections BUG/MEDIUM: threads/peers: decrement, not increment jobs on quitting BUG/MEDIUM: h2: don't report an error after parsing a 100-continue response MINOR: config: report when "monitor fail" rules are misplaced