Skip to content

Commit c916fb0

Browse files
Update release-notes.md
1 parent 361db3b commit c916fb0

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

WSL/release-notes.md

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

1313
# Release Notes
1414

15+
## Build 17627
16+
For general Windows information on build 17627 visit the [Windows Blog](https://blogs.windows.com/windowsexperience/2018/03/21/announcing-windows-10-insider-preview-build-17627-for-skip-ahead/).
17+
18+
### WSL
19+
* Add support for the futex pi-aware operations. [GH 1006]
20+
* Note that priorities are not currently a supported WSL feature so there are limitations, but standard usage should be unblocked.
21+
* Windows firewall support for WSL processes. [GH 1852]
22+
* For example, to allow the WSL python process to listen on any port, use the elevated Windows cmd:
23+
```netsh.exe advfirewall firewall add rule name=wsl_python dir=in action=allow program="C:\users\<username>\appdata\local\packages\canonicalgrouplimited.ubuntuonwindows_79rhkp1fndgsc\localstate\rootfs\usr\bin\python2.7" enable=yes```
24+
* For additional details on how to add firewall rules, see [link](https://support.microsoft.com/en-us/help/947709/how-to-use-the-netsh-advfirewall-firewall-context-instead-of-the-netsh)
25+
* Respect user's default shell when using wsl.exe. [GH 2372]
26+
* Report all network interfaces as ethernet. [GH 2996]
27+
* Better handling of corrupt /etc/passwd file. [GH 3001]
28+
29+
### Console
30+
* No fixes.
31+
32+
### LTP Results:
33+
Testing in progress.
34+
1535
## Build 17618
1636
For general Windows information on build 17618 visit the [Windows Blog](https://blogs.windows.com/windowsexperience/2018/03/07/announcing-windows-10-insider-preview-build-17618-skip-ahead/).
1737

0 commit comments

Comments
 (0)