Changes since version 2.4-dev5 : Christopher Faulet (1): DOC: Add maintainers for the Prometheus exporter Ilya Shipitsin (4): BUILD: SSL: guard TLS13 ciphersuites with HAVE_SSL_CTX_SET_CIPHERSUITES BUILD: ssl: guard EVP_PKEY_get_default_digest_nid with ASN1_PKEY_CTRL_DEFAULT_MD_NID BUILD: ssl: guard openssl specific with SSL_READ_EARLY_DATA_SUCCESS CLEANUP: cfgparse: replace "realloc" with "my_realloc2" to fix to memory leak on error Thayne McCombs (5): DOC: fix some spelling issues over multiple files CLEANUP: Fix spelling errors in comments SCRIPTS: announce-release: fix typo in help message CI: github: add a few more words to the codespell ignore list BUG/MINOR: server: Memory leak of proxy.used_server_addr during deinit Tim Duesterhus (1): BUG/MINOR: hlua: Fix memory leak in hlua_alloc William Dauchy (8): MINOR: converter: adding support for url_enc BUILD: Makefile: exclude broken tests by default MINOR: contrib/prometheus-exporter: export build_info CLEANUP: sample: remove uneeded check in json validation MINOR: reg-tests: add a way to add service dependency BUG/MINOR: sample: check alloc_trash_chunk return value in concat() BUG/MINOR: reg-tests: fix service dependency script MINOR: reg-tests: add base prometheus test Willy Tarreau (1): BUG/MINOR: sample: fix concat() converter's corruption with non-string variables