From: Eric Covener Date: Sun, 26 Apr 2026 16:40:28 +0000 (+0000) Subject: make update-changes X-Git-Tag: 2.4.67-rc1-candidate~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=10a9301cc663dbeebae9b49ee7b6a21dc4f133c6;p=thirdparty%2Fapache%2Fhttpd.git make update-changes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1933362 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 81644ad7aa..6d7cd7f099 100644 --- 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 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 ] + + *) 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 ] + 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 index 8f22cde5d8..0000000000 --- a/changes-entries/h2_v2.0.37.txt +++ /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 index 0945bd7b78..0000000000 --- a/changes-entries/h2_v2.0.38.txt +++ /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 index fee91c5f8f..0000000000 --- a/changes-entries/h2_v2.0.39.txt +++ /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 index d9e6a02109..0000000000 --- a/changes-entries/md_v2.6.10.txt +++ /dev/null @@ -1,4 +0,0 @@ - *) mod_md: update to version 2.6.10 - - Fix issue #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 index e48fe83110..0000000000 --- a/changes-entries/md_v2.6.7.txt +++ /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 index f372a3de45..0000000000 --- a/changes-entries/md_v2.6.8.txt +++ /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 index 3db80f35b3..0000000000 --- a/changes-entries/md_v2.6.9.txt +++ /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 index dd11d3a627..0000000000 --- a/changes-entries/mime-types.txt +++ /dev/null @@ -1,2 +0,0 @@ - *) Updated conf/mime.types: added vnd.sqlite3, HEIC, HEIF - [Alexandru Mărășteanu ] diff --git a/changes-entries/pr69954.txt b/changes-entries/pr69954.txt deleted file mode 100644 index 747f5d5642..0000000000 --- a/changes-entries/pr69954.txt +++ /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 ]