Changes since version 1.6.13 : Christopher Faulet (4): BUG/MEDIUM: http: Drop the connection establishment when a redirect is performed BUG/MEDIUM: cfgparse: Check if tune.http.maxhdr is in the range 1..32767 BUG/MINOR: stream: Don't forget to remove CF_WAKE_ONCE flag on response channel BUG/MINOR: Fix the sending function in Lua's cosocket David Carlier (1): BUG/MINOR: haproxy/cli : fix for solaris/illumos distros for CMSG* macros Emeric Brun (3): BUG/MINOR: stream: flag TASK_WOKEN_RES not set if task in runqueue BUG/MAJOR: map: fix segfault during 'show map/acl' on cli. BUG/MEDIUM: map/acl: fix unwanted flags inheritance. Frédéric Lécaille (2): BUG/MINOR: Wrong peer task expiration handling during synchronization processing. BUG/MINOR: peers: peer synchronization issue (with several peers sections). Jarno Huuskonen (1): DOC: fix references to the section about time format. Thierry FOURNIER (4): BUG/MINOR: lua: In error case, the safe mode is not removed BUG/MINOR: lua: executes the function destroying the Lua session in safe mode BUG/MAJOR: lua/socket: resources not detroyed when the socket is aborted BUG/MEDIUM: lua: bad memory access Willy Tarreau (4): BUG/MINOR: log: pin the front connection when front ip/ports are logged BUG/MINOR: http: properly handle all 1xx informational responses DOC: update CONTRIBUTING regarding optional parts and message format DOC: update the list of OpenSSL versions in the README ben51degrees (1): DOC: Updated 51Degrees git URL to point to a stable version.