From: Yann Ylavic Date: Thu, 20 Jan 2022 11:37:16 +0000 (+0000) Subject: Follow up to r1897240: CHANGES entry. X-Git-Tag: 2.5.0-alpha2-ci-test-only~577 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=702712a43d0a2d671e001e7c0107a79aaaa4fc3c;p=thirdparty%2Fapache%2Fhttpd.git Follow up to r1897240: CHANGES entry. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1897242 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/changes-entries/ap_regex_thread_local.txt b/changes-entries/ap_regex_thread_local.txt new file mode 100644 index 00000000000..253d386b12c --- /dev/null +++ b/changes-entries/ap_regex_thread_local.txt @@ -0,0 +1,2 @@ + *) ap_regex: Use Thread Local Storage (TLS) to recycle ap_regexec() buffers + when an efficient TLS implementation is available. [Yann Ylavic]