Skip to content

Releases: lzlrd/wsl-hello-sudo

v3.0.0

22 Mar 00:37

Choose a tag to compare

Bug Fixes

  • Fix partial move in error handling (f32294d)
  • Fix warning that pointer doesn't outlive temporary CString (#23) (97289e5)
  • install: Fix installation failure that occured because .exe files did not have the execution permissions. (5788c93)
  • quote hello_winpath in uninstall.sh (#28) (bd7e009)
  • quote PAM_WSL_HELLO_WINPATH to allow spaces (abad2f8)

Features

  • add pam-config for automatic configuration Install automatic PAM config (1380e27), closes #14
  • move hello to foreground once window exists (#27) (b0b9f54)
  • Rewrite Windows components in Rust (#26) (d87ad12)
  • support custom /c mountpoints (#13) (5fcc2a1)

Performance Improvements

  • decrease pam module binary size (c79a184)

BREAKING CHANGES

  • The file location and interface of the Windows component are updated, though it was not intended to be used by end users.

Co-authored-by: Takaya Saeki abc.tkys+pub@gmail.com