From 9d18da6a5fa267c02add69acaa0061513dad4058 Mon Sep 17 00:00:00 2001 From: Russ Alexander Date: Wed, 22 Jun 2016 12:03:52 -0700 Subject: [PATCH] Update release_notes.md --- commandline/WSL/release_notes.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/commandline/WSL/release_notes.md b/commandline/WSL/release_notes.md index c458fba8..eb038352 100644 --- a/commandline/WSL/release_notes.md +++ b/commandline/WSL/release_notes.md @@ -4,6 +4,18 @@ author: jackchammons # Release Notes +## Build 14371 +For general Windows information on build 14371 visit the [Windows Blog] (https://blogs.windows.com/windowsexperience/2016/06/22/announcing-windows-10-insider-preview-build-14371-for-pc/).
+To track or report an issue visit our [Github page](https://github.com/Microsoft/BashOnWindows/issues).
+### Fixed +- Corrected timing race with SIGCHLD and wait() when using ptrace +- Corrected some behavior when paths have a trailing / (GH #432) +- Fixed issue with rename/unlink failing due to open handles to children +- Additional bugfixes and improvements + +
+
+ ##Build 14366 For general Windows information on build 14366 visit the [Windows Blog] (https://blogs.windows.com/windowsexperience/2016/06/14/announcing-windows-10-insider-preview-build-14366-mobile-build-14364/).
To track or report an issue visit our [Github page](https://github.com/Microsoft/BashOnWindows/issues).