Changes since version 1.9.6 : Christopher Faulet (1): BUG/MINOR: htx: Preserve empty HTX messages with an unprocessed parsing error Emeric Brun (1): BUG/MEDIUM: peers: fix a case where peer session is not cleanly reset on release. William Lallemand (2): BUG/MINOR: cli: correctly handle abns in 'show cli sockets' MINOR: cli: start addresses by a prefix in 'show cli sockets' Willy Tarreau (12): BUILD: makefile: work around an old bug in GNU make-3.80 BUILD: http: properly mark some struct as extern BUILD: chunk: properly declare pool_head_trash as extern BUILD: cache: avoid a build warning with some compilers/linkers MINOR: tools: make memvprintf() never pass a NULL target to vsnprintf() BUILD: re-implement an initcall variant without using executable sections BUILD: makefile: fix build of IPv6 header on aix51 BUILD: makefile: add _LINUX_SOURCE_COMPAT to build on AIX-51 BUILD: Makefile: disable shared cache on AIX 5.1 BUILD: fix backport of initcall variant BUILD: use inttypes.h instead of stdint.h BUILD: connection: fix naming of ip_v field