From e2dc94ed467c9bb72c3925248c2c93df6c86cc5c Mon Sep 17 00:00:00 2001 From: Bryan Roe Date: Mon, 29 Aug 2022 09:49:53 -0700 Subject: [PATCH] Updated release notes and known issues list --- docs/ReleaseNotes.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/ReleaseNotes.md b/docs/ReleaseNotes.md index a6f37a0..361306c 100644 --- a/docs/ReleaseNotes.md +++ b/docs/ReleaseNotes.md @@ -61,4 +61,10 @@ - Fixed Memory leak of TCP Server Socket metadata that occurs when an error occurs - Fixed Memory Leak of image data by Linux/BSD KVM - Fixed user-consent issue on BSD with Zenity +- Updated Windows Installer to populate DisplayVersion in registry, with Commit Date +- Added close() method to win-dispatcher to try to mitigate an edge case crash + +**Known Issues** +- Quickly/Repeatedly opening tunnels can accumulate descriptors faster than they are released +- Quickly/Repeatedly calling 'setclip' on Windows could cause the service to crash/restart if repeated quickly enough