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 (4): 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 Tim Duesterhus (1): BUG/MINOR: hlua: Fix memory leak in hlua_alloc William Dauchy (3): MINOR: converter: adding support for url_enc BUILD: Makefile: exclude broken tests by default MINOR: contrib/prometheus-exporter: export build_info Willy Tarreau (1): BUG/MINOR: sample: fix concat() converter's corruption with non-string variables