Changes since version 1.5-dev17 : Baptiste Assmann (2): DOC: typo and minor fixes in compression paragraph MINOR: config: http-request configuration error message misses new keywords Michael Scherer (1): BUG/MEDIUM: remove supplementary groups when changing gid Willy Tarreau (14): BUG/MINOR: time: frequency counters are not totally accurate BUG/MINOR: http: don't process abortonclose when request was sent BUG/MEDIUM: stream_interface: don't close outgoing connections on shutw() BUG/MEDIUM: checks: ignore late resets after valid responses DOC: fix bogus recommendation on usage of gpc0 counter BUG/MINOR: http-compression: lookup Cache-Control in the response, not the request MINOR: signal: don't block SIGPROF by default OPTIM: epoll: make use of EPOLLRDHUP OPTIM: splice: detect shutdowns and avoid splice() == 0 OPTIM: splice: assume by default that splice is working correctly BUG/MINOR: log: temporary fix for lost SSL info in some situations BUG/MEDIUM: peers: only the last peers section was used by tables BUG/MEDIUM: config: verbosely reject peers sections with multiple local peers BUG/MINOR: epoll: use a fix maxevents argument in epoll_wait()