From bc27476554073e2e6da202215c3bd32e54985bed Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Thu, 6 Feb 2025 17:45:20 +0100 Subject: [PATCH] document fdManager change --- documentation/RELEASE_NOTES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/documentation/RELEASE_NOTES.md b/documentation/RELEASE_NOTES.md index ce4088385..c13489892 100644 --- a/documentation/RELEASE_NOTES.md +++ b/documentation/RELEASE_NOTES.md @@ -22,6 +22,12 @@ should also be read to understand what has changed since earlier releases: ## Changes made on the 7.0 branch since 7.0.8.1 +### fdManager file descriptor limit removed + +In order to support file descriptors above 1023, fdManager now uses +poll() instead of select() on all architectures that support it +(Linux, MacOS, Windows, newer RTEMS). + ### Post monitors from compress record when it's reset Writing into a compress record's `RES` field now posts a monitor event instead