Hi, HAProxy 1.8.16 was released on 2018/12/21. It added 3 new commits after version 1.8.15.
It was not the last 1.8 of the year like it was suspected. :-) This version fixes 2 overflows in the DNS code and a bug with the startup-logs. Two bugs were found in the DNS code, and one was introduced by a fix in 1.8.15, so if you're still using 1.8.14, you should directly update to 1.8.16. Please find the usual URLs below : Site index : http://www.haproxy.org/ Discourse : http://discourse.haproxy.org/ Sources : http://www.haproxy.org/download/1.8/src/ Git repository : http://git.haproxy.org/git/haproxy-1.8.git/ Git Web browsing : http://git.haproxy.org/?p=haproxy-1.8.git Changelog : http://www.haproxy.org/download/1.8/src/CHANGELOG Cyril's HTML doc : http://cbonte.github.io/haproxy-dconv/ --- Complete changelog : Jérôme Magnin (1): BUG/MEDIUM: dns: Don't prevent reading the last byte of the payload in dns_validate_response() Nikhil Agrawal (1): BUG/MEDIUM: dns: overflowed dns name start position causing invalid dns error Willy Tarreau (1): BUG/MINOR: logs: leave startup-logs global and not per-thread --- -- William Lallemand

