Blue
0c0ca04ab0
Localization change from build: 127406956 ( #13316 )
...
Co-authored-by: WSL localization <noreply@microsoft.com>
2025-07-31 08:13:52 -07:00
Blue
bba5af9aea
Fix the 'WriteWslConfig' test case to reset .wslconfig when done ( #13305 )
...
* Save state
* Fix the tests
2025-07-29 15:35:35 -07:00
Josh Soref
6d18bf5074
Spelling ( #13289 )
...
* link: report them to the Microsoft Security Response Center (MSRC)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* link: Microsoft Security Response Center
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: , or
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: adapters
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: at
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: attaching them to the bug, please send them to wsl-gh-logs@microsoft.com with the github issue number in the subject, and include a link to your github issue comment in the message body.
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: disk
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: effect
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: for the file
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: for the mount to be available
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: grandchild
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: last pid
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: nonexistent
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: on which the...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: path
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: pseudo
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: script
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: service, the
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: session
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: strip
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: that a
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: that the
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: the first one we find in the test
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: to which
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: waitpid
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: whether
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: while the relay was being set up,
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: with an
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: without specifying
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
---------
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Co-authored-by: Ben Hillis <benhillis@gmail.com>
2025-07-29 11:24:39 -07:00
Ben Hillis
4867250d11
install: do not attempt to install distros if a reboot is required ( #13298 )
...
* install: do not attempt to install distros if a reboot is required
* nfc: update comment
---------
Co-authored-by: Ben Hillis <benhill@ntdev.microsoft.com>
2025-07-29 08:48:52 -07:00
Blue
3c800c8661
Update the test packages drop ( #13300 )
2025-07-29 07:34:32 -07:00
Blue
494808d308
Localization change from build: 127017409 ( #13290 )
...
Co-authored-by: WSL localization <noreply@microsoft.com>
2025-07-25 10:10:44 -07:00
S. M. Mohiuddin Khan Shiam
41f97bbc81
Fix: enforce non-empty asset list when publishing ( #13201 )
...
This patch closes a logic gap in [tools/devops/create-release.py](cci:7://file:///c:/Users/T2430514/Downloads/WSL/tools/devops/create-release.py:0:0-0:0):
* **Problem** – The script’s `--publish` mode was intended to require at least one asset, but Click passes an empty tuple if no assets are provided. The original guard (`if assets is None`) never triggered, allowing empty releases to be drafted.
* **Solution** – Replace the check with `if not assets:` which catches both `None` and empty collections, preventing accidental empty releases.
* **Impact** – Ensures CI and manual runs cannot publish a release without payload, aligning behavior with the CLI contract and avoiding junk tags that require manual cleanup.
Co-authored-by: Odio Marcelino <odiomarcelino@gmail.com>
2025-07-24 10:51:43 -07:00
Ben Hillis
d83c1b552a
NFC: minor spelling fixes ( #13280 )
...
Co-authored-by: Ben Hillis <benhill@ntdev.microsoft.com>
2025-07-24 10:36:26 -07:00
Josh Soref
abce91d14b
Spelling ( #12954 )
...
* link: Collect WSL logs (recommended method)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* link: Advanced Authoring Tests in C++
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* link: CMake Documentation and Community
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* link: Collect WSL logs for networking issues
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* link: Collect WSL logs (recommended method)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: ; otherwise,
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: a
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: access
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: accessible
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: across
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: actively
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: adapters
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: address
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: addresses
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: and
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: appropriate
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: argument
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: associated
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: attach
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: available
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: beginning
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: between
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: binaries
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: bound
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: buffer
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: buffers
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: cannot
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: canonical
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: capabilities
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: case-insensitive
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: case-sensitive
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: certified
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: command
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: committer
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: communication
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: complains
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: configuration
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: consumed
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: continue
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: converted
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: currently
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: customers
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: daemon
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: deferred
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: definitions
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: delimiter
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: delivered
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: dellink
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: derived
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: descriptor
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: destined
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: destruct
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: destructible
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: destructor
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: detach
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: differentiate
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: directories
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: disassociate
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: disposition
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: distribution
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: distro
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: duping
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: emitted
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: empty
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: environment
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: every time
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: exclusive
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: expected
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: expire
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: explicitly
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: fall back
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: false
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: fastfail
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: filesystem
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: first
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: followed
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: for
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: functionality
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: functionally
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: github
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: greater
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: guarantee
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: guaranteed
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: handles
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: hangup
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: hierarchy
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: hogwarts
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: hydrated
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: icrnl
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: implementation
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: implementing
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: initialize
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: instance
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: instantiate
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: instantiations
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: intentionally
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: interpret
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: interpreter
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: irreversibly
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: iteration
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: iterator
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: its
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: kernel
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: kmsg
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: knowledge
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: maximum
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: mirrored
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: msftconnecttest
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: multi
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: multiple
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: mutable
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: namespace
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: nonexistent
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: notifications
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: occurred
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: occurring
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: otherwise,
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: outstanding
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: overridden
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: partition
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: pass through
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: passthrough
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: performs
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: periodically
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: positional
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: precedence
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: preexisting
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: preferring
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: prepopulate
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: previous
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: privileges
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: process
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: processes
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: programmatically
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: protection
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: provided
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: reasonable
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: receive
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: received
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: red hat
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: reentrant
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: registered
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: regularly
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: relay
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: release
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: representing
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: requests
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: response
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: resurrect
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: retention
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: returned
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: security
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: semaphore
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: separate
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: separator
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: service
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: set up
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: setup
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: severely
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: should
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: signal
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: similarly
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: simple
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: simplified
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: single
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: specified
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: splitting
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: standard
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: stress
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: succeed
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: success
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: successfully
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: supplementary
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: synced
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: system
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: take
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: than
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: that opening
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: the
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: threadpool
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: to
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: true
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: truncate
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: tunneling
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: unexpected
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: uninitialize
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: unique
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: unprivileged
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: unregistered
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: untrusted
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: upgrade
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: utility
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: validating
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: variant
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: variation
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: variations
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: verify
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: visible
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: whether
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: winget
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: worker
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: written
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* spelling: wslservice
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* format source
---------
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Co-authored-by: Ben Hillis <benhillis@gmail.com>
Co-authored-by: Ben Hillis <benhill@ntdev.microsoft.com>
2025-07-23 15:19:00 -07:00
Ben Hillis
cefe0cdcc1
Update Microsoft.RemoteDesktop.Client.MSRDC.SessionHost to version 1.2.6353 ( #13271 )
...
Co-authored-by: Ben Hillis <benhill@ntdev.microsoft.com>
2025-07-21 10:32:38 -07:00
Blue
e8145a7ee9
Localization change from build: 126514791 ( #13267 )
...
Co-authored-by: WSL localization <noreply@microsoft.com>
2025-07-17 15:24:39 -07:00
Ben Hillis
2bdd6b999d
wslsettings: appropriately set heading level for PageHeaderTextBlockStyle ( #13257 )
...
Co-authored-by: Ben Hillis <benhill@ntdev.microsoft.com>
2025-07-17 10:52:24 -07:00
Ben Hillis
ae77467ec8
cleanup: remove reference to deprecated pageReportingOrder setting ( #13264 )
...
Co-authored-by: Ben Hillis <benhill@ntdev.microsoft.com>
2025-07-17 10:52:03 -07:00
Ben Hillis
ca1ed5d5ff
cleanup: remove unreferenced images ( #13265 )
...
Co-authored-by: Ben Hillis <benhill@ntdev.microsoft.com>
2025-07-17 10:51:50 -07:00
Blue
ae323a4e9b
Temporarily disable building wslsettings.exe by default ( #13008 )
2025-07-10 11:05:29 -07:00
Kiran Cheparthi
227dc68783
Update DistributionInfo.json to remove old Oracle distros ( #13240 )
2025-07-09 12:20:58 -04:00
Craig Loewen
ec54df6362
Updated oracle distros ( #13238 )
2025-07-08 18:10:53 -04:00
Blue
5f34d17955
Localization change from build: 125806897 ( #13229 )
...
Co-authored-by: WSL localization <noreply@microsoft.com>
2025-07-06 10:17:24 -07:00
Craig Gumbley
4547e2a6f2
Expose the VM ID inside user distros ( #13212 )
...
* Add --vm-id to wslinfo usage string
* Pass the VM id to init
This change ensures that we pass the vm id to an
instances init. The id is then set as an environment
variable and can be accessed at runtime.
* Expose VM id to wslinfo
Add a new argument --vm-id to wslinfo so that
the caller can retrieve the VM id by calling the
binary.
Although it is an environment variable, it can be useful
here too to save additional string parsing from the caller.
2025-07-03 17:30:47 -07:00
Arch Linux Technical User
e563689b88
archlinux: Release 2025.07.01.132764 ( #13208 )
...
This is an automated release [1].
[1] https://gitlab.archlinux.org/archlinux/archlinux-wsl/-/blob/main/.gitlab-ci.yml
2025-07-01 12:29:53 -07:00
Blue
5e88d9acbf
Various improvements to dump-init.sh ( #13177 )
2025-06-26 11:55:12 -07:00
Blue
1b7620a4f8
Use the github generated release notes by default in create-release.py ( #13161 )
...
* Use the github generated release notes by default in create-release.py
* Merge
2025-06-26 11:54:19 -07:00
Blue
17319988a6
Notice change from build: 125117737 ( #13183 )
...
Co-authored-by: WSL notice <noreply@microsoft.com>
2025-06-25 07:45:48 -07:00
Blue
4aa472255d
Notice change from build: 125063368 ( #13178 )
...
Co-authored-by: WSL notice <noreply@microsoft.com>
2025-06-24 12:39:42 -07:00
g0tmi1k
c4b6a6b392
Bump Kali 2025.2 ( #13182 )
...
Release notes: https://www.kali.org/blog/kali-linux-2025-2-release/
2025-06-24 12:06:33 -07:00
Blue
c1d6ad1d15
Don't display a warning when the binfmt process doesn't have a controlling terminal ( #13176 )
2025-06-23 16:24:10 -07:00
Blue
902848b76b
Update create-release.py to find github issues without the full url ( #13150 )
2025-06-20 14:17:07 -07:00
Blue
9e09fe791c
Update setup-vm-for-tests.ps1 to copy the test distribution from the nuget package ( #13149 )
2025-06-20 14:16:58 -07:00
K900
e391e7854a
Look up systemctl from $PATH for user session checks ( #13157 )
...
This is already done in other instances where init calls systemctl, and we rely on init to find systemctl in PATH on NixOS, as we don't (really) have a /usr.
2025-06-20 14:09:50 -07:00
Mlekow
dedf36169d
Fix C1010070 compilation error in wslsettings ( #12928 )
...
Co-authored-by: Mlekow <mlekow5@outlook.com>
2025-06-20 13:15:03 -07:00
Blue
6319b02687
Fix incorrect memset call on an std::string ( #12982 )
...
* Fix incorrect memset call on an std::string
* Remove explicit clear call
* Other memset
* Cleanup diff
2.6.0
2025-06-18 18:29:43 -07:00
JC
c34a361330
fix: typo in wslg.exe.md ( #12955 )
...
Co-authored-by: Ben Hillis <benhillis@gmail.com>
2025-06-18 15:55:34 -07:00
Ben Hillis
3be5af4b38
cleanup: use wil::unique_fd in CreateProcessParse ( #13002 )
...
* cleanup: use wil::unique_fd in CreateProcessParse
* pr feedback
---------
Co-authored-by: Ben Hillis <benhill@ntdev.microsoft.com>
2025-06-18 14:55:01 -07:00
Blue
cc113d7c38
Exit with 1 if fatal errors are found while validating the distribution manifest ( #13140 )
2025-06-18 13:37:23 -07:00
Scott Bradnick
dd5dc89bc7
Remove SLE15SP5, update SUSE SLE15SP6, add SLE15SP7; update openSUSE Tumbleweed ( #13139 )
...
* Update DistributionInfo.json
* Updates for Tumbleweed (ARM64/X64 .appx & .wsl)
* Updates for SLE15SP6 (.appx & .wsl)
* Addition of SLE15SP7 (.wsl)
* Removal of SLE15SP5
* Change Default for SUSE
Switch from SP6 to SP7 as default for "SUSE".
2025-06-18 12:27:27 -07:00
Blue
ece64c8b14
Localization change from build: 124713931 ( #13134 )
...
Co-authored-by: WSL localization <noreply@microsoft.com>
2025-06-18 09:38:15 -07:00
Blue
407bfda099
Don't throw when unregistering a distro that has a BasePath that doesn't exist ( #13130 )
2025-06-17 15:23:31 -07:00
Blue
c7964ead5b
Localization change from build: 124643027 ( #13123 )
...
Co-authored-by: WSL localization <noreply@microsoft.com>
2025-06-17 09:25:15 -07:00
Blue
6e2cb1d94b
Update touchdown build task to v5 ( #13118 )
2025-06-16 18:39:06 -07:00
Blue
c3f59f8b12
Don't try to create invalid file names if the distribution download url contains parameters ( #13109 )
2025-06-13 17:21:28 -07:00
Blue
02ca6d3d2d
Fix various issues with systemd user sessions ( #13101 )
...
* Save state
* Save state
* Add test coverage
* Remove useless condition
* Update localized strings
* Update test distro
2025-06-13 16:31:57 -07:00
Ben Hillis
1f0e66d25c
cleanup: add ChildName to UtilCreateChildProcess error message ( #13103 )
...
* cleanup: add ChildName to UtilCreateChildProcess error message
* tweak error message
---------
Co-authored-by: Ben Hillis <benhill@ntdev.microsoft.com>
2025-06-13 14:20:18 -07:00
Blue
b9a52e96c7
Notice change from build: 124333557 ( #13095 )
...
Co-authored-by: WSL notice <noreply@microsoft.com>
2025-06-12 11:12:20 -07:00
Ben Hillis
dbb68a23e4
package update: update .net runtime to 9.0.6 ( #13090 )
...
Co-authored-by: Ben Hillis <benhill@ntdev.microsoft.com>
2025-06-11 16:12:49 -07:00
Blue
5d20b44bc6
Fix wslsettings crash when invoked from wslservice ( #13089 )
2025-06-11 15:06:04 -07:00
Blue
71daaef7bb
Remove directories after the OverlayFs test completes ( #13085 )
2025-06-11 13:40:06 -07:00
Blue
3164dc425a
Set MOVEFILE_WRITE_THROUGH when moving distribution VHD's ( #13087 )
2025-06-11 11:31:56 -07:00
Blue
5fd4ffb064
Discard BOM header when parsing the Windows 'hosts' file ( #13079 )
...
* Discard BOM header when parsing the Windows 'hosts' file
* Cleanup after tests
* Format
2025-06-10 15:04:32 -07:00
Blue
456b68125f
Correctly report corrupted disks when mount() fails with EUCLEAN ( #13078 )
2025-06-10 11:08:01 -07:00
Blue
63d1396714
Don't use a \\?\ prefix when resolving the distribution location ( #13080 )
2025-06-10 11:07:31 -07:00