From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mailout.easymail.ca (mailout.easymail.ca [64.68.200.34]) by sourceware.org (Postfix) with ESMTPS id 8BAAC3858403 for ; Mon, 27 Sep 2021 00:57:29 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 8BAAC3858403 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=house.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=house.org Received: from localhost (localhost [127.0.0.1]) by mailout.easymail.ca (Postfix) with ESMTP id 07C92E2279 for ; Mon, 27 Sep 2021 00:57:29 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at emo01-pco.easydns.vpn Received: from mailout.easymail.ca ([127.0.0.1]) by localhost (emo01-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3mnVq3K8MLBC for ; Mon, 27 Sep 2021 00:57:28 +0000 (UTC) Received: from tringa.house.org (S01063c378672c9be.gv.shawcable.net [24.108.54.3]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailout.easymail.ca (Postfix) with ESMTPSA id 722B6E1F8C for ; Mon, 27 Sep 2021 00:57:28 +0000 (UTC) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) Subject: Re: [ANNOUNCEMENT] cygwin 3.3.0-0.2.6c1f49f83fde (TEST) From: Chris Roehrig In-Reply-To: Date: Sun, 26 Sep 2021 17:57:26 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <9D395D88-1D8A-4C8B-9C96-32734D14C4D7@house.org> References: To: Ken Brown X-Mailer: Apple Mail (2.1499) X-Spam-Status: No, score=-1.5 required=5.0 tests=BAYES_00, KAM_ASCII_DIVIDERS, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 00:57:31 -0000 I have installed this (completely this time) and have encountered no = issues with it. I'm getting full gigabit speeds with my rsync = transfers. Looks great! -- Chris On Fri Sep 24 2021, at 6:53 PM, Ken Brown via Cygwin-announce via Cygwin = wrote: > The following packages have been uploaded to the Cygwin distribution > as test releases: >=20 > * cygwin-3.3.0-0.2.6c1f49f83fde > * cygwin-devel-3.3.0-0.2.6c1f49f83fde > * cygwin-doc-3.3.0-0.2.6c1f49f83fde >=20 > This is the second test release of the upcoming cygwin-3.3.0. The > only change from the first test release is that there have been > further changes to the internal pipe code. >=20 > Please test! >=20 > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >=20 > What's new: > ----------- >=20 > - An IP-sampling profiler named 'profiler' has been added. It can be > used to profile any Cygwin program along with any DLLs loaded. >=20 > - A new tool 'gmondump' has been added. It can dump the raw > information of any "gmon.out" file created by profiler, ssp, or use > of the gcc/g++ option '-pg'. (Continue using gprof to get symbolic > profile displays.) >=20 > - New GNU-specific APIs, slated to become part of the next POSIX > standard: pthread_cond_clockwait, pthread_mutex_clocklock, > pthread_rwlock_clockrdlock, pthread_rwlock_clockwrlock, > sem_clockwait. >=20 > - New Solaris-specific APIs, slated to become part of the next POSIX > standard: sig2str, str2sig. >=20 >=20 > What changed: > ------------- >=20 > - The speed argument to cfsetspeed(3) can now be a numerical baud rate > rather than a Bnnn constant, as on Linux. > Addresses: https://cygwin.com/pipermail/cygwin/2021-July/248887.html >=20 > - The internal implementation of pipes has been overhauled; this > should result in improved performance. > Addresses: = https://cygwin.com/pipermail/cygwin/2021-August/249238.html >=20 >=20 > Bug Fixes > --------- >=20 > - Fix values returned by select(2) for shutdown sockets. > Addresses: = https://cygwin.com/pipermail/cygwin-developers/2021-April/012092.html >=20 > - Introduce a new hypotl(3) function not suffering unnecessary > overflows. > Addresses: https://cygwin.com/pipermail/cygwin/2021-April/248302.html >=20 > - Fix path handling for paths spanning native symlinks. > Addresses: https://cygwin.com/pipermail/cygwin/2021-April/248307.html >=20 > - Fix tab position evaluation after console window resize. >=20 > - Fix a regression in pseudo console handling, resulting in rlwrap not > being able to start a new pseudo console. >=20 > - Handle two race conditions in pseudo console usage. > Addresses: https://cygwin.com/pipermail/cygwin/2021-April/248292.html >=20 > - Fix a bug in recognizing a successful completion of connect(2) on a > datagram socket. >=20 > - Fix connect(2) when called with an address structure whose family is > AF_UNSPEC. As specified by POSIX and Linux, this is allowed on > datagram sockets, and its effect is to reset the socket's peer > address. >=20 > - 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. >=20 > - Fix getifaddrs(3) returning address family 0 or IPv4 address 0. > Addresses: https://cygwin.com/pipermail/cygwin/2021-July/248970.html >=20 > - Fix getaddrinfo(3) to return valid ai_socktype and ai_protocol > values if the underlying GetAddrInfoW screws up. > Addresses: https://cygwin.com/pipermail/cygwin/2021-July/248985.html >=20 > - Fix duplicate /proc/partitions entries and (presumably) duplicate > PIDs in ps(1) output. > Addresses: https://cygwin.com/pipermail/cygwin/2021-July/248998.html > = https://cygwin.com/pipermail/cygwin/2021-August/249124.html >=20 > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >=20 >=20 > Have fun, >=20 > Ken Brown, on behalf of Corinna >=20 > --=20 > Problem reports: https://cygwin.com/problems.html > FAQ: https://cygwin.com/faq/ > Documentation: https://cygwin.com/docs.html > Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple