]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Tweak formatting, remove a non-user-visible change.
authorJoe Orton <jorton@apache.org>
Wed, 3 Jan 2024 15:12:46 +0000 (15:12 +0000)
committerJoe Orton <jorton@apache.org>
Wed, 3 Jan 2024 15:12:46 +0000 (15:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1915069 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index f08b6e0b72c6adaeeb1f3a3148d19deff255aecb..0d71c30e7f472869d3b27497e622be46d0f85aa9 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,8 +1,6 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.4.59
 
-  *) core: Fix use after free warning with gcc -fanalyzer. [Joe Orton]
-
   *) Allow mod_dav_fs to tolerate race conditions between PROPFIND and an
      operation which removes a directory/file between apr_dir_read() and
      apr_stat(). Current behaviour is to abort the connection which seems
@@ -13,12 +11,12 @@ Changes with Apache 2.4.59
 
   *) mod_ssl: Disable the OpenSSL ENGINE API when OPENSSL_NO_ENGINE is set.
      Allow for "SSLCryptoDevice builtin" if the ENGINE API is not available,
-     notably with OpenSSL >= 3.  PR 68080.  [ Yann Ylavic, Joe Orton ]
+     notably with OpenSSL >= 3.  PR 68080.  [Yann Ylavic, Joe Orton]
 
   *) mod_ssl: Improve compatibility with OpenSSL 3, fix build warnings about
      deprecated ENGINE_ API, honor OPENSSL_API_COMPAT setting while defaulting
      to compatibitily with version 1.1.1 (including ENGINEs / SSLCryptoDevice).
-     [ Yann Ylavic ]
+     [Yann Ylavic]
 
   *) mod_ssl: release memory to the OS when needed. [Giovanni Bechis]