From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2210) id 9C5273992034; Wed, 28 Jul 2021 11:45:43 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9C5273992034 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Ken Brown To: cygwin-cvs@sourceware.org Subject: [newlib-cygwin] Cygwin: document getifaddrs fixes X-Act-Checkin: newlib-cygwin X-Git-Author: Ken Brown X-Git-Refname: refs/heads/master X-Git-Oldrev: b88d686a68d7bf2ff22d857a28d37fe4fdbafdf2 X-Git-Newrev: f9f1b39180217bd13d8287a13fdd124420bcee9b Message-Id: <20210728114543.9C5273992034@sourceware.org> Date: Wed, 28 Jul 2021 11:45:43 +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, 28 Jul 2021 11:45:43 -0000 https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=f9f1b39180217bd13d8287a13fdd124420bcee9b commit f9f1b39180217bd13d8287a13fdd124420bcee9b Author: Ken Brown Date: Wed Jul 28 07:44:25 2021 -0400 Cygwin: document getifaddrs fixes Diff: --- winsup/cygwin/release/3.2.1 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/winsup/cygwin/release/3.2.1 b/winsup/cygwin/release/3.2.1 index 2a339718c..6cbed79de 100644 --- a/winsup/cygwin/release/3.2.1 +++ b/winsup/cygwin/release/3.2.1 @@ -48,3 +48,6 @@ Bug Fixes - Fix nanosleep(2) returning negative rem. NtQueryTimer appears to be able to return a negative remaining time (less than the timer resolution) for unsignalled timers. + +- Fix getifaddrs(3) returning address family 0 or IPv4 address 0. + Addresses: https://cygwin.com/pipermail/cygwin/2021-July/248970.html