Mail Archives: cygwin/2016/03/12/18:41:58
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=puXFPleViul7kRl8
|
| 9skiC/NnmmkjJ22qdscaEgw/nrTtNO3jG797XB+j+xBDiwEcSXyDSVLPwhTAa+Tr
|
| eu/3MRYhKKLIUJeH1Gowxq7yQdvzioqTbX/3OP60fSS+KQdDQ0nweCdcoiBGxfOX
|
| nxIbvGz0RQcKkxUqh4CcDsZ2J+Y=
|
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=OYKJXR1Z95w2yP785J/rZn
|
| o+byk=; b=pUqQrD2WkvC3SbAxMetHOLff+H4R53DencUcUEBEmY/X5fCjkEwdD9
|
| QMC64Ur0sROImSXxpgK3EFiMt7Pd/GzMziRibzQ9ZAnXwxAmozJ8iR8/qM9SMScd
|
| 0ROBR35e6Zq9MjolQaa9hNOZhtQxdKPIWVxlW7D+wCSA+gLMDVSY0=
|
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=-96.6 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_PBL,RDNS_DYNAMIC,USER_IN_WHITELIST autolearn=no version=3.3.2 spammy=HX-Envelope-From:sk:corinna, Hx-languages-length:3291, Admins, Full
|
Date: | Sun, 13 Mar 2016 00:27:37 +0100
|
From: | Corinna Vinschen <corinna-cygwin AT cygwin DOT com>
|
To: | cygwin AT cygwin DOT com
|
Subject: | [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.5.0-0.6
|
Message-Id: | <announce.20160312232737.GA25791@calimero.vinschen.de>
|
MIME-Version: | 1.0
|
User-Agent: | Mutt/1.5.24 (2015-08-30)
|
Hi Cygwin friends and users,
I released a new Cygwin TEST version 2.5.0-0.6.
Refresh with the following bugfixes:
- Fix bug in setvbuf resulting in overwriting data in line buffered IO
when writing after reading.
Addresses: https://cygwin.com/ml/cygwin/2016-03/msg00180.html
- Fix typo in code converting Windows ACL to POSIX ACL, potentially
resulting in incorrect group permissions. Self-observed.
- Fix reading/writing ACLs on Samba shares when using RFC2307 mapped uid/gid
values. Self-observed.
Other changes compared to 2.4.1:
What's new:
-----------
- Full set of POSIX.1e ACL API functions now implemented.
New APIs: acl_add_perm, acl_calc_mask, acl_clear_perms, acl_copy_entry,
acl_copy_ext, acl_copy_int, acl_create_entry, acl_delete_def_file,
acl_delete_entry, acl_delete_perm, acl_dup, acl_free, acl_from_text,
acl_get_entry, acl_get_fd, acl_get_file, acl_get_permset, acl_get_qualifier,
acl_get_tag_type, acl_init, acl_set_fd, acl_set_file, acl_set_permset,
acl_set_qualifier, acl_set_tag_type, acl_size, acl_to_text, acl_valid.
- Most libacl extensions now implemented, too:
New APIs: acl_check, acl_cmp, acl_entries, acl_equiv_mode, acl_error,
acl_extended_fd, acl_extended_file, acl_extended_file_nofollow,
acl_from_mode, acl_get_perm, acl_to_any_text.
- First implementation of pthread_barrier/pthread_barrierattr functions.
New APIs: pthread_barrierattr_init, pthread_barrierattr_setpshared,
pthread_barrierattr_getpshared, pthread_barrierattr_destroy,
pthread_barrier_init, pthread_barrier_destroy, pthread_barrier_wait.
- New APIs: clog10, clog10f.
What changed:
-------------
- Including <sys/acl.h> now *only* includes the POSIX ACL API. To include
the old Solaris API, include <cygwin/acl.h>.
- In calls to chmod treat ACLs with extra ACEs *only* for Admins and
SYSTEM like a trivial ACL.
- Bump POSIX option macros to POSIX.1-2008.
- Profiling data, specifically pc sampling, now covers all threads of a
program and not just the main thread. Environment variable GMON_OUT_PREFIX
enables multiple gmon.out files to preserve profiling data after fork or
from multiple program runs.
Bug Fixes
---------
- Fix potential hang when using LoadLibraryEx(LOAD_LIBRARY_SEARCH_SYSTEM32).
Reported and tested via IRC.
- Fix a bug in ACL handling which might result in a spurious extra entry
for the primary group. Self-observed.
- printf(3): Handle multibyte decimal point in field size computation.
Addresses: https://cygwin.com/ml/cygwin/2016-02/msg00014.html
- cygwin_conv_path: Always preserve trailing backslashes in conversion
to POSIX paths.
Addresses: https://cygwin.com/ml/cygwin/2016-01/msg00480.html
- Make buffered console characters visible to select().
Addresses: https://cygwin.com/ml/cygwin/2014-12/msg00118.html
- Always report relocation problems, not only in debug DLL.
Addresses: https://cygwin.com/ml/cygwin/2016-02/msg00147.html
- Don't spill network credentials of privileged user changing the user
context via setuid method 1
(https://cygwin.com/cygwin-ug-net/ntsec.html#ntsec-nopasswd1) into
user session.
Addresses: https://cygwin.com/ml/cygwin/2016-02/msg00101.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
- Raw text -