public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.9.0-0.2
@ 2017-08-30 15:32 Corinna Vinschen
  2017-09-01  9:44 ` Thomas Wolff
  0 siblings, 1 reply; 4+ messages in thread
From: Corinna Vinschen @ 2017-08-30 15:32 UTC (permalink / raw)
  To: cygwin

Hi folks,


I uploaded a new Cygwin test release 2.9.0-0.2

I'm planning for a release next week.  Please test.

Changes to 2.9.0-0.1:

- New, faster strnstr implementation (which, above all, is now even
  documented).

- Fix bug in strptime %F field width handling.

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

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

- New APIs: explicit_bzero, strnstr.

- New APIs: pthread_mutex_timedwait, pthread_rwlock_timedrdlock,
	    pthread_rwlock_timedwrlock.

- New API: renameat2.


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

- Improved implementation of <elf.h>.

- Add %s support for strptime..


Bug Fixes
---------

- Fix a regression in fflush introduced in 2.8.0.
  Addresses: https://sourceware.org/ml/cygwin-apps/2017-07/msg00041.html

- Fix a regression in reparse point handling introduced in 2.8.1.
  Addresses: https://cygwin.com/ml/cygwin/2017-07/msg00114.html

- Fix a potential resource leak when checking reparse points during readdir.

- Fix select and read in Windows console when running under codepage 65001.
  Addresses: https://cygwin.com/ml/cygwin/2017-07/msg00388.html

- Fix a clear screen issue in Windows console when running under codepage 65001.
  Addresses: https://cygwin.com/ml/cygwin/2017-07/msg00430.html

- Fix bug in strptime %F field width handling.
  Addresses: https://cygwin.com/ml/cygwin-patches/2017-q3/msg00033.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] 4+ messages in thread

* Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.9.0-0.2
  2017-08-30 15:32 [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.9.0-0.2 Corinna Vinschen
@ 2017-09-01  9:44 ` Thomas Wolff
  2017-09-01 12:23   ` Corinna Vinschen
  0 siblings, 1 reply; 4+ messages in thread
From: Thomas Wolff @ 2017-09-01  9:44 UTC (permalink / raw)
  To: cygwin

Am 30.08.2017 um 17:13 schrieb Corinna Vinschen:
> Hi folks,
>
>
> I uploaded a new Cygwin test release 2.9.0-0.2
>
> I'm planning for a release next week.  Please test.
>
> ...
Any chance to get the wcwidth update into the next release? I've 
submitted a reworked patch meanwhile to the newlib mailing list (for 
both string/wcwidth and ctype/{is,to}w*) but no response there yet. If 
there is no agreement yet how to proceed with the ctype functions, could 
we still update only the wcwidth part already?
Thomas

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

* Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.9.0-0.2
  2017-09-01  9:44 ` Thomas Wolff
@ 2017-09-01 12:23   ` Corinna Vinschen
  2017-09-01 13:05     ` Corinna Vinschen
  0 siblings, 1 reply; 4+ messages in thread
From: Corinna Vinschen @ 2017-09-01 12:23 UTC (permalink / raw)
  To: cygwin

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

On Sep  1 11:44, Thomas Wolff wrote:
> Am 30.08.2017 um 17:13 schrieb Corinna Vinschen:
> > Hi folks,
> > 
> > 
> > I uploaded a new Cygwin test release 2.9.0-0.2
> > 
> > I'm planning for a release next week.  Please test.
> > 
> > ...
> Any chance to get the wcwidth update into the next release? I've submitted a
> reworked patch meanwhile to the newlib mailing list (for both string/wcwidth
> and ctype/{is,to}w*) but no response there yet. If there is no agreement yet
> how to proceed with the ctype functions, could we still update only the
> wcwidth part already?

I forgot to reply, sorry.  I'm still irritated why you don't just
simply send the patches as a git patch series.  Create the set with
git format-patch and send it to the newlib list with git send-email.
No problems with patch size and mailbox limits and especially no
external ZIP fgile nobody ever reviews.


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

* Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.9.0-0.2
  2017-09-01 12:23   ` Corinna Vinschen
@ 2017-09-01 13:05     ` Corinna Vinschen
  0 siblings, 0 replies; 4+ messages in thread
From: Corinna Vinschen @ 2017-09-01 13:05 UTC (permalink / raw)
  To: cygwin

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

On Sep  1 14:23, Corinna Vinschen wrote:
> On Sep  1 11:44, Thomas Wolff wrote:
> > Am 30.08.2017 um 17:13 schrieb Corinna Vinschen:
> > > Hi folks,
> > > 
> > > 
> > > I uploaded a new Cygwin test release 2.9.0-0.2
> > > 
> > > I'm planning for a release next week.  Please test.
> > > 
> > > ...
> > Any chance to get the wcwidth update into the next release? I've submitted a
> > reworked patch meanwhile to the newlib mailing list (for both string/wcwidth
> > and ctype/{is,to}w*) but no response there yet. If there is no agreement yet
> > how to proceed with the ctype functions, could we still update only the
> > wcwidth part already?
> 
> I forgot to reply, sorry.  I'm still irritated why you don't just
> simply send the patches as a git patch series.  Create the set with
> git format-patch and send it to the newlib list with git send-email.
> No problems with patch size and mailbox limits and especially no
> external ZIP fgile nobody ever reviews.

Apart from that, I'm not really confident to push this patch for 2.9.0
on such short notice.  We should leave some time for testing before
releasing it.

The problem is that I'm unavailable for about 4 weeks after the 2.9.0
release.  Having said that, we can certainly apply the patch, but
only release it with 2.9.1 or 2.10.0, whatever we call the next one.


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

end of thread, other threads:[~2017-09-01 13:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-30 15:32 [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.9.0-0.2 Corinna Vinschen
2017-09-01  9:44 ` Thomas Wolff
2017-09-01 12:23   ` Corinna Vinschen
2017-09-01 13:05     ` 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).