From fc8a5a1b5c4485a68f2424e27d5db555c2a62f25 Mon Sep 17 00:00:00 2001 From: Zach Brown Date: Thu, 7 Jul 2022 10:35:37 -0700 Subject: [PATCH] v1.6 Release Finish the release notes for the 1.6 release. Signed-off-by: Zach Brown --- ReleaseNotes.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index d3983a48..27c4dc1c 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,6 +1,22 @@ Versity ScoutFS Release Notes ============================= +--- +v1.6 +\ +*Jul 7, 2022* + +* **Fix memory leaks in rare corner cases** +\ + Analysis tools found a few corner cases that leaked small structures, + generally around error handling or startup and shutdown. + +* **Add --skip-likely-huge scoutfs print command option** +\ + Add an option to scoutfs print to reduce the size of the output + so that it can be used to see system-wide metadata without being + overwhelmed by file-level details. + --- v1.5 \