Changes since version 1.5-dev8 : Aman Gupta (4): MINOR: Add release callback to si_applet CLEANUP: Fix some minor typos MINOR: Add TO/FROM_SET flags to struct stream_interface CLEANUP: Fix some minor whitespace issues Cyril Bonté (5): MINOR: stats admin: allow unordered parameters in POST requests CLEANUP: fix typo in findserver() log message MINOR: stats admin: use the backend id instead of its name in the form MINOR: stats admin: reduce memcmp()/strcmp() calls on status codes DOC: cleanup indentation, alignment, columns and chapters William Lallemand (5): BUG/MAJOR: log: possible segfault with logformat MEDIUM: log: split of log_format generation MEDIUM: log: New format-log flags: %Fi %Fp %Si %Sp %Ts %rt %H %pid MEDIUM: log: Unique ID MINOR: log: log-format: usable without httplog and tcplog Willy Tarreau (8): BUG/MEDIUM: balance source did not properly hash IPv6 addresses MINOR: contrib/iprange: add a network IP range to mask converter MEDIUM: session: implement the "use-server" directive MEDIUM: log: add a new cookie flag 'U' to report situations where cookie is not used MEDIUM: http: make extract_cookie_value() iterate over cookie values MEDIUM: http: add cookie and scookie ACLs CLEANUP: lb_first: add reference to a paper describing the original idea MEDIUM: stream_sock: add a get_src and get_dst callback and remove SN_FRT_ADDR_SET