Good job. Thanks. - Michael C.
> On 3 Nov 2015, at 20:32, Willy TARREAU <[email protected]> wrote: > > Hi, > > some extra bugs were found and fixed since 1.6.1, and since they can > cause trouble, here comes 1.6.2. In short, a bug in the DNS parser could > lead to an endless loop, and another bug in the HTTP connection reuse code > could cause a crash if a redirect was performed between two connections to > the same server on the same session. The other ones are less important but > everyone will prefer to have them fixed of course. > > Now things are stabilizing, I hope to be able to focus on new developments > again soon. > > Full changelog below : > - BUILD: ssl: fix build error introduced in commit 7969a3 with OpenSSL < > 1.0.0 > - DOC: fix a typo for a "deviceatlas" keyword > - FIX: small typo in an example using the "Referer" header > - BUG/MEDIUM: config: count memory limits on 64 bits, not 32 > - BUG/MAJOR: dns: first DNS response packet not matching queried hostname > may lead to a loop > - BUG/MINOR: dns: unable to parse CNAMEs response > - BUG/MINOR: examples/haproxy.init: missing brace in quiet_check() > - DOC: deviceatlas: more example use cases. > - BUG/BUILD: replace haproxy-systemd-wrapper with $(EXTRA) in install-bin. > - BUG/MAJOR: http: don't requeue an idle connection that is already queued > - DOC: typo on capture.res.hdr and capture.req.hdr > - BUG/MINOR: dns: check for duplicate nameserver id in a resolvers section > was missing > - CLEANUP: use direction names in place of numeric values > - BUG/MEDIUM: lua: sample fetches based on response doesn't work > > Usual URLs below : > Site index : http://www.haproxy.org/ > Sources : http://www.haproxy.org/download/1.6/src/ > Git repository : http://git.haproxy.org/git/haproxy-1.6.git/ > Git Web browsing : http://git.haproxy.org/?p=haproxy-1.6.git > Changelog : http://www.haproxy.org/download/1.6/src/CHANGELOG > Cyril's HTML doc : http://cbonte.github.io/haproxy-dconv/ > > Willy > >

