Changes since version 1.8-dev1 : Adam Spiers (1): DOC: stick-table is available in frontend sections David Carlier (2): CLEANUP: server: moving netinet/tcp.h inclusion BUG/MINOR: server : no transparent proxy for DragonflyBSD Frédéric Lécaille (3): BUG/MINOR: dns: Wrong address family used when creating IPv6 sockets. BUG/MINOR: server: Fix a wrong error message during 'usesrc' keyword parsing. BUG/MAJOR: Broken parsing for valid keywords provided after 'source' setting. Glenn Strauss (2): DOC: update sample code for PROXY protocol DOC: mention lighttpd 1.4.46 implements PROXY Jarno Huuskonen (2): DOC: changed "block"(deprecated) examples to http-request deny DOC: add few comments to examples. Jim Freeman (1): CLEANUP: logs: typo: simgle => single Michal Idzikowski (1): MEDIUM: server: Inherit CLI weight changes and agent-check weight responses Olivier Houchard (8): MINOR server: Restrict dynamic cookie check to the same proxy. MINOR: cli: Add a command to send listening sockets. MINOR: global: Add an option to get the old listening sockets. MINOR: tcp: When binding socket, attempt to reuse one from the old proc. MINOR: doc: document the -x flag MINOR: proxy: Don't close FDs if not our proxy. MINOR: socket transfer: Set a timeout on the socket. MINOR: systemd wrapper: add support for passing the -x option. Willy Tarreau (8): BUILD/MINOR: stats: remove unexpected argument to stats_dump_json_header() BUILD/MINOR: tools: fix build warning in debug_hexdump() BUG/MINOR: config: missing goto out after parsing an incorrect ACL character BUG/MINOR: arg: don't try to add an argument on failed memory allocation BUG/MEDIUM: arg: ensure that we properly unlink unresolved arguments on error BUG/MEDIUM: acl: don't free unresolved args in prune_acl_expr() BUG/MEDIUM: servers: unbreak server weight propagation MINOR: lua: ensure the memory allocator is used all the time