public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.11.0-0.2
@ 2018-08-17 14:05 Corinna Vinschen
  2018-08-17 16:24 ` Ken Brown
  0 siblings, 1 reply; 8+ messages in thread
From: Corinna Vinschen @ 2018-08-17 14:05 UTC (permalink / raw)
  To: cygwin

Hi folks,


I uploaded a new Cygwin test release 2.11.0-0.2

I'm planning for a release end of August.  Please test.

Changes 0.1 -> 0.2:

- Drop denormal-operand exception from FE_ALL_EXCEPT, as on Linux.

- Rename the --file option of setfacl(1) to --set-file, as on Linux.

- Fix NaN handling in strtof/strtod/strtold.


=======================================================================

What's new:
-----------

- New APIs: clearenv, pthread_tryjoin_np, pthread_timedjoin_np,
  sched_getcpu.

- New APIs: aio_cancel, aio_error, aio_fsync, aio_read, aio_return,
  aio_suspend, aio_write, lio_listio.
  New header: <aio.h>.


What changed:
-------------

- SO_RCVTIMEO and SO_SNDTIMEO socket options are now honored.

- /proc/cpuinfo now reports L3 cache size on Intel CPUs.

- Drop denormal-operand exception from FE_ALL_EXCEPT, as on Linux.

- Rename the --file option of setfacl(1) to --set-file, as on Linux.

- Support Unicode 10.


Bug Fixes
---------

- Fix utils path handling in case cygdrive path is just '/'.
  Addresses: https://cygwin.com/ml/cygwin/2018-02/msg00174.html

- Fix a potential SIGFPE in strtod, if FE_INVALID exceptions are
  enabled.
  Addresses: https://cygwin.com/ml/cygwin/2018-04/msg00055.html

- Fix a CPU affinity problem when creating /proc/cpuinfo output.
  Addresses: https://cygwin.com/ml/cygwin/2018-04/msg00118.html

- Fix a buffer underrun problem in Win32 path normalization.
  Addresses: https://cygwin.com/ml/cygwin/2018-05//msg00017.html

- Fix a stack alignment problem which may lead to spurious crashes after
  fork.
  Addresses: https://cygwin.com/ml/cygwin-patches/2018-q2/msg00016.html

- Fix a g++ compilation problem with -std=c++14 or -std=c++17.
  Addresses: https://cygwin.com/ml/cygwin/2018-05/msg00316.html

- Fix FPE flag handling for division by zero conditions
  Addresses: https://cygwin.com/ml/cygwin/2018-06/msg00281.html

- Fix Unicode table.
  Addresses: https://cygwin.com/ml/cygwin/2018-06/msg00248.html

- Handle a non-standard return value from some tape drives to
  report a "no-media" error.
  Addresses: https://cygwin.com/ml/cygwin/2018-06/msg00245.html

- Fix duration handling in sigtimedwait
  Addresses: https://cygwin.com/ml/cygwin-patches/2018-q3/msg00018.html

- Make FP environment symbols available on x86_64.
  Addresses: https://cygwin.com/ml/cygwin/2018-07/msg00183.html

- Fix fegetenv behaviour.
  Addresses: https://cygwin.com/ml/cygwin/2018-08/msg00000.html

- Fix NaN handling in strtof/strtod/strtold.
  Addresses: https://cygwin.com/ml/cygwin/2018-08/msg00150.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] 8+ messages in thread

* Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.11.0-0.2
  2018-08-17 14:05 [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.11.0-0.2 Corinna Vinschen
@ 2018-08-17 16:24 ` Ken Brown
  2018-08-17 18:26   ` Marco Atzeri
  2018-08-17 18:29   ` Corinna Vinschen
  0 siblings, 2 replies; 8+ messages in thread
From: Ken Brown @ 2018-08-17 16:24 UTC (permalink / raw)
  To: cygwin

On 8/17/2018 6:36 AM, Corinna Vinschen wrote:
> I uploaded a new Cygwin test release 2.11.0-0.2

It looks like this didn't get marked as a test release in 
cygwin-2.11.0-0.2.hint.

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] 8+ messages in thread

* Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.11.0-0.2
  2018-08-17 16:24 ` Ken Brown
@ 2018-08-17 18:26   ` Marco Atzeri
  2018-08-17 18:29   ` Corinna Vinschen
  1 sibling, 0 replies; 8+ messages in thread
From: Marco Atzeri @ 2018-08-17 18:26 UTC (permalink / raw)
  To: cygwin

Am 17.08.2018 um 16:36 schrieb Ken Brown:
> On 8/17/2018 6:36 AM, Corinna Vinschen wrote:
>> I uploaded a new Cygwin test release 2.11.0-0.2
>
> It looks like this didn't get marked as a test release in
> cygwin-2.11.0-0.2.hint.
>
> Ken
>

or the override.hint is missing

Marco


---
Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft.
https://www.avast.com/antivirus


--
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] 8+ messages in thread

* Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.11.0-0.2
  2018-08-17 16:24 ` Ken Brown
  2018-08-17 18:26   ` Marco Atzeri
@ 2018-08-17 18:29   ` Corinna Vinschen
  2018-08-17 18:44     ` Achim Gratz
  1 sibling, 1 reply; 8+ messages in thread
From: Corinna Vinschen @ 2018-08-17 18:29 UTC (permalink / raw)
  To: cygwin

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

On Aug 17 10:36, Ken Brown wrote:
> On 8/17/2018 6:36 AM, Corinna Vinschen wrote:
> > I uploaded a new Cygwin test release 2.11.0-0.2
> 
> It looks like this didn't get marked as a test release in
> cygwin-2.11.0-0.2.hint.

Sigh.  Should be fixed now.


Sorry,
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: 833 bytes --]

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

* Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.11.0-0.2
  2018-08-17 18:29   ` Corinna Vinschen
