X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:reply-to:date:from:to:subject:message-id :mime-version:content-type; q=dns; s=default; b=XjeUc+ExBiZVsf7m t3I3DJ4JB65SvZyo7XHVafdEjdfS82/08Ud3eM29R1xUVo5D15K+U5B0+ksI4K1O NTVIoRvisJprjWS8P3jXF3IApnv0vZrFCZERXgXD+ty1pchjNKiXhYExwFhTFq7D mcl8UH/Rh4WrPthLvayhxohpYEA= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:reply-to:date:from:to:subject:message-id :mime-version:content-type; s=default; bh=qXEncC9vkCIHeyLl0qWd/Y RGk3c=; b=xruTjMOhLSLnURNpyFQkrwJEMmyKJevQuX+4FEItxzDqmQHwe3QfCl 9tRuVNTTFr21AJUbIW+IQfrFLEK0neIe9VtqvHhFvFQrybk9Tz0xm8b293rVlSRw M4Bni8m/bP0O80uMEDY6HjtVaLt3m8TZVFjEGSV7wnyYnRVts8wew= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=ALL_TRUSTED,BAYES_00,KAM_ASCII_DIVIDERS autolearn=no version=3.3.2 spammy= X-HELO: localhost.localdomain Reply-To: cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No Date: Fri, 24 Mar 2017 19:32:31 +0100 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.8.0-0.4 Message-Id: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.8.0 (2017-02-23) Hi folks, I uploaded a new Cygwin test release 2.8.0-0.4 This version (hopefully) fixes the concurrency problems in cygserver. This is the only change compared to 2.8.0-0.3. I'm planning for a release next week. I'm still trying to find the cause for a bug, but either way, I'll release next week. Please test. ======================================================================= What's new: ----------- - New API: timingsafe_bcmp, timingsafe_memcmp - New API: dladdr What changed: ------------- - cygcheck and strace now always generate output with Unix LF line endings, rather than with DOS/Windows CR LF line endings. - fork now preserves the load order of unrelated dlopen'd modules. - pthread_cond_wait now acts like Linux and BSD: Resume waiting for the condition variable as if it was not interrupted, rather than returning 0. Bug Fixes --------- - Fix a few problems which are the combined culprit of fork failing when called recursively from a pthread. Addresses: https://cygwin.com/ml/cygwin/2017-03/msg00113.html - Fix potential buffer overflow in getrandom. - Fix write(2) return value for writes > 2 GB. - Workaround Windows NUL having the same problem for writes > 4 GB. Addresses: https://cygwin.com/ml/cygwin/2017-03/msg00144.html - Fix a potential crash in duplocale. Addresses: https://sourceware.org/ml/newlib/2017/msg00166.html - Fix dlopen/dlclose reference counting to make sure FreeLibrary isn't called too early in forked process. Addresses: https://cygwin.com/ml/cygwin/2017-03/msg00220.html - Fix concurrency problems in cygserver. Addresses: https://cygwin.com/ml/cygwin/2017-03/msg00218.html ======================================================================= Thanks, Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Maintainer cygwin AT cygwin DOT com Red Hat -- 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