Skip to content

Commit 889f7f2

Browse files
Update release-notes.md
1 parent c468385 commit 889f7f2

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

WSL/release-notes.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,25 @@ ms.assetid: 36ea641e-4d49-4881-84eb-a9ca85b1cdf4
1212

1313
# Release Notes
1414

15+
## Build 17713
16+
For general Windows information on build 17713 visit the [Windows Blog](https://blogs.windows.com/windowsexperience/2018/07/11/announcing-windows-10-insider-preview-build-17713/).
17+
18+
### WSL
19+
* Improved zombie support [GH 1353]
20+
* Add wsl.conf entries for controlling Windows interop behavior [GH 1493]
21+
```
22+
[interop]
23+
enabled=false # enable launch of Windows binaries; default is true
24+
appendWindowsPath=false # append Windows path to $PATH variable; default is true
25+
```
26+
* Fix for getsockname not always returning UNIX socket family type [GH 1774]
27+
* Add support for TIOCSTI [GH 1863]
28+
* Non-blocking sockets in the process of connecting should return EAGAIN for write attempts [GH 2846]
29+
* Support interop on mounted VHDs [GH 3246, 3291]
30+
* Fix permission checking issue on root folder [GH 3304]
31+
* Limited support for TTY keyboard ioctls KDGKBTYPE, KDGKBMODE and KDSKBMODE.
32+
* Windows UI apps should execute even when launched in the background.
33+
1534
## Build 17704
1635
For general Windows information on build 17704 visit the [Windows Blog](https://blogs.windows.com/windowsexperience/2018/06/27/announcing-windows-10-insider-preview-build-17704/).
1736

0 commit comments

Comments
 (0)