Changes since version 1.5-dev4 : David du Colombier (6): [BUG] standard: is_addr return value for IPv4 was inverted [MINOR] update comment about IPv6 support for server [MEDIUM] use getaddrinfo to resolve names if gethostbyname fail [DOC] update IPv6 support for bind [DOC] document IPv6 support for server [DOC] fix a minor typo Willy Tarreau (12): [DOC] update ROADMAP file [BUG] session: src_conn_cur was returning src_conn_cnt instead [MINOR] frontend: add a make_proxy_line function [MEDIUM] stream_sock: add support for sending the proxy protocol header line [MEDIUM] server: add support for the "send-proxy" option [DOC] update the spec on the proxy protocol [BUILD] proto_tcp: fix build issue with CTTPROXY [DOC] update ROADMAP file [MEDIUM] config: rework the IPv4/IPv6 address parser to support host-only addresses [MINOR] cfgparse: better report wrong listening addresses and make use of str2sa_range [BUILD] add the USE_GETADDRINFO build option [TESTS] provide a test case for various address formats