Summary
2020/04/02 : 2.1r1 (1.0.0-221.93)
- BUG/CRITICAL: hpack: never index a header into the headroom after wrapping
- BUG/MINOR: http-ana: Reset request analysers on error when waiting for response
- BUG/MINOR: http_ana: make sure redirect flags don't have overlapping bits
- DOC: internals: Fix spelling errors in filters.txt
- BUG/MINOR: stats: Fix color of draining servers on stats page
- BUILD: ssl: only pass unsigned chars to isspace()
- MINOR: listener: add so_name sample fetch
- BUG/MINOR: peers: Use after free of "peers" section.
- BUG/MINOR: peers: avoid an infinite loop with peers_fe is NULL
- BUG/MINOR: peers: init bind_proc to 1 if it wasn't initialized
- BUG/MINOR: haproxy/threads: close a possible race in soft-stop detection
- REGTEST: increase timeouts on the seamless-reload test
- REGTESTS: use "command -v" instead of "which"
- BUG/MINOR: connections: Make sure we free the connection on failure.
- MINOR: memory: Change the flush_lock to a spinlock, and don't get it in alloc.
- BUG/MEDIUM: wdt: Don't ignore WDTSIG and DEBUGSIG in __signal_process_queue().
- MINOR: wdt: Move the definitions of WDTSIG and DEBUGSIG into types/signal.h.
- DOC: assorted typo fixes in the documentation
- BUG/MEDIUM: peers: resync ended with RESYNC_PARTIAL in wrong cases.
- BUILD: makefile: fix expression again to detect ARM platform
- BUILD: makefile: fix regex syntax in ARM platform detection
- BUILD: on ARM, must be linked to libatomic.
- DOC: correct typo in alert message about rspirep
- DOC: proxy_protocol: Reserve TLV type 0x05 as PP2_TYPE_UNIQUE_ID
- BUG/MINOR: haproxy/threads: try to make all threads leave together
- BUG/MINOR: listener/mq: do not dispatch connections to remote threads when stopping
- BUG/MINOR: haproxy: always initialize sleeping_thread_mask
- BUG/MEDIUM: pools: Always update free_list in pool_gc().
- BUG/MEDIUM: random: align the state on 2*64 bits for ARM64
- MINOR: mt_lists: Appease gcc.
- BUG/MEDIUM: mt_lists: Make sure we set the deleted element to NULL;
- BUILD: wdt: only test for SI_TKILL when compiled with thread support
- DOC: ssl: clarify security implications of TLS tickets
- DOC: assorted typo fixes in the documentation
- DOC: improve description of no-tls-tickets
- DOC: fix typo about no-tls-tickets
- BUG/MINOR: rules: Increment be_counters if backend is assigned for a silent-drop
- BUG/MINOR: rules: Preserve FLT_END analyzers on silent-drop action
- BUG/MINOR: http-rules: Fix a typo in the reject action function
- BUG/MINOR: http-rules: Preserve FLT_END analyzers on reject action
- BUG/MINOR: lua: Ignore the reserve to know if a channel is full or not
- BUG/MINOR: http-ana: Reset request analysers on a response side error
- BUG/MEDIUM: compression/filters: Fix loop on HTX blocks compressing the payload
- BUG/MEDIUM: cache/filters: Fix loop on HTX blocks caching the response payload
- MINOR: htx: Add a function to return a block at a specific offset
- BUG/MINOR: filters: Forward everything if no data filters are called
- BUG/MINOR: filters: Use filter offset to decude the amount of forwarded data
- REGTEST: make the PROXY TLV validation depend on version 2.2
- BUG/MAJOR: proxy_protocol: Properly validate TLV lengths
- BUG/MINOR: init: make the automatic maxconn consider the max of soft/hard limits
- DOC: assorted typo fixes in the documentation and Makefile
- DOC: configuration.txt: fix various typos
- BUG/MINOR: pattern: Do not pass len = 0 to calloc()
- OPTIM: startup: fast unique_id allocation for acl.
- DOC: fix incorrect indentation of http_auth_*
2020/03/31 : 2.1r1 (1.0.0-221.38)
- BUG/MEDIUM: dns: improper parsing of aditional records
2020/03/27 : 2.1r1 (1.0.0-220.37)
2020/03/18 : 2.1r1 (1.0.0-219.37)
- Revert "BUG/MEDIUM: random: implement a thread-safe and process-safe PRNG"
- BUG/MAJOR: list: fix invalid element address calculation
- BUG/MINOR: checks/threads: use ha_random() and not rand()
- MINOR: backend: use a single call to ha_random32() for the random LB algo
- BUG/MEDIUM: random: implement a thread-safe and process-safe PRNG
- BUG/MEDIUM: random: implement a thread-safe and process-safe PRNG
- MINOR: tools: add 64-bit rotate operators
- BUG/MEDIUM: random: initialize the random pool a bit better
- MINOR: contrib/prometheus-exporter: Add the last heathcheck duration metric
- BUG/MINOR: http-htx: Do case-insensive comparisons on Host header name
- BUG/MINOR: dns: ignore trailing dot
- BUG/MINOR: sample: Make sure to return stable IDs in the unique-id fetch
- BUG/MINOR: h2: reject again empty :path pseudo-headers
- BUILD: ebtree: improve architecture-specific alignment
- MINOR: compiler: add new alignment macros
- BUG/MINOR: connection: make sure to correctly tag local PROXY connections
- BUG/MEDIUM: ssl: fix several bad pointer aliases in a few sample fetch functions
- BUG/MINOR: sample: fix the json converter's endian-sensitivity
- CLEANUP: cfgparse: Fix type of second calloc() parameter
- BUILD: fix recent build failure on unaligned archs
- BUG/MEDIUM: ebtree: don't set attribute packed without unaligned access support
- MINOR: compiler: move CPU capabilities definition from config.h and complete them
- BUG/MEDIUM: shctx: make sure to keep all blocks aligned
- BUG/MINOR: http: http-request replace-path duplicates the query string
- MINOR: ist: add an iststop() function
- BUG/MAJOR: http-ana: Always abort the request when a tarpit is triggered
- MINOR: http-ana: Match on the path if the monitor-uri starts by a /
- BUG/MINOR: http-ana: Matching on monitor-uri should be case-sensitive
- BUG/MINOR: http-htx: Don't return error if authority is updated without changes
- BUG/MINOR: filters: Count HTTP headers as filtered data but don't forward them
- MINOR: filters: Forward data only if the last filter forwards something
- MINOR: http-htx: Add a function to retrieve the headers size of an HTX message
- SCRIPTS: announce-release: use mutt -H instead of -i to include the draft
- MINOR: mux-fcgi: Make the capture of the path-info optional in pathinfo regex
- BUG/MINOR: mux-fcgi: Forbid special characters when matching PATH_INFO param
- BUG/MEDIUM: muxes: Use the right argument when calling the destroy method.
- BUG/MINOR: namespace: avoid closing fd when socket failed in my_socketat
2020/03/06 : 2.1r1 (1.0.0-217.0)
HAPEE-LB 2.1r1 – Changelog