diff --git a/winsup/cygwin/release/3.2.0 b/winsup/cygwin/release/3.2.0 index 421b94a98..828ef5610 100644 --- a/winsup/cygwin/release/3.2.0 +++ b/winsup/cygwin/release/3.2.0 @@ -46,6 +46,10 @@ What changed: - facl(2) now fails with EBADF on a file opened with O_PATH. +- Allow to start Windows Store executables via their "app execution + aliases". Handle these aliases (which are special reparse points) + as symlinks to the actual executables. + Bug Fixes --------- diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml index d59fc12c4..5ec36e409 100644 --- a/winsup/doc/new-features.xml +++ b/winsup/doc/new-features.xml @@ -70,6 +70,12 @@ work. facl(2) now fails with EBADF on a file opened with O_PATH. + +- Allow to start Windows Store executables via their "app execution + aliases". Handle these aliases (which are special reparse points) + as symlinks to the actual executables. + +