https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=74594f33e0302271e4cf8db3ac71d9cf18044c37
commit 74594f33e0302271e4cf8db3ac71d9cf18044c37 Author: Corinna Vinschen <[email protected]> AuthorDate: Wed Mar 11 16:02:53 2026 +0100 Commit: Corinna Vinschen <[email protected]> CommitDate: Wed Mar 11 16:03:18 2026 +0100 Cygwin: add resource limit changes to release notes Signed-off-by: Corinna Vinschen <[email protected]> Diff: --- winsup/cygwin/release/3.7.0 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/winsup/cygwin/release/3.7.0 b/winsup/cygwin/release/3.7.0 index 770d1a78f68c..bf76448fc08b 100644 --- a/winsup/cygwin/release/3.7.0 +++ b/winsup/cygwin/release/3.7.0 @@ -7,3 +7,7 @@ What's new: - Support for cross-module overriding of additional new/delete overloads introduced in C++14 and C++17. + +- Improved support for sort and hard limits in setrlimit(2), support + RLIMIT_NPROC. +
