Skip to content

Releases: microsoft/WSL

1.3.17

30 Aug 15:22
7c39f39
Compare
Choose a tag to compare
1.3.17 Pre-release
Pre-release
  • Update MSRDC to version 1.2.4485
  • Update WSLg to 1.0.57

1.3.15

02 Aug 18:35
a39d0e6
Compare
Choose a tag to compare
1.3.15 Pre-release
Pre-release
  • Update Microsoft.WSL.Kernel to version 5.15.90.4-1

1.3.14

17 Jul 15:30
b10fbea
Compare
Choose a tag to compare
1.3.14 Pre-release
Pre-release
  • Update Microsoft.WSL.Kernel to version 5.15.90.3-1
  • Update MSRDC to 1.2.4419
  • Update Microsoft.WSLg to version 1.0.55
  • Fix /run/user/ being hidden when a new login session is created by symli... (solves #10205)
  • Implement a --no-distribution option in wsl --install

1.3.11

14 Jun 19:45
73fde8b
Compare
Choose a tag to compare
1.3.11 Pre-release
Pre-release
  • Switch back to previous version of lxutil.dll while an issue is being debugged

1.3.10

13 Jun 21:11
5763919
Compare
Choose a tag to compare
1.3.10 Pre-release
Pre-release
  • Mount /usr/lib/wsl/lib as rw
  • Set a timeout when force terminating instances
  • Allow created vhdx to have sparse flag set
  • Make /run/user/{user} writable
  • Memory reclamation idle detection, drop_caches. To use add the below to %userprofile%\.wslconfig
[experimental]
autoMemoryReclaim=true
  • Fix COM race condition when service is stopped
  • Install missing optional components if needed in wsl.exe --install
  • Fix potential wslservice crash in .wslconfig parsing
  • Use --numeric-owner when importing and exporting distros so the root namespace /etc/passwd is not used (solves #9982)
  • Update invalid wslconfig key warning to call out which key has the invalid value
  • Change localhost relay creation to be non-fatal (solves #9924)
  • Fix behavior of guiApplications=false in .wslconfig
  • Fix intermittent localhost forwarding issues (Solves #9921)
  • Use /mnt/wslg for /run/user (solves #9913)
  • Update Microsoft.WSL.Kernel to version 5.15.90.2-3
    • This new kernel includes a SCSI fix that allows WSL to boot faster
  • Update Microsoft.WSLg to version 1.0.54
  • Update MSRDC to 1.2.4240
  • Update Microsoft.DXCore.Linux to version 10.0.25880.1000-230602-1350.main

1.2.5

20 Apr 03:24
7f45ed0
Compare
Choose a tag to compare
  • Resolve issue where creating notifications could cause launch failures.

1.2.4

18 Apr 04:56
5db5089
Compare
Choose a tag to compare
1.2.4 Pre-release
Pre-release
  • Use --numeric-owner tar option when importing and exporting distros so the root namespace /etc/passwd is not used (solves #9982)

1.2.3

15 Apr 14:20
5db5089
Compare
Choose a tag to compare
1.2.3 Pre-release
Pre-release
  • Mount cgroup v1 for WSL2 to resolve issues with certain versions of docker (solves #9962)

1.2.2

13 Apr 15:28
5db5089
Compare
Choose a tag to compare
1.2.2 Pre-release
Pre-release
  • WSLg: Revert change to use overlayfs for /run/user/ while a more complete fix is investigated

1.2.1

11 Apr 20:47
5db5089
Compare
Choose a tag to compare
1.2.1 Pre-release
Pre-release
  • Fix intermittent localhost forwarding issues (solves #9921)
  • Use /mnt/wslg for /run/user (solves #9913)
  • Fix invalid handle close on wslservice.exe exit