From fe9a9be678afa9283bd51e91c0a87f4fe80233be Mon Sep 17 00:00:00 2001 From: Andrew Hanushevsky Date: Mon, 15 Jun 2020 00:13:03 -0700 Subject: [PATCH] Update notes on proxy passthrough TPC SEGV fix. --- docs/PreReleaseNotes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/PreReleaseNotes.txt b/docs/PreReleaseNotes.txt index 956ab7b8241..78a4a65ba71 100644 --- a/docs/PreReleaseNotes.txt +++ b/docs/PreReleaseNotes.txt @@ -66,6 +66,7 @@ Prerelease Notes * **[Server]** Add additional fields to he SecEntity structure (breaks ABI). + **Major bug fixes** + * **[Proxy]** Avoid SEGV when doing passthrough TPC. * **[Proxy]** Remove offending CGI elements before passing URL. * **[Server]** Accommodate changes in epoll handling in CentOS 7.10 plus. * **[SSI]** Fix double delete due to extraneous code addition.