Changes since version 1.7-dev2 : Baptiste Assmann (8): DOC: "addr" parameter applies to both health and agent checks DOC: timeout client: pointers to timeout http-request DOC: typo on stick-store response DOC: stick-table: amend paragraph blaming the loss of table upon reload DOC: typo: ACL subdir match DOC: typo: maxconn paragraph is wrong due to a wrong buffer size DOC: regsub: parser limitation about the inability to use closing square brackets DOC: typo: req.uri is now replaced by capture.req.uri Benoit GARNIER (1): BUG/MINOR: log: Don't use strftime() which can clobber timezone if chrooted Daniel Schneller (1): DOC: Clarify tunes.vars.xxx-max-size settings David CARLIER (1): CLEANUP: connection: fix double negation on memcmp() David Carlier (3): MINOR: sample: Moves ARGS underlying type from 32 to 64 bits. MINOR: da: Using ARG12 macro for the sample fetch and the convertor. CLEANUP: chunk: adding NULL check to chunk_dup allocation. Mac Browning (1): DOC: add encoding to json converter example Nenad Merdanovic (2): BUG/MEDIUM: Fix RFC5077 resumption when more than TLS_TICKETS_NO are present BUG/MAJOR: Fix crash in http_get_fhdr with exactly MAX_HDR_HISTORY headers Thierry Fournier (25): BUG/MINOR: conf: "listener id" expects integer, but its not checked BUG/MINOR: lua: can't load external libraries BUG/MINOR: prevent the dump of uninitialized vars CLEANUP: map: it seems that the map were planed to be chained MINOR: lua: move class registration facilities MINOR: lua: remove some useless checks CLEANUP: lua: Remove two same functions MINOR: lua: refactor the Lua object registration MINOR: lua: precise message when a critical error is catched MINOR: lua: post initialization MINOR: lua: Add internal function which strip spaces MINOR: lua: convert field to lua type DOC: name set-gpt0 mismatch with the expected keyword MINOR: http: sample fetch which returns unique-id MINOR: dumpstats: extract stats fields enum and names MINOR: dumpstats: split stats_dump_info_to_buffer() in two parts MINOR: dumpstats: split stats_dump_fe_stats() in two parts MINOR: dumpstats: split stats_dump_li_stats() in two parts MINOR: dumpstats: split stats_dump_sv_stats() in two parts MINOR: dumpstats: split stats_dump_be_stats() in two parts MINOR: lua: dump general info MINOR: lua: add class proxy MINOR: lua: add class server MINOR: lua: add class listener BUG/MEDIUM: stick-tables: some sample-fetch doesn't work in the connection state. Willy Tarreau (2): BUILD: namespaces: fix a potential build warning in namespaces.c BUG/MEDIUM: peers: fix incorrect age in frequency counters