Small typo below ...

Am 08.02.2022 um 12:04 schrieb yla...@apache.org:
Author: ylavic
Date: Tue Feb  8 11:04:49 2022
New Revision: 1897858

URL: http://svn.apache.org/viewvc?rev=1897858&view=rev
Log:
Sync CHANGES entries. [skip ci]

Removed:
     httpd/httpd/trunk/changes-entries/CoreDumpDirectory-freebsd11.txt
     httpd/httpd/trunk/changes-entries/ap_regex_thread_local.txt
     httpd/httpd/trunk/changes-entries/bz_65769.txt
     httpd/httpd/trunk/changes-entries/mod_dav_memory_regresssion.txt
     httpd/httpd/trunk/changes-entries/mod_md_status_memory.txt
     httpd/httpd/trunk/changes-entries/mod_tls_link_issue_with_rust_1_56.txt
     httpd/httpd/trunk/changes-entries/reqtimeout_mode_init.txt
Modified:
     httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: 
http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=1897858&r1=1897857&r2=1897858&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Tue Feb  8 11:04:49 2022
@@ -1,6 +1,32 @@
                                                           -*- coding: utf-8 -*-
  Changes with Apache 2.5.1
+ *) mod_md: the status description in MDomain's JSON, exposed in the
+     md-status handler (if configure) did sometimes not carry the correct
+     message when certificates needed renew.
+     [Stefan Eissing]
+
+  *) mod_tls: Fix a linkage issue with rustls when compiled
+     with rust 1.55, 1.56 or 1.57. This prevents the loading
+     of the module because of an undefined symbol: fmaf
+     See https://github.com/rustls/rustls-ffi/issues/133
+     [Christophe Jaillet]
+
+  *) ap_regex: Use Thread Local Storage (TLS) to recycle ap_regexec() buffers
+     when an efficient TLS implementation is available. [Yann Ylavic]
+
+  *) mom_reqtimeout: Fix missing handshake= timeout enforcement.  [Yann Ylavic]

s/mom_/mod_/

Reply via email to