From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2155) id 026463858C74; Tue, 18 Apr 2023 08:13:35 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 026463858C74 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1681805615; bh=nc9UA/T/OW8obrswOPAL7iVsvtUZ+/kd9/4fPMc/ItM=; h=From:To:Subject:Date:From; b=JcHReqI9lopo4YxMbj3Ld8wN3vxf6HlOQOh/t4KvibVNUxLtMsQEOofbAv8gG/fYt zRoVg0CTEx+0Sz6KHTmYAXAQgGOP0fRNfQc2dC/nXFrxI6AKwKeflW2A17CItnPHfY oIv7+2rKWPQ0+J45bANBsCk71tsWzV/vTR/cLc/4= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Corinna Vinschen To: cygwin-cvs@sourceware.org Subject: [newlib-cygwin/main] Cygwin: add release text for previous commit X-Act-Checkin: newlib-cygwin X-Git-Author: Corinna Vinschen X-Git-Refname: refs/heads/main X-Git-Oldrev: a14a0e542d3aa8e53d189c906205c92ad044f750 X-Git-Newrev: 836d04d98ce96b86f127d82314f61fa855a83bb4 Message-Id: <20230418081335.026463858C74@sourceware.org> Date: Tue, 18 Apr 2023 08:13:35 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3D836d04d98ce= 96b86f127d82314f61fa855a83bb4 commit 836d04d98ce96b86f127d82314f61fa855a83bb4 Author: Corinna Vinschen AuthorDate: Tue Apr 18 10:12:03 2023 +0200 Commit: Corinna Vinschen CommitDate: Tue Apr 18 10:12:03 2023 +0200 Cygwin: add release text for previous commit =20 Signed-off-by: Corinna Vinschen Diff: --- winsup/cygwin/release/3.4.7 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/winsup/cygwin/release/3.4.7 b/winsup/cygwin/release/3.4.7 index 941519ebc86a..1186e57f5977 100644 --- a/winsup/cygwin/release/3.4.7 +++ b/winsup/cygwin/release/3.4.7 @@ -12,3 +12,6 @@ Bug Fixes =20 - Fix reading CONIN$ in non cygwin apps when stdin is not a pty. Addresses https://cygwin.com/pipermail/cygwin/2023-April/253424.html + +- Fix bug in cygheap allocation size computation after fork. Addresses: + https://cygwin.com/pipermail/cygwin-developers/2023-April/012620.html