Cygwin: add "app execution aliases" treatment to release notes
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
0631c6644e
commit
f578883232
|
@ -46,6 +46,10 @@ What changed:
|
||||||
|
|
||||||
- facl(2) now fails with EBADF on a file opened with O_PATH.
|
- 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
|
Bug Fixes
|
||||||
---------
|
---------
|
||||||
|
|
|
@ -70,6 +70,12 @@ work.
|
||||||
facl(2) now fails with EBADF on a file opened with O_PATH.
|
facl(2) now fails with EBADF on a file opened with O_PATH.
|
||||||
</para></listitem>
|
</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>
|
</itemizedlist>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
Loading…
Reference in New Issue