summaryrefslogtreecommitdiff
path: root/changes-entries
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2022-05-18 12:44:41 +0000
committerYann Ylavic <ylavic@apache.org>2022-05-18 12:44:41 +0000
commit0f4842ef5aa5193f66fd5cdd1446a449a7c6f8b2 (patch)
tree71fc937ae991afe936a392192bad96c79c2b647e /changes-entries
parent33a129a042d228f9cb5b196615f4f70fb1c4f467 (diff)
downloadhttpd-0f4842ef5aa5193f66fd5cdd1446a449a7c6f8b2.tar.gz
Sync CHANGES entries [skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1901034 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'changes-entries')
-rw-r--r--changes-entries/ab_tls13.txt2
-rw-r--r--changes-entries/ab_workers.txt2
-rw-r--r--changes-entries/core_ap_escape_quotes.txt4
-rw-r--r--changes-entries/core_request_buckets.txt10
-rw-r--r--changes-entries/core_response_buckets.txt9
-rw-r--r--changes-entries/core_secondary_conn.txt11
-rw-r--r--changes-entries/event_early_killed_children.txt2
-rw-r--r--changes-entries/event_note_child_stopped.txt2
-rw-r--r--changes-entries/h2_request_buckets.txt4
-rw-r--r--changes-entries/md_acme_failover.txt7
-rw-r--r--changes-entries/md_auto_status.txt5
-rw-r--r--changes-entries/md_ocsp_update.txt3
-rw-r--r--changes-entries/md_tailscale.txt5
-rw-r--r--changes-entries/md_timeperiod_null.txt4
-rw-r--r--changes-entries/mod_heartmonitor-HeartbeatMaxServers.diff3
-rw-r--r--changes-entries/mod_proxy_log_backend_port.txt2
-rw-r--r--changes-entries/mod_proxy_set_502_on_close.txt2
-rw-r--r--changes-entries/osx_nopush.txt2
-rw-r--r--changes-entries/pr66033.txt2
-rw-r--r--changes-entries/pr66034.txt2
-rw-r--r--changes-entries/pr66037.txt3
21 files changed, 0 insertions, 86 deletions
diff --git a/changes-entries/ab_tls13.txt b/changes-entries/ab_tls13.txt
deleted file mode 100644
index 3b6a00f462..0000000000
--- a/changes-entries/ab_tls13.txt
+++ /dev/null
@@ -1,2 +0,0 @@
- *) ab: Allow for TLSv1.3 when the SSL library supports it.
- [abhilash1232 gmail.com, xiaolongx.jiang intel.com, Yann Ylavic]
diff --git a/changes-entries/ab_workers.txt b/changes-entries/ab_workers.txt
deleted file mode 100644
index 46629b7955..0000000000
--- a/changes-entries/ab_workers.txt
+++ /dev/null
@@ -1,2 +0,0 @@
- *) ab: Add the -W option to use worker threads, allowing for multiple CPUs
- to handle the load. [Yann Ylavic]
diff --git a/changes-entries/core_ap_escape_quotes.txt b/changes-entries/core_ap_escape_quotes.txt
deleted file mode 100644
index f83410a877..0000000000
--- a/changes-entries/core_ap_escape_quotes.txt
+++ /dev/null
@@ -1,4 +0,0 @@
- *) core: make ap_escape_quotes() work correctly on strings
- with more than MAX_INT/2 characters, counting quotes double.
- Credit to <generalbugs@zippenhop.com> for finding this.
- [Stefan Eissing] \ No newline at end of file
diff --git a/changes-entries/core_request_buckets.txt b/changes-entries/core_request_buckets.txt
deleted file mode 100644
index 7e6bd920c4..0000000000
--- a/changes-entries/core_request_buckets.txt
+++ /dev/null
@@ -1,10 +0,0 @@
- *) core/mod_http: use REQUEST meta buckets and a new HTTP/1.x specific
- input filter to separate the handling for HTTP requests from the
- handling of HTTP/1.x request parsing and checks.
- A new HTTP1_REQUEST_IN filter installs itself on http/1.1 connections
- before a request is being read. It generates either a REQUEST meta
- bucket on success or an ERROR bucket with the proposed response status.
- The core connection processing, relying on ap_read_request(), now expects
- a REQUEST or ERROR bucket from the input filters and is agnostic to
- specific HTTP versions and how they bring requests into the server.
- [Stefan Eissing]
diff --git a/changes-entries/core_response_buckets.txt b/changes-entries/core_response_buckets.txt
deleted file mode 100644
index 9a7972e33b..0000000000
--- a/changes-entries/core_response_buckets.txt
+++ /dev/null
@@ -1,9 +0,0 @@
- *) core/mod_http: use RESPONSE meta buckets and a new HTTP/1.x specific
- filter to send responses through the output filter chain.
- Specifically: the HTTP_HEADER output filter and ap_send_interim_response()
- create a RESPONSE bucket and no longer are concerned with HTTP/1.x
- serialization.
- A new HTTP1_RESPONSE_OUT transcode filter writes the proper HTTP/1.x
- bytes when dealing with a RESPONSE bucket. That filter installs itself
- on the pre_read_request hook when the connection has protocol 'http/1.1'.
- [Stefan Eissing] \ No newline at end of file
diff --git a/changes-entries/core_secondary_conn.txt b/changes-entries/core_secondary_conn.txt
deleted file mode 100644
index 772fc78ce4..0000000000
--- a/changes-entries/core_secondary_conn.txt
+++ /dev/null
@@ -1,11 +0,0 @@
- *) core: adding a new hook and method to the API:
- create_secondary_connection and ap_create_secondary_connection()
- to setup connections related to a "master" one, as used in
- the HTTP/2 protocol implementation.
-
- *) mod_http2: using the new API calls to get rid of knowledge
- about how the core handles conn_rec specifics.
- Improvements in pollset stream handling to use less sets.
- Using atomic read/writes instead of volatiles now.
- Keeping a reserve of "transit" pools and bucket_allocs for
- use on secondary connections to avoid repeated setup/teardowns.
diff --git a/changes-entries/event_early_killed_children.txt b/changes-entries/event_early_killed_children.txt
deleted file mode 100644
index db968c6977..0000000000
--- a/changes-entries/event_early_killed_children.txt
+++ /dev/null
@@ -1,2 +0,0 @@
- *) MPM event: Restart chilren processes killed before idle maintenance.
- PR 65769. [Yann Ylavic, Ruediger Pluem]
diff --git a/changes-entries/event_note_child_stopped.txt b/changes-entries/event_note_child_stopped.txt
deleted file mode 100644
index ba477ac864..0000000000
--- a/changes-entries/event_note_child_stopped.txt
+++ /dev/null
@@ -1,2 +0,0 @@
- *) MPM event: Fix accounting of active/total processes on ungraceful restart,
- PR 66004 (follow up to PR 65626 from 2.4.52). [Yann Ylavic]
diff --git a/changes-entries/h2_request_buckets.txt b/changes-entries/h2_request_buckets.txt
deleted file mode 100644
index 4022f13630..0000000000
--- a/changes-entries/h2_request_buckets.txt
+++ /dev/null
@@ -1,4 +0,0 @@
- *) mod_http2: use the new REQUEST buckets to forward request
- on secondary connections. Use the now generic
- ap_process_connection() in h2 workers to process those.
- [Stefan Eissing]
diff --git a/changes-entries/md_acme_failover.txt b/changes-entries/md_acme_failover.txt
deleted file mode 100644
index bb1999c9a9..0000000000
--- a/changes-entries/md_acme_failover.txt
+++ /dev/null
@@ -1,7 +0,0 @@
- *) mod_md: the `MDCertificateAuthority` directive can take more than one URL/name of
- an ACME CA. This gives a failover for renewals when several consecutive attempts
- to get a certificate failed.
- A new directive was added: `MDRetryDelay` sets the delay of retries.
- A new directive was added: `MDRetryFailover` sets the number of errored
- attempts before an alternate CA is selected for certificate renewals.
- [Stefan Eissing]
diff --git a/changes-entries/md_auto_status.txt b/changes-entries/md_auto_status.txt
deleted file mode 100644
index 34faddd4ce..0000000000
--- a/changes-entries/md_auto_status.txt
+++ /dev/null
@@ -1,5 +0,0 @@
- * Implement full auto status ("key: value" type status output).
- Especially not only status summary counts for certificates and
- OCSP stapling but also lists. Auto status format is similar to
- what was used for mod_proxy_balancer.
- [Rainer Jung]
diff --git a/changes-entries/md_ocsp_update.txt b/changes-entries/md_ocsp_update.txt
deleted file mode 100644
index 474cb9016d..0000000000
--- a/changes-entries/md_ocsp_update.txt
+++ /dev/null
@@ -1,3 +0,0 @@
- *) mod_md: fixed a bug leading to failed transfers for OCSP
- stapling information when more than 6 certificates needed
- updates in the same run. [Stefan Eissing]
diff --git a/changes-entries/md_tailscale.txt b/changes-entries/md_tailscale.txt
deleted file mode 100644
index e30aba69ca..0000000000
--- a/changes-entries/md_tailscale.txt
+++ /dev/null
@@ -1,5 +0,0 @@
- *) mod_md: added support for managing certificates via a
- local tailscale demon for users of that secure networking.
- This gives trusted certificates for tailscale assigned
- domain names in the *.ts.net space.
- [Stefan Eissing] \ No newline at end of file
diff --git a/changes-entries/md_timeperiod_null.txt b/changes-entries/md_timeperiod_null.txt
deleted file mode 100644
index 5beb6c8f52..0000000000
--- a/changes-entries/md_timeperiod_null.txt
+++ /dev/null
@@ -1,4 +0,0 @@
- *) mod_md: a possible NULL pointer deref was fixed in
- the JSON code for persisting time periods (start+end).
- Fixes #282 on mod_md's github.
- Thanks to @marcstern for finding this.
diff --git a/changes-entries/mod_heartmonitor-HeartbeatMaxServers.diff b/changes-entries/mod_heartmonitor-HeartbeatMaxServers.diff
deleted file mode 100644
index 0e43927ba9..0000000000
--- a/changes-entries/mod_heartmonitor-HeartbeatMaxServers.diff
+++ /dev/null
@@ -1,3 +0,0 @@
- *) mod_heartmonitor: Set the documented default value
- "10" for HeartbeatMaxServers instead of "0". With "0"
- no shared memory slotmem was initialized. [Rainer Jung]
diff --git a/changes-entries/mod_proxy_log_backend_port.txt b/changes-entries/mod_proxy_log_backend_port.txt
deleted file mode 100644
index 0a96679e23..0000000000
--- a/changes-entries/mod_proxy_log_backend_port.txt
+++ /dev/null
@@ -1,2 +0,0 @@
- *) mod_proxy: Add backend port to log messages to
- ease identification of involved service.
diff --git a/changes-entries/mod_proxy_set_502_on_close.txt b/changes-entries/mod_proxy_set_502_on_close.txt
deleted file mode 100644
index 68e104b713..0000000000
--- a/changes-entries/mod_proxy_set_502_on_close.txt
+++ /dev/null
@@ -1,2 +0,0 @@
- *) mod_proxy: Set a status code of 502 in case the backend just closed the
- connection in reply to our forwarded request. [Ruediger Pluem]
diff --git a/changes-entries/osx_nopush.txt b/changes-entries/osx_nopush.txt
deleted file mode 100644
index 0e2e767380..0000000000
--- a/changes-entries/osx_nopush.txt
+++ /dev/null
@@ -1,2 +0,0 @@
- *) core: Disable TCP_NOPUSH optimization on OSX since it might introduce
- transmission delays. PR 66019. [Yann Ylavic]
diff --git a/changes-entries/pr66033.txt b/changes-entries/pr66033.txt
deleted file mode 100644
index caa98d18cd..0000000000
--- a/changes-entries/pr66033.txt
+++ /dev/null
@@ -1,2 +0,0 @@
- *) core: Avoid an overflow on large inputs in ap_is_matchexp. PR 66033
- [Ruediger Pluem]
diff --git a/changes-entries/pr66034.txt b/changes-entries/pr66034.txt
deleted file mode 100644
index 125cdc3f8e..0000000000
--- a/changes-entries/pr66034.txt
+++ /dev/null
@@ -1,2 +0,0 @@
- *) mod_substitute: Fix an integer overflow that can happen in very special
- setups. PR 66034 [Ruediger Pluem]
diff --git a/changes-entries/pr66037.txt b/changes-entries/pr66037.txt
deleted file mode 100644
index 7262ff28c0..0000000000
--- a/changes-entries/pr66037.txt
+++ /dev/null
@@ -1,3 +0,0 @@
- *) mod_http2: remove unused and insecure code. Fixes PR66037.
- Thanks to Ronald Crane (Zippenhop LLC) for reporting this.
- [Stefan Eissing] \ No newline at end of file