Changes since version 1.5-dev18 : Cyril Bonté (1): MINOR: stats: remove the autofocus on the scope input field Emeric Brun (3): BUG/MEDIUM: Fix crt-list file parsing error: filtered name was ignored. BUG/MEDIUM: ssl: EDH ciphers are not usable if no DH parameters present in pem file. BUG/MEDIUM: shctx: makes the code independent on SSL runtime version. Emmanuel Hocdet (1): MEDIUM: ssl: improve crt-list format to support negation Geoff Bucar (1): MINOR: stats: show soft-stopped servers in different color Godbach (1): BUG/MINOR: config: "source" does not work in defaults section Hiroaki Nakamura (1): BUG: regex: fix pcre compile error when using JIT Lukas Tribus (2): MINOR: show PCRE version and JIT status in -vv BUG/MINOR: jit: don't rely on USE flag to detect support Pieter Baauw (4): REORG: tproxy: prepare the transparent proxy defines for accepting other OSes MINOR: tproxy: add support for FreeBSD MINOR: tproxy: add support for OpenBSD DOC: examples: provide an example of transparent proxy configuration for FreeBSD 8 William Lallemand (1): MINOR: compression: acl "res.comp" and fetch "res.comp_algo" Willy Tarreau (28): BUG/MINOR: http: add-header/set-header did not accept the ACL condition BUILD: mention in the Makefile that USE_PCRE_JIT is for libpcre >= 8.32 BUG/MEDIUM: splicing is broken since 1.5-dev12 BUG/MAJOR: acl: add implicit arguments to the resolve list BUG/MINOR: tcp: fix error reporting for TCP rules CLEANUP: peers: remove a bit of spaghetti to prepare for the next bugfix MINOR: stick-table: allow to allocate an entry without filling it BUG/MAJOR: peers: fix an overflow when syncing strings larger than 16 bytes MINOR: session: only call http_send_name_header() when changing the server MINOR: tcp: report the erroneous word in tcp-request track* BUG/MAJOR: backend: consistent hash can loop forever in certain circumstances BUG/MEDIUM: log: fix regression on log-format handling MEDIUM: log: report file name, line number, and directive name with log-format errors BUG/MINOR: cli: "clear table" did not work anymore without a key BUG/MINOR: cli: "clear table xx data.xx" does not work anymore BUG/MAJOR: http: compression still has defects on chunked responses BUG/MINOR: stats: fix confirmation links on the stats interface BUG/MINOR: stats: the status bar does not appear anymore after a change BUG/MEDIUM: stats: allocate the stats frontend also on "stats bind-process" BUG/MEDIUM: stats: fix a regression when dealing with POST requests BUG/MINOR: fix unterminated ACL array in compression BUILD: last fix broke non-linux platforms MINOR: init: indicate the SSL runtime version on -vv. BUG/MEDIUM: compression: the deflate algorithm must use global settings as well BUILD: stdbool is not portable (again) DOC: readme: add a small reminder about restrictions to respect in the code MINOR: ebtree: add new eb_next_dup/eb_prev_dup() functions to visit duplicates BUG/MINOR: acl: fix a double free during exit when using PCRE_JIT de Lafond Guillaume (1): MEDIUM: stats: add proxy name filtering on the statistic page