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:
authorKen Brown <kbrown@cornell.edu>2021-03-08 17:51:32 +0300
committerKen Brown <kbrown@cornell.edu>2021-03-08 17:54:43 +0300
commita9ff2cad68fa38d002b50e28e510c192beec787f (patch)
tree551aa40106b3ed396287a82cef893d6708d8a25a /winsup/doc
parent850b5a9aae49a9a0fa21d3ace385e8d6b03ae285 (diff)
Cygwin: update release notes for 3.2.0
Diffstat (limited to 'winsup/doc')
-rw-r--r--winsup/doc/new-features.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml
index a1b681b55..d0fc15e94 100644
--- a/winsup/doc/new-features.xml
+++ b/winsup/doc/new-features.xml
@@ -48,6 +48,27 @@ Utilize Windows 10 1809 FILE_DISPOSITION_IGNORE_READONLY_ATTRIBUTE flag
to allow simpler unlink of files with DOS readonly flags set.
</para></listitem>
+<listitem><para>
+fchmodat(2) now has limited support for the AT_SYMLINK_NOFOLLOW flag.
+</para></listitem>
+
+<listitem><para>
+getdtablesize(3), sysconf(_SC_OPEN_MAX), and getrlimit(RLIMIT_NOFILE)
+now return the true limit on the number of open descriptors, 3200.
+Previously they returned the current size of Cygwin's internal file
+descriptor table, which can grow dynamically.
+</para></listitem>
+
+<listitem><para>
+Cygwin now recognizes native Windows AF_UNIX sockets (as regular
+files, not as socket files). This allows tools like 'ls' and 'rm' to
+work.
+</para></listitem>
+
+<listitem><para>
+facl(2) now fails with EBADF on a file opened with O_PATH.
+</para></listitem>
+
</itemizedlist>
</sect2>