Changes since version 2.0-dev4 : Christopher Faulet (7): BUG/MINOR: proto-htx: Try to keep connections alive on redirect BUG/MEDIUM: spoe: Don't use the SPOE applet after releasing it BUG/MINOR: lua: Set right direction and flags on new HTTP objects BUG/MINOR: mux-h2: Count EOM in bytes sent when a HEADERS frame is formatted BUG/MINOR: mux-h1: Report EOI instead EOS on parsing error or H2 upgrade BUG/MEDIUM: proto-htx: Not forward too much data when 1xx reponses are handled BUG/MINOR: htx: Remove a forgotten while loop in htx_defrag() Ilya Shipitsin (1): BUG/MINOR: ssl_sock: Fix memory leak when disabling compression Michael Prokop (1): DOC: fix typos Willy Tarreau (7): BUILD: watchdog: use si_value.sival_int, not si_int for the timer's value BUILD: signals: FreeBSD has SI_LWP instead of SI_TKILL BUILD: watchdog: condition it to USE_RT MINOR: raw_sock: report global traffic statistics MINOR: stats: report the global output bit rate in human readable form OPTIM: freq-ctr: don't take the date lock for most updates MEDIUM: mux-h2: avoid doing expensive buffer realigns when not absolutely needed