From efe29b99e5bd844fa455d2691fcc545cec277300 Mon Sep 17 00:00:00 2001 From: Andrew Hanushevsky Date: Tue, 23 Jun 2020 16:01:03 -0700 Subject: [PATCH] Update notes on plugin loader patch. --- docs/PreReleaseNotes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/PreReleaseNotes.txt b/docs/PreReleaseNotes.txt index 2750dda1bba..c564cec7142 100644 --- a/docs/PreReleaseNotes.txt +++ b/docs/PreReleaseNotes.txt @@ -82,6 +82,7 @@ Prerelease Notes * **[Server]** Use correct mechanism to determine DNS registration. + **Miscellaneous** + * **[Utils]** Don't hide true error when loading a plugin w/o an alternate. * **[SSI]** Use exchange buffering to avoid using memcpy for improved peformance. * **[Server]** Implement exchange buffering for increased performance. * **[gsi]** Make -trustdns default false (i.e. do not use DNS).