Cygwin: update release notes for 3.2.0, part 2

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2021-03-08 11:38:27 +01:00
parent abc8acb6a0
commit 07e2ce9f55
2 changed files with 23 additions and 0 deletions

View File

@ -28,6 +28,9 @@ What changed:
flag O_TMPFILE. flag O_TMPFILE.
Addresses: https://cygwin.com/pipermail/cygwin/2021-January/247304.html Addresses: https://cygwin.com/pipermail/cygwin/2021-January/247304.html
- Utilize Windows 10 1809 FILE_DISPOSITION_IGNORE_READONLY_ATTRIBUTE
flag to allow simpler unlink of files with DOS readonly flags set.
Bug Fixes Bug Fixes
--------- ---------

View File

@ -28,6 +28,26 @@ that these keys/signals are handled only when app calls read() or
select(). Now, these work even if app does not call read() or select(). select(). Now, these work even if app does not call read() or select().
</para></listitem> </para></listitem>
<listitem><para>
Allow ~5000 child processes per process on 64 bit, ~1200 child processes
per process on 32 bit. So far, only 256 child processes per process were
supported.
</para></listitem>
<listitem><para>
A few FAQ updates.
</para></listitem>
<listitem><para>
Have tmpfile(3) make use of Win32 FILE_ATTRIBUTE_TEMPORARY via open(2)
flag O_TMPFILE.
</para></listitem>
<listitem><para>
Utilize Windows 10 1809 FILE_DISPOSITION_IGNORE_READONLY_ATTRIBUTE flag
to allow simpler unlink of files with DOS readonly flags set.
</para></listitem>
</itemizedlist> </itemizedlist>
</sect2> </sect2>