Daniel, Am 19.08.20 um 02:00 schrieb stable-...@haproxy.com: > The current list of patches in the queue is: > - 2.2 - MAJOR : dns: disabled servers through SRV > records never recover > - 2.2 - MEDIUM : ssl: fix the ssl-skip-self-issued-ca > option > - 1.8, 2.0 - MEDIUM : mux-h2: Don't fail if nothing is > parsed for a legacy chunk response > - 2.2 - MEDIUM : ssl: never generates the chain from > the verify store > - 2.0, 2.1, 2.2 - MEDIUM : mux-h1: Refresh H1 connection > timeout after a synchronous send > - 2.0, 2.1, 2.2 - MEDIUM : htx: smp_prefetch_htx() must always > validate the direction > - 2.1, 2.2 - MEDIUM : ssl: memory leak of ocsp data at > SSL_CTX_free() > - 1.8, 2.0, 2.1, 2.2 - MEDIUM : map/lua: Return an error if a > map is loaded during runtime
The indentation is messed up here. Is this caused by the removal of 1.9? > - 2.1, 2.2 - MINOR : arg: Fix leaks during arguments > validation for fetches/converters > - 1.8, 2.0, 2.1, 2.2 - MINOR : lua: Check argument type to > convert it to IP mask in arg validation > - 2.1, 2.2 - MINOR : ssl: fix memory leak at OCSP loading > - 2.0, 2.1, 2.2 - MINOR : snapshots: leak of snapshots on > deinit() > - 1.8, 2.0, 2.1, 2.2 - MINOR : stats: use strncmp() instead of > memcmp() on health states > - 2.2 - MINOR : ssl: ssl-skip-self-issued-ca > requires >= 1.0.2 > - 2.1, 2.2 - MINOR : lua: Duplicate map name to load it > when a new Map object is created > - 2.2 - MINOR : spoa-server: fix size_t format > printing > - 1.8, 2.0, 2.1, 2.2 - MINOR : lua: Check argument type to > convert it to IPv4/IPv6 arg validation > - 1.8 - MINOR : dns: ignore trailing dot > - 2.1, 2.2 - MINOR : converters: Store the sink in an arg > pointer for debug() converter > - 2.1, 2.2 - MINOR : lua: Duplicate lua strings in sample > fetches/converters arg array > I also have another proposal for readability of this list: Can the versions be ordered in descending order and possibly aligned within columns? Here's an example of what I'm thinking of: - 2.2 - MINOR: stuff - 2.2, 2.1 - MINOR: stuff - 2.2 - MINOR: stuff - 2.2, 2.1, 2.0 - MINOR: stuff - 2.0, 1.8 - MINOR: stuff You can quickly scan the columns of your version that way and do not have to search for your version in each of the rows. Best regards Tim Düsterhus