]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
make update-changes
authorEric Covener <covener@apache.org>
Mon, 24 Nov 2025 18:44:59 +0000 (18:44 +0000)
committerEric Covener <covener@apache.org>
Mon, 24 Nov 2025 18:44:59 +0000 (18:44 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1929947 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
changes-entries/h2_v2.0.35.txt [deleted file]
changes-entries/md_v2.6.5.txt [deleted file]
changes-entries/md_v2.6.6.txt [deleted file]
changes-entries/pr69580.txt [deleted file]
changes-entries/pr69741.txt [deleted file]
changes-entries/pr69771.txt [deleted file]

diff --git a/CHANGES b/CHANGES
index d15c415132bc4001177b476087f940bb9dd167b4..37f337e6ec9c3e0a6b3d9ada83288a629d4edc17 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,34 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.4.66
 
+  *) mod_http2: Fix handling of 304 responses from mod_cache. PR 69580.
+     [Stefan Eissing]
+
+  *) mod_http2/mod_proxy_http2: fix a bug in calculating the log2 value of
+     integers, used in push diaries and proxy window size calculations.
+     PR69741 [Benjamin P. Kallus]
+
+  *) mod_md: update to version 2.6.5
+     - New directive `MDInitialDelay`, controlling how longer to wait after
+       a server restart before checking certificates for renewal.
+       [Michael Kaufmann]
+     - Hardening: when build with OpenSSL older than 1.0.2 or old libressl
+       versions, the parsing of ASN.1 time strings did not do a length check.
+     - Hardening: when reading back OCSP responses stored in the local JSON
+       store, missing 'valid' key led to uninitialized values, resulting in
+       wrong refresh behaviour.
+
+  *) mod_md: update to version 2.6.6
+     - Fix a small memory leak when using OpenSSL's BIGNUMs. [Theo Buehler]
+     - Fix reuse of curl easy handles by resetting them. [Michael Kaufmann]
+
+  *) mod_http2: update to version 2.0.35
+     New directive `H2MaxStreamErrors` to control how much bad behaviour
+     by clients is tolerated before the connection is closed.
+     [Stefan Eissing]
+
+  * mod_proxy_http2: add support for ProxyErrorOverride directive. PR69771
+
   *) mpm_common: Add new ListenTCPDeferAccept directive that allows to specify
      the value set for the TCP_DEFER_ACCEPT socket option on listen sockets.
      [Ruediger Pluem]
diff --git a/changes-entries/h2_v2.0.35.txt b/changes-entries/h2_v2.0.35.txt
deleted file mode 100644 (file)
index 288f6e1..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-  *) mod_http2: update to version 2.0.35
-     New directive `H2MaxStreamErrors` to control how much bad behaviour
-     by clients is tolerated before the connection is closed.
-     [Stefan Eissing]
diff --git a/changes-entries/md_v2.6.5.txt b/changes-entries/md_v2.6.5.txt
deleted file mode 100644 (file)
index 796bb0e..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-  *) mod_md: update to version 2.6.5
-     - New directive `MDInitialDelay`, controlling how longer to wait after
-       a server restart before checking certificates for renewal.
-       [Michael Kaufmann]
-     - Hardening: when build with OpenSSL older than 1.0.2 or old libressl
-       versions, the parsing of ASN.1 time strings did not do a length check.
-     - Hardening: when reading back OCSP responses stored in the local JSON
-       store, missing 'valid' key led to uninitialized values, resulting in
-       wrong refresh behaviour.
diff --git a/changes-entries/md_v2.6.6.txt b/changes-entries/md_v2.6.6.txt
deleted file mode 100644 (file)
index 700e0fb..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-  *) mod_md: update to version 2.6.6
-     - Fix a small memory leak when using OpenSSL's BIGNUMs. [Theo Buehler]
-     - Fix reuse of curl easy handles by resetting them. [Michael Kaufmann]
diff --git a/changes-entries/pr69580.txt b/changes-entries/pr69580.txt
deleted file mode 100644 (file)
index 08647ea..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-  *) mod_http2: Fix handling of 304 responses from mod_cache. PR 69580.
-     [Stefan Eissing]
diff --git a/changes-entries/pr69741.txt b/changes-entries/pr69741.txt
deleted file mode 100644 (file)
index 2b1d876..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-  * mod_http2/mod_proxy_http2: fix a bug in calculating the log2 value of
-    integers, used in push diaries and proxy window size calculations.
-    PR69741 [Benjamin P. Kallus]
diff --git a/changes-entries/pr69771.txt b/changes-entries/pr69771.txt
deleted file mode 100644 (file)
index 8c8402e..0000000
+++ /dev/null
@@ -1 +0,0 @@
-  * mod_proxy_http2: add support for ProxyErrorOverride directive. PR69771