From d762dc915ff865ce135e42cd67b8a149f6325c06 Mon Sep 17 00:00:00 2001 From: Andrew Hanushevsky Date: Fri, 5 Oct 2018 02:15:13 -0700 Subject: [PATCH] Update notes for PSS fstat) patch (forgot to include the notes). --- docs/PreReleaseNotes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/PreReleaseNotes.txt b/docs/PreReleaseNotes.txt index 0005044f074..74aa5ed5d4e 100644 --- a/docs/PreReleaseNotes.txt +++ b/docs/PreReleaseNotes.txt @@ -22,6 +22,7 @@ Prerelease Notes * **[Proxy]** Implement new options in pfc.diskusage for better control of purging. + **Major bug fixes** + * **[Proxy]** Fix incorrect rc check when processing Fstat() (disabled progbar). * **[POSIX]** Avoid SEGV due to race condition between open() and close(). * **[SSI]** Do not leak memory when a fatal error occurs. Fixes #775