delorie.com/archives/browse.cgi | search |
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=k3vIKaJTBpuboquc | |
6figLDi3F7gmesRjK3KDNijjIOkoc80AMtOgazWsaf+z1ohs6niYhmgalxOZ33Ob | |
PIl6NDoch6IuwgWL74LM4ebqKeBOOr7ihDQivqfIquqwtHZKakiZR087QUzfkMNZ | |
NVUEVtAIa5sMR26yLwavLrb+JKs= | |
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=kU/W33j4D7KKjNeppIhCa+ | |
tByqo=; b=Li5yeupGuGuKJplfrD033yjdfrDAeQfkpu8Jiq3Mbd8QXTjwl6oTig | |
6MqMlbtRFusGfSI5q4ZoVG6vofunY3BPVF3eOVEA/z3fpdEM9EqkT2cw/EmD4h06 | |
Nnxx2pNulRz9Q1TRNx6RrcwNR7K4pOmTLa7+t/xdMmOmu0lXKNtHw= | |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
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-HELO: | localhost.localdomain |
Reply-To: | cygwin AT cygwin DOT com |
Authentication-Results: | sourceware.org; auth=none |
X-Virus-Found: | No |
X-Spam-SWARE-Status: | No, score=-5.4 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY autolearn=no version=3.3.2 |
Date: | Mon, 9 Nov 2015 11:51:14 +0100 |
From: | Corinna Vinschen <corinna-cygwin AT cygwin DOT com> |
To: | cygwin AT cygwin DOT com |
Subject: | [ANNOUNCEMENT] Updated: Cygwin 2.3.0-1 |
Message-Id: | <announce.20151109105114.GA26651@calimero.vinschen.de> |
MIME-Version: | 1.0 |
User-Agent: | Mutt/1.5.23 (2014-03-12) |
Hi Cygwin friends and users, I released another version of Cygwin. The version number is 2.3.0-1. What's new: ----------- - strftime(3) supports %s (seconds since Epoch) now. - posix_madvise(POSIX_MADV_WILLNEED) now utilizes OS functionality available starting with Windows 8/Server 2012. Still a no-op on older systems. - posix_madvise(POSIX_MADV_DONTNEED) now utilizes OS functionality available starting with Windows 8.1/Server 2012R2. Still a no-op on older systems. - sysconf() now supports returning CPU cache information: _SC_LEVEL1_ICACHE_SIZE, _SC_LEVEL1_ICACHE_ASSOC, _SC_LEVEL1_ICACHE_LINESIZE, _SC_LEVEL1_DCACHE_SIZE, _SC_LEVEL1_DCACHE_ASSOC, _SC_LEVEL1_DCACHE_LINESIZE, _SC_LEVEL2_CACHE_SIZE, _SC_LEVEL2_CACHE_ASSOC, _SC_LEVEL2_CACHE_LINESIZE, _SC_LEVEL3_CACHE_SIZE, _SC_LEVEL3_CACHE_ASSOC, _SC_LEVEL3_CACHE_LINESIZE, _SC_LEVEL4_CACHE_SIZE, _SC_LEVEL4_CACHE_ASSOC, _SC_LEVEL4_CACHE_LINESIZE - New API: aligned_alloc, at_quick_exit, quick_exit. - Add support for Parallels Desktop FS (prlfs). Bug Fixes --------- - Fix a hang when stracing a forking or spawning process without activating stracing of child processes. Addresses: https://cygwin.com/ml/cygwin/2015-08/msg00390.html - Fix long-standing potential SEGV on 32 bit Cygwin when the dynamic loader for OS functions fails to load a function on Windows 7 or later. Addresses: No actual bug report known. - sysconf _SC_NPROCESSORS_CONF and _SC_NPROCESSORS_ONLN now handle more than 64 CPUs on Windows 7 and later. - Fix a potential crash in advisory file locking due to usage of stack space out of scope. Addresses: https://cygwin.com/ml/cygwin/2015-09/msg00079.html - Fix EIO error accessing certain (OS X SMB?) drives Addresses: https://cygwin.com/ml/cygwin/2015-09/msg00229.html - Fix memory leak in calls to pthread_getattr_np. - Fix output of /proc/<PID>/winexename. - Avoid SEGV when handling SIDs with 0 subauthorities. Addresses: https://cygwin.com/ml/cygwin/2015-10/msg00141.html - Fix a potential SEGV on (at least) Wine. Addresses: https://cygwin.com/ml/cygwin/2015-10/msg00018.html - Fix sigwait(3) to return errno instead of -1 and never to return with EINTR. - Fix pthread_kill(3) to return errno instead of -1. - Remove lingering pending signals after a thread exited. Addresses: https://cygwin.com/ml/cygwin/2015-09/msg00197.html - Workaround a bug in Windows 10 NLS handling. Addresses: https://cygwin.com/ml/cygwin/2015-10/msg00547.html - Avoid unnecessry locking and thus a potential deadlock in flock(2). Addresses: https://cygwin.com/ml/cygwin/2015-11/msg00095.html Have fun, 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
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |