]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
make update-changes
authorEric Covener <covener@apache.org>
Mon, 7 Jul 2025 11:33:53 +0000 (11:33 +0000)
committerEric Covener <covener@apache.org>
Mon, 7 Jul 2025 11:33:53 +0000 (11:33 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1927031 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
changes-entries/pr69402.txt [deleted file]
changes-entries/ssl-less-keylog.txt [deleted file]

diff --git a/CHANGES b/CHANGES
index 6fbe3d07379271ebb1a8352c051786833ff229ca..02f7e73d44834903aa88755435e12699c6300c27 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,12 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.4.64
 
+  *) mod_proxy_ajp: Use iobuffersize set on worker level for the IO buffer
+     size. PR 69402 [Jari Ahonen <jah@progress.com>]
+
+  *) mod_ssl: Drop $SSLKEYLOGFILE handling internally for OpenSSL 3.5
+     builds which enable it in libssl natively.  [Joe Orton]
+
   *) mod_asis: Fix the log level of the message AH01236.
      Github #527 [Michael Kaufmann <mail michael-kaufmann.ch>]
 
diff --git a/changes-entries/pr69402.txt b/changes-entries/pr69402.txt
deleted file mode 100644 (file)
index 18a7dc7..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-  *) mod_proxy_ajp: Use iobuffersize set on worker level for the IO buffer
-     size. PR 69402 [Jari Ahonen <jah@progress.com>]
diff --git a/changes-entries/ssl-less-keylog.txt b/changes-entries/ssl-less-keylog.txt
deleted file mode 100644 (file)
index eefb7c3..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-  *) mod_ssl: Drop $SSLKEYLOGFILE handling internally for OpenSSL 3.5
-     builds which enable it in libssl natively.  [Joe Orton]
-