Skip to content

Releases: rprichard/wslbridge

wslbridge 0.2.4

15 Aug 06:06
Compare
Choose a tag to compare

Changes since 0.2.3

  • Added a --distro-guid option that allows selecting which WSL Linux
    distribution to use.

wslbridge 0.2.3

01 Jul 04:02
Compare
Choose a tag to compare

Changes since 0.2.2

  • Binaries are linked with -static-libgcc and -static-libstdc++.

  • Build the binaries with an Ubuntu 14.04 WSL installation. The binaries
    for 0.2.2 were built with Ubuntu 16.04, and do not work on 14.04.

wslbridge 0.2.2

23 Jun 07:29
Compare
Choose a tag to compare

Changes since 0.2.1

  • Fix a race condition affecting spawn failure.

  • Capture and report errors from the Microsoft Bash Launcher (bash.exe).
    In particular, don't hang if the user tries to simultaneously run elevated
    and non-elevated WSL instances.
    #13

wslbridge 0.2.1

14 Nov 19:03
Compare
Choose a tag to compare

Changes since 0.2.0

  • The frontend now synchronizes the Cygwin environment with the Win32
    environment before creating the WSL backend process.
    mintty/wsltty#14

wslbridge 0.2.0

28 Sep 06:46
Compare
Choose a tag to compare

Changes since 0.1.0:

  • Added a -C option that changes the working directory before running the
    command. The argument is a WSL path. A ~ component at the start of the
    argument is replaced with the user's home directory. (i.e. $HOME).
    #2
  • The frontend now canonicalizes its path to the wslbridge-backend binary.
    #4

wslbridge 0.1.0

17 Aug 10:48
Compare
Choose a tag to compare

Initial release.