]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
make update-changes
authorEric Covener <covener@apache.org>
Sun, 26 Apr 2026 16:40:28 +0000 (16:40 +0000)
committerEric Covener <covener@apache.org>
Sun, 26 Apr 2026 16:40:28 +0000 (16:40 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1933362 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
changes-entries/h2_v2.0.37.txt [deleted file]
changes-entries/h2_v2.0.38.txt [deleted file]
changes-entries/h2_v2.0.39.txt [deleted file]
changes-entries/md_v2.6.10.txt [deleted file]
changes-entries/md_v2.6.7.txt [deleted file]
changes-entries/md_v2.6.8.txt [deleted file]
changes-entries/md_v2.6.9.txt [deleted file]
changes-entries/mime-types.txt [deleted file]
changes-entries/pr69954.txt [deleted file]

diff --git a/CHANGES b/CHANGES
index 81644ad7aa5c42a04fa7c198b5fdf9f61a936769..6d7cd7f099e1a34c4366b2f13c5dcb745f851a84 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,45 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.4.67
 
+  *) mod_md: update to version 2.6.10
+     - Fix issue #420 <https://github.com/icing/mod_md/issues/420> by ignoring
+       job.json files that claim to have completely finished a certificate
+       renewal, but have not produced the necessary result files.
+
+  *) mod_http2: update to version 2.0.39
+     Remove streams own memory allocator after reports of memory problems
+     with third party modules.
+     [Stefan Eissing]
+
+  *) mod_http2: update to version 2.0.38
+     Source sync with mod_h2 github repository. No functional change.
+     [Stefan Eissing]
+
+  *) Updated conf/mime.types: added vnd.sqlite3, HEIC, HEIF
+     [Alexandru Mărășteanu <hello alexei.ro>]
+
+  *) mod_md: update to version 2.6.7
+     - Fix a regression in `MDStapleOthers` which broke in v2.6.0 and no longer
+       applied, no matter the configuration.
+
+  *) mod_md: update to version 2.6.9
+     - Pebble 2.9+ reports another error when terms of service agreement is
+       not set. Treating all "userActionRequired" errors as permanent now.
+
+  *) mod_md: update to version 2.6.8
+     - Fix the ARI related `replaces` property in ACME order creation to only
+       be used when the CA supports ARI and it is enabled in the menu config.
+     - Fix compatibility with APR versions before 1.6.0 which do not have
+       `apr_cstr_casecmp` and should use `apr_strnatcasecmp` instead.
+
+  *) mod_http2: update to version 2.0.37
+     Prevent double purge of a stream, resulting in a double free.
+     Fixes PR 69899.
+     [Stefan Eissing]
+
+  *) mod_md: Use correct function name when compiling against APR < 1.6.0.
+     PR 69954 [Tần Quảng <baobaoxich@gmail.com>]
+
 Changes with Apache 2.4.66
 
   *) SECURITY: CVE-2025-66200: Apache HTTP Server: mod_userdir+suexec
diff --git a/changes-entries/h2_v2.0.37.txt b/changes-entries/h2_v2.0.37.txt
deleted file mode 100644 (file)
index 8f22cde..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-  *) mod_http2: update to version 2.0.37
-     Prevent double purge of a stream, resulting in a double free.
-     Fixes PR 69899.
-     [Stefan Eissing]
diff --git a/changes-entries/h2_v2.0.38.txt b/changes-entries/h2_v2.0.38.txt
deleted file mode 100644 (file)
index 0945bd7..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-  *) mod_http2: update to version 2.0.38
-     Source sync with mod_h2 github repository. No functional change.
-     [Stefan Eissing]
diff --git a/changes-entries/h2_v2.0.39.txt b/changes-entries/h2_v2.0.39.txt
deleted file mode 100644 (file)
index fee91c5..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-  *) mod_http2: update to version 2.0.39
-     Remove streams own memory allocator after reports of memory problems
-     with third party modules.
-     [Stefan Eissing]
diff --git a/changes-entries/md_v2.6.10.txt b/changes-entries/md_v2.6.10.txt
deleted file mode 100644 (file)
index d9e6a02..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-  *) mod_md: update to version 2.6.10
-     - Fix issue #420 <https://github.com/icing/mod_md/issues/420> by ignoring
-       job.json files that claim to have completely finished a certificate
-       renewal, but have not produced the necessary result files.
diff --git a/changes-entries/md_v2.6.7.txt b/changes-entries/md_v2.6.7.txt
deleted file mode 100644 (file)
index e48fe83..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-  *) mod_md: update to version 2.6.7
-     - Fix a regression in `MDStapleOthers` which broke in v2.6.0 and no longer
-       applied, no matter the configuration.
diff --git a/changes-entries/md_v2.6.8.txt b/changes-entries/md_v2.6.8.txt
deleted file mode 100644 (file)
index f372a3d..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-  *) mod_md: update to version 2.6.8
-     - Fix the ARI related `replaces` property in ACME order creation to only
-       be used when the CA supports ARI and it is enabled in the menu config.
-     - Fix compatibility with APR versions before 1.6.0 which do not have
-       `apr_cstr_casecmp` and should use `apr_strnatcasecmp` instead.
diff --git a/changes-entries/md_v2.6.9.txt b/changes-entries/md_v2.6.9.txt
deleted file mode 100644 (file)
index 3db80f3..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-  *) mod_md: update to version 2.6.9
-     - Pebble 2.9+ reports another error when terms of service agreement is
-       not set. Treating all "userActionRequired" errors as permanent now.
diff --git a/changes-entries/mime-types.txt b/changes-entries/mime-types.txt
deleted file mode 100644 (file)
index dd11d3a..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-  *) Updated conf/mime.types: added vnd.sqlite3, HEIC, HEIF
-     [Alexandru Mărășteanu <hello alexei.ro>]
diff --git a/changes-entries/pr69954.txt b/changes-entries/pr69954.txt
deleted file mode 100644 (file)
index 747f5d5..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-  *) mod_md: Use correct function name when compiling against APR < 1.6.0.
-     PR 69954 [Tần Quảng <baobaoxich@gmail.com>]