From a422196c56fa2b5c4823d67cf92acdfc164e5da4 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Thu, 22 Aug 2024 21:24:35 +0200 Subject: [PATCH] Cygwin: add release message for latest pipe changes Signed-off-by: Corinna Vinschen --- winsup/cygwin/release/3.5.4 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/winsup/cygwin/release/3.5.4 b/winsup/cygwin/release/3.5.4 index fd3245aa5..90c324b23 100644 --- a/winsup/cygwin/release/3.5.4 +++ b/winsup/cygwin/release/3.5.4 @@ -25,3 +25,6 @@ Fixes: - Fix an off-by-one in LC_MESSAGE wide character data. Addresses: https://sourceware.org/pipermail/newlib/2024/021271.html + +- Improve write pipe behaviour in case the pipe buffer is about to be + filled up.