public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.5.0-0.8
@ 2016-03-18 20:35 Corinna Vinschen
  2016-03-18 20:58 ` Ken Brown
  0 siblings, 1 reply; 7+ messages in thread
From: Corinna Vinschen @ 2016-03-18 20:35 UTC (permalink / raw)
  To: cygwin

Hi Cygwin friends and users,


I released a new Cygwin TEST version 2.5.0-0.8.

If things are not going very wrong, this is basically what you'll
get as 2.5.0-1 release.  Please, please test and report regressions.

Refresh with the following changes:

- 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

- 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

- New and improved arc4random implementation.  Like the former one also
  based on the OpenBSD version, but much newer.  OpenBSD dropped the
  functions arc4random_stir and arc4random_addrandom.  Cygwin keeps
  the entry points for backward compatibility, but the functions are
  now no-ops.


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.


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

- 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


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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.5.0-0.8
  2016-03-18 20:35 [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.5.0-0.8 Corinna Vinschen
@ 2016-03-18 20:58 ` Ken Brown
  2016-03-18 21:03   ` Chris Sutcliffe
  2016-03-18 21:45   ` Corinna Vinschen
  0 siblings, 2 replies; 7+ messages in thread
From: Ken Brown @ 2016-03-18 20:58 UTC (permalink / raw)
  To: cygwin

On 3/18/2016 4:34 PM, Corinna Vinschen wrote:
> I released a new Cygwin TEST version 2.5.0-0.8.
>
> If things are not going very wrong, this is basically what you'll
> get as 2.5.0-1 release.  Please, please test and report regressions.

Does this release include Yaakov's overhaul of the feature test macros? 
  If so, it might be a good idea for maintainers to test that nothing 
unexpected happens when they build their packages.

Ken

--
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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.5.0-0.8
  2016-03-18 20:58 ` Ken Brown
@ 2016-03-18 21:03   ` Chris Sutcliffe
  2016-03-18 21:23     ` Yaakov Selkowitz
  2016-03-18 21:45   ` Corinna Vinschen
  1 sibling, 1 reply; 7+ messages in thread
From: Chris Sutcliffe @ 2016-03-18 21:03 UTC (permalink / raw)
  To: The Cygwin Mailing List

On 18 March 2016 at 16:58, Ken Brown wrote:
> On 3/18/2016 4:34 PM, Corinna Vinschen wrote:
>>
>> I released a new Cygwin TEST version 2.5.0-0.8.
>>
>> If things are not going very wrong, this is basically what you'll
>> get as 2.5.0-1 release.  Please, please test and report regressions.
>
>
> Does this release include Yaakov's overhaul of the feature test macros?  If
> so, it might be a good idea for maintainers to test that nothing unexpected
> happens when they build their packages.

Dumb question - how do I find the test releases nowadays?

Thanks,

Chris

-- 
Chris Sutcliffe

--
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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.5.0-0.8
  2016-03-18 21:03   ` Chris Sutcliffe
@ 2016-03-18 21:23     ` Yaakov Selkowitz
  0 siblings, 0 replies; 7+ messages in thread
From: Yaakov Selkowitz @ 2016-03-18 21:23 UTC (permalink / raw)
  To: cygwin

On 2016-03-18 16:02, Chris Sutcliffe wrote:
> On 18 March 2016 at 16:58, Ken Brown wrote:
>> On 3/18/2016 4:34 PM, Corinna Vinschen wrote:
>>>
>>> I released a new Cygwin TEST version 2.5.0-0.8.
>>>
>>> If things are not going very wrong, this is basically what you'll
>>> get as 2.5.0-1 release.  Please, please test and report regressions.
>>
>>
>> Does this release include Yaakov's overhaul of the feature test macros?  If
>> so, it might be a good idea for maintainers to test that nothing unexpected
>> happens when they build their packages.
>
> Dumb question - how do I find the test releases nowadays?

They are installable with setup-*.exe.

-- 
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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.5.0-0.8
  2016-03-18 20:58 ` Ken Brown
  2016-03-18 21:03   ` Chris Sutcliffe
@ 2016-03-18 21:45   ` Corinna Vinschen
  2016-03-22 15:16     ` Chris Sutcliffe
  1 sibling, 1 reply; 7+ messages in thread
From: Corinna Vinschen @ 2016-03-18 21:45 UTC (permalink / raw)
  To: cygwin; +Cc: cygwin-apps

[-- Attachment #1: Type: text/plain, Size: 966 bytes --]


[CCed cygwin-apps to reach out to all package maintainers]

On Mar 18 16:58, Ken Brown wrote:
> On 3/18/2016 4:34 PM, Corinna Vinschen wrote:
> >I released a new Cygwin TEST version 2.5.0-0.8.
> >
> >If things are not going very wrong, this is basically what you'll
> >get as 2.5.0-1 release.  Please, please test and report regressions.
> 
> Does this release include Yaakov's overhaul of the feature test macros?

Sorry, I completely forgot to metion this in my release mail, which
is especially weird because I created this test release to allow testing
the new feature test macros in the first place.  Sorry!

> If
> so, it might be a good idea for maintainers to test that nothing unexpected
> happens when they build their packages.

Yes, that's really a good idea.


Thanks,
Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Maintainer                 cygwin AT cygwin DOT com
Red Hat

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.5.0-0.8
  2016-03-18 21:45   ` Corinna Vinschen
@ 2016-03-22 15:16     ` Chris Sutcliffe
  2016-03-22 16:03       ` Corinna Vinschen
  0 siblings, 1 reply; 7+ messages in thread
From: Chris Sutcliffe @ 2016-03-22 15:16 UTC (permalink / raw)
  To: The Cygwin Mailing List, Cygwin-apps

On 18 March 2016 at 17:45, Corinna Vinschen wrote:
>
> [CCed cygwin-apps to reach out to all package maintainers]
>
> On Mar 18 16:58, Ken Brown wrote:
>> If
>> so, it might be a good idea for maintainers to test that nothing unexpected
>> happens when they build their packages.
>
> Yes, that's really a good idea.

FWIW, mksh builds and runs fine with this test release.

Cheers,

Chris

--
Chris Sutcliffe

--
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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.5.0-0.8
  2016-03-22 15:16     ` Chris Sutcliffe
@ 2016-03-22 16:03       ` Corinna Vinschen
  0 siblings, 0 replies; 7+ messages in thread
From: Corinna Vinschen @ 2016-03-22 16:03 UTC (permalink / raw)
  To: cygwin, Cygwin-apps

[-- Attachment #1: Type: text/plain, Size: 639 bytes --]

On Mar 22 11:16, Chris Sutcliffe wrote:
> On 18 March 2016 at 17:45, Corinna Vinschen wrote:
> >
> > [CCed cygwin-apps to reach out to all package maintainers]
> >
> > On Mar 18 16:58, Ken Brown wrote:
> >> If
> >> so, it might be a good idea for maintainers to test that nothing unexpected
> >> happens when they build their packages.
> >
> > Yes, that's really a good idea.
> 
> FWIW, mksh builds and runs fine with this test release.

Good to know.


Thanks,
Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Maintainer                 cygwin AT cygwin DOT com
Red Hat

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-03-22 16:03 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-18 20:35 [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.5.0-0.8 Corinna Vinschen
2016-03-18 20:58 ` Ken Brown
2016-03-18 21:03   ` Chris Sutcliffe
2016-03-18 21:23     ` Yaakov Selkowitz
2016-03-18 21:45   ` Corinna Vinschen
2016-03-22 15:16     ` Chris Sutcliffe
2016-03-22 16:03       ` Corinna Vinschen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).