Hi all,
Cyril Bonté reported a build issue with 1.4.5 due to a conflicting
macro name with glibc >= 2.10. Since it probably affects many recent
distros, I preferred to fix that and emit a new version.
I also clarified some points about RDP cookies in the doc, and added
a new ACL match which I've been missing for some time (ability to
consider a specific server status).
2010/05/16 : 1.4.6
- [BUILD] ebtree: update to v6.0.1 to remove references to dprintf()
- [CLEANUP] acl: make use of eb_is_empty() instead of open coding the
tree's emptiness test
- [MINOR] acl: add srv_is_up() to check that a specific server is up or not
- [DOC] add a few precisions about the use of RDP cookies
I've built linux-x86 and solaris-sparc binaries again :
site index : http://haproxy.1wt.eu/
sources : http://haproxy.1wt.eu/download/1.4/src/
changelog : http://haproxy.1wt.eu/download/1.4/src/CHANGELOG
binaries : http://haproxy.1wt.eu/download/1.4/bin/
Those who had no issue building it don't need to upgrade (unless they
want the new ACL feature, of course).
Willy