Mail Archives: cygwin/2016/04/04/17:32:19
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:from:subject:to:message-id:date
|
| :mime-version:content-type:content-transfer-encoding; q=dns; s=
|
| default; b=WCrpuALfcSlDDUVPJmR6PcshDeSBBOq8ew6+PD64/wfVuIRaiB2uV
|
| r8Jc7ohtEZjLx2/DbiHuvJA5Nw8nJLsthfEyUfVPWc74wyF1JcmVHRrknlrPfzO+
|
| 7rz38TF9Qhc9wR76P8DTw0umcgFADb15iC3x1qTurCFCbL6YVRtnf4=
|
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:from:subject:to:message-id:date
|
| :mime-version:content-type:content-transfer-encoding; s=default;
|
| bh=TwCOHJn4i7FY5cYqyej1biZdFQc=; b=tA2q8zxgG+z8STlUEkU/UWVTSBh5
|
| 9VdngD6BP20t+c4y5Dj+AnN0Trm/RlKHGBLw8KwJpM8Bny11xtuMq/o/pDpvUHpI
|
| OLHMtJw57PWueH+vWsLd2TsIW77BBcpDrvTvyfMKbJSAKVfs27o03aqz73mJLGNr
|
| V260fcb+sZOZTIc=
|
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=-0.9 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY,SPF_HELO_PASS autolearn=no version=3.3.2 spammy=H*MI:cygwin, H*M:cygwin, 2501, H*F:U*yselkowitz
|
From: | Yaakov Selkowitz <yselkowitz AT cygwin DOT com>
|
Subject: | [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.5.0-0.11
|
To: | cygwin AT cygwin DOT com
|
Message-Id: | <announce.5702DCA7.60605@cygwin.com>
|
Date: | Mon, 4 Apr 2016 16:29:11 -0500
|
User-Agent: | Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.7.0
|
MIME-Version: | 1.0
|
X-IsSubscribed: | yes
|
Hi Cygwin friends and users,
Corinna just released a new Cygwin TEST version 2.5.0-0.11.
If things are not going very wrong, this is basically what you'll
get as 2.5.0-1 release (really, we mean it this time). Please, please
test and report regressions.
Refresh with the following changes:
- Declare BSD finite/isinf/isnan functions in <math.h>.
- The isinf/isinff/isinfl functions are now signed, returning -1 for
negative infinity for compatibility with glibc.
- Update sysconf(3) for recent feature additions.
- Fix getconf(1) supported specifications on 64-bit.
- Applied feature test macros in <pthread.h> and <tar.h>.
- Added <cpio.h>.
- fexcept_t is now an integral type for source compatibility with glibc
and other systems.
- Fixes for compiling with G++ 6.
User-visible 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.
- Enabled console reports requested by escape sequences: Requesting primary
and secondary device attributes, requesting cursor position report;
see https://cygwin.com/ml/cygwin-patches/2012-q3/msg00019.html
- New APIs: clog10, clog10f, nexttoward, nexttowardf, nexttowardl.
- Add missing long double functions. New APIs:
acoshl, acosl, asinhl, asinl, atan2l, atanhl, atanl, cacoshl, cacosl,
cargl,
casinhl, casinl, catanhl, catanl, ccoshl, ccosl, ceill, cexpl, clog10l,
clogl, conjl, copysignl, coshl, cosl, cpowl, cprojl, csinhl, csinl,
csqrtl,
ctanhl, ctanl, dreml, erfcl, erfl, exp10l, exp2l, expl, expm1l, fabsl,
fdiml, floorl, fmal, fmaxl, fminl, fmodl, frexpl, ilogbl, isinfl, isnanl,
ldexpl, lgammal, lgammal_r, llroundl, log10l, log1pl, log2l, logbl, logl,
lroundl, modfl, nearbyintl, nextafterl, pow10l, powl, remainderl,
remquol,
roundl, scalbl, scalblnl, scalbnl, sincosl, sinhl, sinl, tanhl, tanl,
tgammal, truncl.
- New header: cpio.h.
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.
- Feature test macros, which control which symbols are exposed in the
standard headers, have been completely overhauled for compatibility with
glibc.
- The isinf, isinff, and isinfl functions are signed, returning -1 for
negative infinity for compatibility with glibc.
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
- 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.
- Fix a wrong error code returned when trying to execute a file which can't
be read for any reason.
Addresses: https://cygwin.com/ml/cygwin/2016-03/msg00364.html
- Only allow enabled groups from the user token's group list as primary
token.
Addresses: https://cygwin.com/ml/cygwin/2016-03/msg00477.html
- Fix implementation of finitel.
Addresses: https://cygwin.com/ml/cygwin-apps/2016-03/msg00152.html
- Fix strtold return value for +/-infinity.
Addresses: https://cygwin.com/ml/cygwin-apps/2016-03/msg00152.html
- Fix accepted specifications with `getconf -v' on 64-bit. Self-observed.
--
Yaakov
--
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 -