Cygwin: add "app execution aliases" treatment to release notes

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2021-03-23 16:54:23 +01:00
parent 0631c6644e
commit f578883232
2 changed files with 10 additions and 0 deletions

View File

@ -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
---------

View File

@ -70,6 +70,12 @@ work.
facl(2) now fails with EBADF on a file opened with O_PATH.
</para></listitem>
<listitem><para>
- 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.
</para></listitem>
</itemizedlist>
</sect2>