Releases: microsoft/WSL
2.1.0
- Enable DNS tunneling by default
- Skip installing the MSIX for the current user when running as SYSTEM (solves #10906)
- Only run distro init logic when started from mini_init (solves #10883)
- Create an execution context for MSI package installation via wslinstaller
- Configure all executables as LSP_SYSTEM to avoid loading proxy dll's (solves #4177)
- Add logic to remove leaked MSIX service registration (solves #10831)
- Log WorkingDirectory when CreateProcess fails (solves #6170)
- Close the distro socket fd before starting the system distro (solves #10866)
- Use the MSI API to install & upgrade instead of msiexec
- Fix some issues in printf format specifiers for logging
- Update Microsoft.Windows.ImplementationLibrary version 1.0.240102.2
- Update Wix to version 4.0.3
- Implement DrvFs Perf notification
2.0.15
2.0.14
2.0.12
2.0.11
- Remove stale packaged COM registration during installation (solves #10782)
- Remove usage of gai_strerrorA since it's not thread safe (solves #10690)
- Resolve issue preventing some users from installing a 2.0.X version of the WSL package
- Disable virtio9p while debugging issue preventing users from mounting drives
2.0.9
2.0.8
2.0.7
2.0.6
2.0.5
-
Promote the following wslconfig settings to
[wsl2]
: (solves #10616)
experimental.dnsTunneling
->wsl2.dnsTunneling
experimental.firewall
->wsl2.firewall
experimental.networkingMode
->wsl2.networkingMode
experimental.autoProxy
->wsl2.autoProxy
Previous settings under theexperimental
section are still supported for backwards compatibility -
Fix issue where wslinfo -n is not correctly skipping printing the newline
-
Work around issue where init is being launched without /dev/console, which can cause hangs
-
Remove --event-viewer and --release-notes arguments from wsl.exe usage and various cleanup (solves #10600)
-
Enable process mitigation policies for wslservice and wslnstaller service
-
Improve error handling when distribution VHD fail to mount
-
Add wsl.vhdSize argument for customizing vhd size (solves #10565)
-
Update Microsoft.WSL.Kernel to version 5.15.133.1-1
-
Update WSLg to 1.0.59