@ 2018-08-17 18:44     ` Achim Gratz
  2018-08-18  1:18       ` Corinna Vinschen
  0 siblings, 1 reply; 8+ messages in thread
From: Achim Gratz @ 2018-08-17 18:44 UTC (permalink / raw)
  To: cygwin

Corinna Vinschen writes:
> On Aug 17 10:36, Ken Brown wrote:
>> On 8/17/2018 6:36 AM, Corinna Vinschen wrote:
>> > I uploaded a new Cygwin test release 2.11.0-0.2
>> 
>> It looks like this didn't get marked as a test release in
>> cygwin-2.11.0-0.2.hint.
>
> Sigh.  Should be fixed now.

Would probably not have happened if this was already upstream:

http://repo.or.cz/cygport/rpm-style.git/commitdiff/835a68930a849e32ac0bb46942160b586fa8d622

:-P


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Samples for the Waldorf Blofeld:
http://Synth.Stromeko.net/Downloads.html#BlofeldSamplesExtra

--
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] 8+ messages in thread

* Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.11.0-0.2
  2018-08-17 18:44     ` Achim Gratz
@ 2018-08-18  1:18       ` Corinna Vinschen
  2018-08-18  2:02         ` Achim Gratz
  0 siblings, 1 reply; 8+ messages in thread
From: Corinna Vinschen @ 2018-08-18  1:18 UTC (permalink / raw)
  To: cygwin

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

On Aug 17 20:18, Achim Gratz wrote:
> Corinna Vinschen writes:
> > On Aug 17 10:36, Ken Brown wrote:
> >> On 8/17/2018 6:36 AM, Corinna Vinschen wrote:
> >> > I uploaded a new Cygwin test release 2.11.0-0.2
> >> 
> >> It looks like this didn't get marked as a test release in
> >> cygwin-2.11.0-0.2.hint.
> >
> > Sigh.  Should be fixed now.
> 
> Would probably not have happened if this was already upstream:
> 
> http://repo.or.cz/cygport/rpm-style.git/commitdiff/835a68930a849e32ac0bb46942160b586fa8d622
> 
> :-P

A CLI option "all-test" would be helpful, too :)


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: 833 bytes --]

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

* Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.11.0-0.2
  2018-08-18  1:18       ` Corinna Vinschen
@ 2018-08-18  2:02         ` Achim Gratz
  2018-08-18  3:47           ` Corinna Vinschen
  0 siblings, 1 reply; 8+ messages in thread
From: Achim Gratz @ 2018-08-18  2:02 UTC (permalink / raw)
  To: cygwin

Corinna Vinschen writes:
> A CLI option "all-test" would be helpful, too :)

That command (not exactly the same name, though) has been added to
cygport 9 months ago:

http://repo.or.cz/cygport.git/commitdiff/515fc7caa1ccfd8ce3e67deeb6667be481f56e42


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Wavetables for the Terratec KOMPLEXER:
http://Synth.Stromeko.net/Downloads.html#KomplexerWaves

--
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] 8+ messages in thread

* Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.11.0-0.2
  2018-08-18  2:02         ` Achim Gratz
@ 2018-08-18  3:47           ` Corinna Vinschen
  0 siblings, 0 replies; 8+ messages in thread
From: Corinna Vinschen @ 2018-08-18  3:47 UTC (permalink / raw)
  To: cygwin

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

On Aug 17 20:55, Achim Gratz wrote:
> Corinna Vinschen writes:
> > A CLI option "all-test" would be helpful, too :)
> 
> That command (not exactly the same name, though) has been added to
> cygport 9 months ago:
> 
> http://repo.or.cz/cygport.git/commitdiff/515fc7caa1ccfd8ce3e67deeb6667be481f56e42

package-test != all-test


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: 833 bytes --]

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

end of thread, other threads:[~2018-08-17 19:49 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-17 14:05 [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.11.0-0.2 Corinna Vinschen
2018-08-17 16:24 ` Ken Brown
2018-08-17 18:26   ` Marco Atzeri
2018-08-17 18:29   ` Corinna Vinschen
2018-08-17 18:44     ` Achim Gratz
2018-08-18  1:18       ` Corinna Vinschen
2018-08-18  2:02         ` Achim Gratz
2018-08-18  3:47           ` 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).