Skip to content

Commit 0a35415

Browse files
Update release-notes.md
1 parent ff0b2e4 commit 0a35415

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

commandline/WSL/release-notes.md

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

1313
# Release Notes
1414

15+
## Build 17046
16+
17+
For general Windows information on build 17046 visit the [Windows Blog](https://blogs.windows.com/windowsexperience/2017/11/22/announcing-windows-10-insider-preview-build-17046-pc).<br/>
18+
19+
20+
### Fixed
21+
#### WSL
22+
- Allow background processes. [GH 709, 1007, 1511, 2252, 2391, et al.]
23+
- Better support of CLONE_VFORK and CLONE_VM. [GH 1878, 2615]
24+
- Skip TDI filter drivers for WSL networking operations. [GH 1554]
25+
- DrvFs creates NT symlinks when certain conditions are met. [GH 353, 1475, 2602]
26+
- The link target must be relative, must not cross any mount points or symlinks, and must exist.
27+
- The user must have SE_CREATE_SYMBOLIC_LINK_PRIVILEGE (this normally requires you to launch wsl.exe elevated), unless Developer Mode is turned on.
28+
- In all other situations, DrvFs still creates WSL symlinks.
29+
- Allow running elevated and non-elevated WSL instances simultaneously.
30+
- Support /proc/sys/kernel/yama/ptrace_scope
31+
- Add wslpath to do WSL<->Windows path conversions. [GH 522, 1243, 1834, 2327, et al.]
32+
```
33+
wslpath usage:
34+
-a force result to absolute path format
35+
-u translate from a Windows path to a WSL path (default)
36+
-w translate from a WSL path to a Windows path
37+
-m translate from a WSL path to a Windows path, with ‘/’ instead of ‘\\’
38+
39+
EX: wslpath ‘c:\users’
40+
```
41+
#### Console
42+
- No fixes.
43+
44+
### LTP Results:
45+
Testing in progress.
46+
1547
## Build 17040
1648

1749
For general Windows information on build 17040 visit the [Windows Blog](https://blogs.windows.com/windowsexperience/2017/11/16/announcing-windows-10-insider-preview-build-17040-pc).<br/>

0 commit comments

Comments
 (0)