public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* [ANNOUNCEMENT] Updated: Cygwin 2.9.0-1
@ 2017-09-07 12:24 Corinna Vinschen
  2017-09-07 15:40 ` Ken Brown
  2017-09-07 18:00 ` Ken Brown
  0 siblings, 2 replies; 5+ messages in thread
From: Corinna Vinschen @ 2017-09-07 12:24 UTC (permalink / raw)
  To: cygwin

Hi folks,


I uploaded a new Cygwin release 2.9.0-1

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

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

* Re: [ANNOUNCEMENT] Updated: Cygwin 2.9.0-1
  2017-09-07 12:24 [ANNOUNCEMENT] Updated: Cygwin 2.9.0-1 Corinna Vinschen
@ 2017-09-07 15:40 ` Ken Brown
  2017-09-07 18:00 ` Ken Brown
  1 sibling, 0 replies; 5+ messages in thread
From: Ken Brown @ 2017-09-07 15:40 UTC (permalink / raw)
  To: cygwin

On 9/7/2017 8:23 AM, Corinna Vinschen wrote:
> Hi folks,
> 
> 
> I uploaded a new Cygwin release 2.9.0-1

It looks like setup.ini didn't get updated, even though the new files 
are in place.

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

* Re: [ANNOUNCEMENT] Updated: Cygwin 2.9.0-1
  2017-09-07 12:24 [ANNOUNCEMENT] Updated: Cygwin 2.9.0-1 Corinna Vinschen
  2017-09-07 15:40 ` Ken Brown
@ 2017-09-07 18:00 ` Ken Brown
  2017-09-08  5:21   ` Brian Inglis
  1 sibling, 1 reply; 5+ messages in thread
From: Ken Brown @ 2017-09-07 18:00 UTC (permalink / raw)
  To: cygwin

On 9/7/2017 8:23 AM, Corinna Vinschen wrote:
> Hi folks,
> 
> 
> I uploaded a new Cygwin release 2.9.0-1

There seems to be a packaging bug, so that the postinstall and preremove 
scripts for cygwin-doc are bundled with the cygwin package instead of 
with the cygwin-doc package.

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

* Re: [ANNOUNCEMENT] Updated: Cygwin 2.9.0-1
  2017-09-07 18:00 ` Ken Brown
@ 2017-09-08  5:21   ` Brian Inglis
  2017-09-08  8:15     ` Corinna Vinschen
  0 siblings, 1 reply; 5+ messages in thread
From: Brian Inglis @ 2017-09-08  5:21 UTC (permalink / raw)
  To: cygwin

On 2017-09-07 12:00, Ken Brown wrote:
> On 9/7/2017 8:23 AM, Corinna Vinschen wrote:
>> I uploaded a new Cygwin release 2.9.0-1
> 
> There seems to be a packaging bug, so that the postinstall and preremove scripts
> for cygwin-doc are bundled with the cygwin package instead of with the
> cygwin-doc package.

And the doc directory has reverted from:
	/usr/share/doc/cygwin-doc/
to:
	/usr/share/doc/cygwin-v.r.m/
i.e.
	/usr/share/doc/cygwin-2.9.0/

which required a fix when it switched:

	https://cygwin.com/git/gitweb.cgi?p=newlib-cygwin.git;a=commitdiff;h=0220e40e8f704e976e17d55ddfcebff15a72658b;hp=95e66aae3328a9aa2d5d992489228088008dad37

-- 
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

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

* Re: [ANNOUNCEMENT] Updated: Cygwin 2.9.0-1
  2017-09-08  5:21   ` Brian Inglis
@ 2017-09-08  8:15     ` Corinna Vinschen
  0 siblings, 0 replies; 5+ messages in thread
From: Corinna Vinschen @ 2017-09-08  8:15 UTC (permalink / raw)
  To: cygwin

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

On Sep  7 23:19, Brian Inglis wrote:
> On 2017-09-07 12:00, Ken Brown wrote:
> > On 9/7/2017 8:23 AM, Corinna Vinschen wrote:
> >> I uploaded a new Cygwin release 2.9.0-1
> > 
> > There seems to be a packaging bug, so that the postinstall and preremove scripts
> > for cygwin-doc are bundled with the cygwin package instead of with the
> > cygwin-doc package.
> 
> And the doc directory has reverted from:
> 	/usr/share/doc/cygwin-doc/
> to:
> 	/usr/share/doc/cygwin-v.r.m/
> i.e.
> 	/usr/share/doc/cygwin-2.9.0/
> 
> which required a fix when it switched:
> 
> 	https://cygwin.com/git/gitweb.cgi?p=newlib-cygwin.git;a=commitdiff;h=0220e40e8f704e976e17d55ddfcebff15a72658b;hp=95e66aae3328a9aa2d5d992489228088008dad37

Dunno how I managed to use an older cygport file for this release,
sorry guys.  I'll upload a -2 with correct packaging shorty.


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

end of thread, other threads:[~2017-09-08  8:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-07 12:24 [ANNOUNCEMENT] Updated: Cygwin 2.9.0-1 Corinna Vinschen
2017-09-07 15:40 ` Ken Brown
2017-09-07 18:00 ` Ken Brown
2017-09-08  5:21   ` Brian Inglis
2017-09-08  8:15     ` 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).