From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 66254 invoked by alias); 10 Aug 2018 16:01:00 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 66220 invoked by uid 89); 10 Aug 2018 16:01:00 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: =?ISO-8859-1?Q?No, score=0.4 required=5.0 tests=BAYES_00,FOREIGN_BODY,FREEMAIL_FROM,GIT_PATCH_2,KAM_ASCII_DIVIDERS,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=avast, Avast, geprft, gepr=c3=bcft?= X-HELO: mail-wm0-f51.google.com Received: from mail-wm0-f51.google.com (HELO mail-wm0-f51.google.com) (74.125.82.51) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 10 Aug 2018 16:00:57 +0000 Received: by mail-wm0-f51.google.com with SMTP id n11-v6so2426657wmc.2 for ; Fri, 10 Aug 2018 09:00:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=mp3oIt5i3LUguvGPGh3dZh6XXghIli6VWHcKAZkD4Og=; b=nj73k9mg183DFOVNEykuauD3C9QCk/f0DUVo2ZkBrAQe7sBis+cvTMicylY8mKoStK 0Grxmw4SuTND6MULj38f+EYl7IUJr7zvHV7BZA3df19tPGzzVW6TQJaxgaSX9wYWHdlo HvEqna1EnQ5cjQycI3ES2BspSdcDHY67Swl0PX+0BW/uXr4xD3zTDSiWwFv6AHe9UnN6 L/Mxu95/Foa3h7TPAlF6D4zHNj/RdWCscoqSnVu2jzyt81MRFV4AW5utCzwG9kEqVBrH RuMDiyn9qzSsuYNwB4S7YQbQFZhc4yI20B9zxCrCzW72iGYWRcjM/HlIC34bNvu61oyf gdXQ== Return-Path: Received: from ?IPv6:::1? (p200300EE63CF9901CC5474C4D480F3A8.dip0.t-ipconnect.de. [2003:ee:63cf:9901:cc54:74c4:d480:f3a8]) by smtp.gmail.com with ESMTPSA id p13-v6sm7562966wrj.20.2018.08.10.09.00.54 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 10 Aug 2018 09:00:54 -0700 (PDT) Subject: Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.11.0-0.1 To: cygwin@cygwin.com References: From: Marco Atzeri Message-ID: <33525860-8acf-21fc-e4c6-1c62aa5bfac2@gmail.com> Date: Fri, 10 Aug 2018 16:01:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2018-08/txt/msg00124.txt.bz2 Am 09.08.2018 um 22:26 schrieb Corinna Vinschen: > Hi folks, > > > I uploaded a new Cygwin test release 2.11.0-0.1 > > I'm planning for a release end of August. Please test. > > =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 > > What's new: > ----------- > > - New APIs: clearenv, pthread_tryjoin_np, pthread_timedjoin_np, > sched_getcpu. > > - New APIs: aio_cancel, aio_error, aio_fsync, aio_read, aio_return, > aio_suspend, aio_write, lio_listio. > New header: . > > > What changed: > ------------- > > - SO_RCVTIMEO and SO_SNDTIMEO socket options are now honored. > > - /proc/cpuinfo now reports L3 cache size on Intel CPUs. > > > Bug Fixes > --------- > > - Fix utils path handling in case cygdrive path is just '/'. > Addresses: https://cygwin.com/ml/cygwin/2018-02/msg00174.html > > - Fix a potential SIGFPE in strtod, if FE_INVALID exceptions are > enabled. > Addresses: https://cygwin.com/ml/cygwin/2018-04/msg00055.html > > - Fix a CPU affinity problem when creating /proc/cpuinfo output. > Addresses: https://cygwin.com/ml/cygwin/2018-04/msg00118.html > > - Fix a buffer underrun problem in Win32 path normalization. > Addresses: https://cygwin.com/ml/cygwin/2018-05//msg00017.html > > - Fix a stack alignment problem which may lead to spurious crashes after > fork. > Addresses: https://cygwin.com/ml/cygwin-patches/2018-q2/msg00016.html > > - Fix a g++ compilation problem with -std=3Dc++14 or -std=3Dc++17. > Addresses: https://cygwin.com/ml/cygwin/2018-05/msg00316.html > > - Fix FPE flag handling for division by zero conditions > Addresses: https://cygwin.com/ml/cygwin/2018-06/msg00281.html > > - Fix Unicode table. > Addresses: https://cygwin.com/ml/cygwin/2018-06/msg00248.html > > - Handle a non-standard return value from some tape drives to > report a "no-media" error. > Addresses: https://cygwin.com/ml/cygwin/2018-06/msg00245.html > > - Fix duration handling in sigtimedwait > Addresses: https://cygwin.com/ml/cygwin-patches/2018-q3/msg00018.html > > - Make FP environment symbols available on x86_64. > Addresses: https://cygwin.com/ml/cygwin/2018-07/msg00183.html > > - Fix fegetenv behaviour. > Addresses: https://cygwin.com/ml/cygwin/2018-08/msg00000.html > > =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 > > > Have fun, > Corinna > testing libuv, I see a large number of new failures not ok 217 - tcp6_ping_pong # timeout # Output from process `tcp6_ping_pong`: (no output) # PING not ok 218 - tcp6_ping_pong_vec # timeout # Output from process `tcp6_ping_pong_vec`: (no output) # PING not ok 219 - tcp_alloc_cb_fail # timeout # Output from process `tcp_alloc_cb_fail`: (no output) not ok 234 - tcp_close_accept # timeout # Output from process `tcp_close_accept`: (no output) not ok 235 - tcp_close_while_connecting # timeout # Output from process `tcp_close_while_connecting`: (no output) not ok 238 - tcp_connect_timeout # timeout # Output from process `tcp_connect_timeout`: (no out not ok 245 - tcp_oob # timeout # Output from process `tcp_oob`: (no output) not ok 246 - tcp_open # timeout # Output from process `tcp_open`: (no output) not ok 248 - tcp_open_connected # timeout # Output from process `tcp_open_connected`: (no output) not ok 250 - tcp_ping_pong # timeout # Output from process `tcp_ping_pong`: (no output) # PING not ok 251 - tcp_ping_pong_vec # timeout # Output from process `tcp_ping_pong_vec`: (no output) # PING not ok 259 - tcp_try_write # timeout # Output from process `tcp_try_write`: (no output) not ok 260 - tcp_unexpected_read # timeout # Output from process `tcp_unexpected_read`: (no output) not ok 263 - tcp_write_queue_order # timeout # Output from process `tcp_write_queue_order`: (no output) not ok 264 - tcp_write_to_half_open_connection # timeout # Output from process `tcp_write_to_half_open_connection`: (no output) not ok 265 - tcp_writealot # timeout # Output from process `tcp_writealot`: (no output) --- Diese E-Mail wurde von Avast Antivirus-Software auf Viren gepr=C3=BCft. https://www.avast.com/antivirus -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple