From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2155) id DD69A3857816; Wed, 19 Jan 2022 07:55:27 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DD69A3857816 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/cygwin-3_3-branch] Cygwin: add resolver fixes to release message X-Act-Checkin: newlib-cygwin X-Git-Author: Corinna Vinschen X-Git-Refname: refs/heads/cygwin-3_3-branch X-Git-Oldrev: aa51dd3b92082c829cc1b49eae485891ea2d170b X-Git-Newrev: 20525bb80d8b77c18bd1b0a441e60f480460b4ba Message-Id: <20220119075527.DD69A3857816@sourceware.org> Date: Wed, 19 Jan 2022 07:55:27 +0000 (GMT) X-BeenThere: cygwin-cvs@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin core component git logs List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Jan 2022 07:55:28 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3D20525bb80d8= b77c18bd1b0a441e60f480460b4ba commit 20525bb80d8b77c18bd1b0a441e60f480460b4ba Author: Corinna Vinschen Date: Wed Jan 19 08:50:48 2022 +0100 Cygwin: add resolver fixes to release message =20 Signed-off-by: Corinna Vinschen Diff: --- winsup/cygwin/release/3.3.4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winsup/cygwin/release/3.3.4 b/winsup/cygwin/release/3.3.4 index 3fa9b9e9c..d45722ac5 100644 --- a/winsup/cygwin/release/3.3.4 +++ b/winsup/cygwin/release/3.3.4 @@ -25,7 +25,7 @@ Bug Fixes Addresses: https://cygwin.com/pipermail/cygwin/2022-January/250453.html =20 - Fix handling of AAAA records in Cygwin resolver code using native - windows calls. + windows calls. Also fix various bugs in the resolver. =20 - Fix a problem creating a dir "foo", if a file (but not a Cygwin symlink) "foo.lnk" already exists.