From f716d6ad3410fe18ccdc9d27a4cadb2d6c4c6083 Mon Sep 17 00:00:00 2001 From: Russ Alexander Date: Wed, 31 Aug 2016 13:01:19 -0700 Subject: [PATCH] Updating for 14915 --- commandline/WSL/release_notes.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/commandline/WSL/release_notes.md b/commandline/WSL/release_notes.md index d6478559..55fbe02a 100644 --- a/commandline/WSL/release_notes.md +++ b/commandline/WSL/release_notes.md @@ -4,6 +4,31 @@ author: russalex # Release Notes +## Build 14915 + +For general Windows information on build 14915 visit the [Windows Blog](https://blogs.windows.com/windowsexperience/2016/08/31/announcing-windows-10-insider-preview-build-14915-for-pc-and-mobile).
+To track or report an issue visit our [Github page](https://github.com/Microsoft/BashOnWindows/issues).
+ +### Fixed +- Socketpair for unix datagram sockets (GH #262) +- Unix socket support for SO_REUSEADDR +- UNIX socket support for SO_BROADCAST (GH #568) +- Unix socket support for SOCK_SEQPACKET (GH #758, #546) +- Adding support for unix datagram socket send, recv and shutdown +- Fix bugcheck due to invalid mmap parameter validation for non-fixed addresses. (GH #847) +- Support for suspend / resume of terminal states +- Support for TIOCPKT ioctl to unblock the Screen utility (GH #774) + - Known issue: Function keys not operational +- Corrected a race in TimerFd that could cause a freed member 'ReaderReady' to be accessed by LxpTimerFdWorkerRoutine (GH #814) +- Enable restartable system call support for futex, poll, and clock_nanosleep +- Added bind mount support +- unshare for mount namespace support + - Known issue: When creating a new mount namespace with `unshare(CLONE_NEWNS)` the current working directory will continue to point to the old namespace +- Additional improvements and bug fixes + +
+
+ ## Build 14905 For general Windows information on build 14905 visit the [Windows Blog](https://blogs.windows.com/windowsexperience/2016/08/17/announcing-windows-10-insider-preview-build-14905-for-pc-mobile/).