From bec973914ea03c50a6a8025fc3849cc11990fa03 Mon Sep 17 00:00:00 2001 From: Andrew Hanushevsky Date: Wed, 18 Dec 2019 21:38:40 -0800 Subject: [PATCH] Update notes on proxy URL fix. Conflicts: docs/PreReleaseNotes.txt --- docs/PreReleaseNotes.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/PreReleaseNotes.txt b/docs/PreReleaseNotes.txt index cb622466009..9a330700225 100644 --- a/docs/PreReleaseNotes.txt +++ b/docs/PreReleaseNotes.txt @@ -9,6 +9,9 @@ Prerelease Notes * **[Server]** Allow redirect differentiation for delegated and undelegated TPC. + **Major bug fixes** + * **[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. + **Minor bug fixes** * **[Server]** Use correct mechanism to determine DNS registration.