From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5138 invoked by alias); 31 Jan 2019 08:47:42 -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 5128 invoked by uid 89); 31 Jan 2019 08:47:42 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-6.3 required=5.0 tests=BAYES_00,GIT_PATCH_2,KAM_ASCII_DIVIDERS,KAM_NUMSUBJECT,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 spammy=HX-Envelope-From:sk:michael, H*M:7c52, viewing X-HELO: smtpout.aon.at Received: from smtpout.aon.at (HELO smtpout.aon.at) (195.3.96.77) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 31 Jan 2019 08:47:34 +0000 Received: (qmail 13850 invoked from network); 31 Jan 2019 08:47:31 -0000 Received: from 80-121-136-183.adsl.highway.telekom.at (HELO [10.0.0.10]) ([80.121.136.183]) (envelope-sender ) by smarthub82.res.a1.net (qmail-ldap-1.03) with AES256-SHA encrypted SMTP; 31 Jan 2019 08:47:29 -0000 X-A1Mail-Track-Id: 1548924449:13741:smarthub82:80.121.136.183:1 Subject: Re: [ANNOUNCEMENT] TEST: Cygwin 3.0.0-0.3 To: cygwin@cygwin.com References: From: Michael Haubenwallner Message-ID: <19c5e653-890a-7c52-fde8-80df137223c9@ssi-schaefer.com> Date: Thu, 31 Jan 2019 08:47:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.5.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2019-01/txt/msg00307.txt.bz2 Hi Corinna, I'm missing that topic/forkables branch in the announcement - is that in? https://cygwin.com/ml/cygwin-patches/2017-q1/msg00053.html Thanks! /haubi/ On 1/30/19 10:22 PM, Corinna Vinschen wrote: > Hi folks, > > > I uploaded a new Cygwin test release 3.0.0-0.3 > > This release comes with a couple of new features and some interesting > bug fixes. > > It also changes the output of uname(2) for newly built applications. > Applications built so far (that includes uname(1) from coreutils) > will still print the old uname output. The new format allows for longer > strings. Compare: > > Old uname content: > > sysname: CYGWIN_NT-10.0 or CYGWIN_NT-10.0-WOW on WOW64 > release: 3.0.0(0.335/5/3) or 3.0.0s(0.335/5/3) for snapshots > version: 2019-01-29 19:23 Local build time > > Upcoming new uname content: > > sysname: CYGWIN_NT-10.0-17763 or CYGWIN_NT-10.0-17763-WOW64 > release: 3.0.0-335.x86_64 or 3.0.0-335.x86_64.snap > version: 2019-01-29 19:23 UTC Build time in UTC > > > Changes from 3.0.0-0.2: > > - Fix exception handling in pthreads. > > > Please test. > > ======================================================================= > > What's new: > ----------- > > - Support for CLOCK_REALTIME_COARSE, CLOCK_MONOTONIC_COARSE, > CLOCK_MONOTONIC_RAW, CLOCK_BOOTTIME, CLOCK_REALTIME_ALARM, > CLOCK_BOOTTIME_ALARM clocks. > > - Support for case sensitive directories. mkdir(2) automatically > creates directories within the Cygwin installation dir as case > sensitive now. > > This feature requires Windows 10 1803 or later and WSL installed! > > - New file ioctls's FS_IOC_GETFLAGS and FS_IOC_SETFLAGS. The actual > inode flags are Cygwin-specific. This allows to set or reset > DOS attributes, file sparseness, FS level encryption and compression, > as well as directory case sensitivity programatically. > > - New tools chattr(1) and lsattr(1) to utilize setting and viewing the > aforementioned new ioctl's on the command line. > > - Support for exFAT. > > - Support Linux-specific open(2) flag O_PATH. > > - Support Linux-specific linkat(2) flag AT_EMPTY_PATH. > > - Support overrun counter for posix timers (via timer_getoverrun() or > siginfo_t::si_overrun). > > - New APIs: signalfd, timerfd_create, timerfd_gettime, timerfd_settime, > timer_getoverrun. > > > What changed: > ------------- > > - clock_nanosleep, pthread_condattr_setclock and timer_create now support > all clocks, except CLOCK_PROCESS_CPUTIME_ID and CLOCK_THREAD_CPUTIME_ID. > > - clock_setres is a no-op now. > > - Use the new POSIX unlink semantics on NTFS starting with Windows 10 1709. > Deleting an in-use file now actually removes the file, rather than moving > it to the recycler bin. > > - Use the new POSIX rename semantics on NTFS starting with Windows 10 1809. > Renaming a file to another in-use file now actually removes the other file, > rather than moving it to the recycler bin. > > - open(..., O_TMPFILE) now moves the file to the trash bin immediately, > to free the parent directory. > > - Wctype functions updated to Unicode 11.0. > > - Remove matherr, and SVID and X/Open math library configurations. > Default math library configuration is now IEEE. > > - Improve uname(2) for newly built applications. > > - Kerberos/MSV1_0 S4U authentication replaces two old methods: > Creating a token from scratch and Cygwin LSA authentication package. > > > Bug Fixes > --------- > > - Fix a thread race when initializing CLOCK_MONOTONIC. > Addresses: https://cygwin.com/ml/cygwin/2018-11/msg00017.html > > - Fix early timeout from pthread_cond_timedwait. > Addresses: https://cygwin.com/ml/cygwin/2018-11/msg00171.html > > - Fix a bug in recognizing remote FAT/FAT32/exFAT correctly. > > - Allow open(2)/stat(2)/linkat(2) of a file via /proc/PID/fd/DESCRIPTOR > even if file has been deleted. > Addresses: https://cygwin.com/ml/cygwin/2018-12/msg00125.html > https://cygwin.com/ml/cygwin/2018-12/msg00028.html > > - Fix a bug in select(2) when polling HANDLE-less descriptors. > > - Fix WEOF handling in wctype functions. > Addresses: https://cygwin.com/ml/cygwin/2018-12/msg00173.html > > - Fix thread names in GDB when cygthreads get reused. > > - Fix return value of gethostname in a border case. > > - Disallow seteuid on disabled or locked out accounts. > Addresses: https://cygwin.com/ml/cygwin/2019-01/msg00197.html > > - Fix raise to work as required by POSIX. > Addresses: https://cygwin.com/ml/cygwin/2019-01/msg00149.html > > - Fix exception handling in pthreads. > Addresses: https://cygwin.com/ml/cygwin/2019-01/msg00149.html > > ======================================================================= > > > Have fun, > Corinna > -- 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