Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2021-03-08 13:38:27 +0300
committerCorinna Vinschen <corinna@vinschen.de>2021-03-08 13:40:09 +0300
commit07e2ce9f55eb2464371816334b603b741f81e22a (patch)
treeedfe851559bf895a3c3d3a2deb10231b75c7c837 /winsup/doc
parentabc8acb6a0acc8cbd5df6935171b8c734126e473 (diff)
Cygwin: update release notes for 3.2.0, part 2
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'winsup/doc')
-rw-r--r--winsup/doc/new-features.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml
index db7f35168..a1b681b55 100644
--- a/winsup/doc/new-features.xml
+++ b/winsup/doc/new-features.xml
@@ -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().
</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>
</sect2>