public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* [ANNOUNCEMENT] cygwin 3.4.8-1
@ 2023-08-17 17:59 Corinna Vinschen via Cygwin-announce
  2023-08-20 17:37 ` Thomas Wolff
  2023-08-21  5:06 ` Cedric Blancher
  0 siblings, 2 replies; 4+ messages in thread
From: Corinna Vinschen via Cygwin-announce @ 2023-08-17 17:59 UTC (permalink / raw)
  To: cygwin

The following packages have been uploaded to the Cygwin distribution:

* cygwin-3.4.8-1
* cygwin-devel-3.4.8-1
* cygwin-doc-3.4.8-1

Bug Fixes
---------

- Make <sys/cpuset.h> safe for c89 compilations.
  Addresses: https://cygwin.com/pipermail/cygwin-patches/2023q3/012308.html

- Make gcc-specific code in <sys/cpuset.h> compiler-agnostic.
  Addresses: https://cygwin.com/pipermail/cygwin/2023-July/253927.html

- Fix AT_EMPTY_PATH handling in fchmodat and fstatat if dirfd referres to
  a file other than a directory
  Addresses: https://cygwin.com/pipermail/cygwin-patches/2023q2/012306.html

- Rename internal macros _NL_CTYPE_OUTDIGITSx_MB/WC to GLibc compatible
  _NL_CTYPE_OUTDIGITx_MB/WC.
  Addresses: https://cygwin.com/pipermail/cygwin-developers/2023-July/012637.html

- Fix memory leak in printf() regarding gdtoa-based _ldtoa_r().
  Addresses: https://cygwin.com/pipermail/cygwin/2023-July/254054.html

- Fix a bug introduced in cygwin 3.4.5 that open_shared() does not set
  access permissions as requested by its argument.

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

* Re: [ANNOUNCEMENT] cygwin 3.4.8-1
  2023-08-17 17:59 [ANNOUNCEMENT] cygwin 3.4.8-1 Corinna Vinschen via Cygwin-announce
@ 2023-08-20 17:37 ` Thomas Wolff
  2023-08-20 23:15   ` Takashi Yano
  2023-08-21  5:06 ` Cedric Blancher
  1 sibling, 1 reply; 4+ messages in thread
From: Thomas Wolff @ 2023-08-20 17:37 UTC (permalink / raw)
  To: cygwin


Am 17.08.2023 um 19:59 schrieb Corinna Vinschen via Cygwin-announce via 
Cygwin:
> The following packages have been uploaded to the Cygwin distribution:
>
> * cygwin-3.4.8-1
> * cygwin-devel-3.4.8-1
> * cygwin-doc-3.4.8-1
>
> Bug Fixes
> ---------
>
> - Make <sys/cpuset.h> safe for c89 compilations.
>    Addresses: https://cygwin.com/pipermail/cygwin-patches/2023q3/012308.html
>
> - Make gcc-specific code in <sys/cpuset.h> compiler-agnostic.
>    Addresses: https://cygwin.com/pipermail/cygwin/2023-July/253927.html
>
> - Fix AT_EMPTY_PATH handling in fchmodat and fstatat if dirfd referres to
>    a file other than a directory
>    Addresses: https://cygwin.com/pipermail/cygwin-patches/2023q2/012306.html
>
> - Rename internal macros _NL_CTYPE_OUTDIGITSx_MB/WC to GLibc compatible
>    _NL_CTYPE_OUTDIGITx_MB/WC.
>    Addresses: https://cygwin.com/pipermail/cygwin-developers/2023-July/012637.html
>
> - Fix memory leak in printf() regarding gdtoa-based _ldtoa_r().
>    Addresses: https://cygwin.com/pipermail/cygwin/2023-July/254054.html
>
> - Fix a bug introduced in cygwin 3.4.5 that open_shared() does not set
>    access permissions as requested by its argument.
>
Is the recent fix in pty code not included in 3.4.8?
(https://sourceware.org/pipermail/cygwin-developers/2023-August/012657.html)
Thomas

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

* Re: [ANNOUNCEMENT] cygwin 3.4.8-1
  2023-08-20 17:37 ` Thomas Wolff
@ 2023-08-20 23:15   ` Takashi Yano
  0 siblings, 0 replies; 4+ messages in thread
From: Takashi Yano @ 2023-08-20 23:15 UTC (permalink / raw)
  To: cygwin

On Sun, 20 Aug 2023 19:37:06 +0200
Thomas Wolff wrote:
> Am 17.08.2023 um 19:59 schrieb Corinna Vinschen via Cygwin-announce via 
> Cygwin:
> > The following packages have been uploaded to the Cygwin distribution:
> >
> > * cygwin-3.4.8-1
> > * cygwin-devel-3.4.8-1
> > * cygwin-doc-3.4.8-1
> >
> > Bug Fixes
> > ---------
> >
> > - Make <sys/cpuset.h> safe for c89 compilations.
> >    Addresses: https://cygwin.com/pipermail/cygwin-patches/2023q3/012308.html
> >
> > - Make gcc-specific code in <sys/cpuset.h> compiler-agnostic.
> >    Addresses: https://cygwin.com/pipermail/cygwin/2023-July/253927.html
> >
> > - Fix AT_EMPTY_PATH handling in fchmodat and fstatat if dirfd referres to
> >    a file other than a directory
> >    Addresses: https://cygwin.com/pipermail/cygwin-patches/2023q2/012306.html
> >
> > - Rename internal macros _NL_CTYPE_OUTDIGITSx_MB/WC to GLibc compatible
> >    _NL_CTYPE_OUTDIGITx_MB/WC.
> >    Addresses: https://cygwin.com/pipermail/cygwin-developers/2023-July/012637.html
> >
> > - Fix memory leak in printf() regarding gdtoa-based _ldtoa_r().
> >    Addresses: https://cygwin.com/pipermail/cygwin/2023-July/254054.html
> >
> > - Fix a bug introduced in cygwin 3.4.5 that open_shared() does not set
> >    access permissions as requested by its argument.
> >
> Is the recent fix in pty code not included in 3.4.8?
> (https://sourceware.org/pipermail/cygwin-developers/2023-August/012657.html)

This fix is applied also to 3.4.8.
https://cygwin.com/git/?p=newlib-cygwin.git;a=shortlog;h=refs/heads/cygwin-3_4-branch
However, I forgot to add release message. Sorry.

-- 
Takashi Yano <takashi.yano@nifty.ne.jp>

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

* Re: [ANNOUNCEMENT] cygwin 3.4.8-1
  2023-08-17 17:59 [ANNOUNCEMENT] cygwin 3.4.8-1 Corinna Vinschen via Cygwin-announce
  2023-08-20 17:37 ` Thomas Wolff
@ 2023-08-21  5:06 ` Cedric Blancher
  1 sibling, 0 replies; 4+ messages in thread
From: Cedric Blancher @ 2023-08-21  5:06 UTC (permalink / raw)
  To: cygwin

On Thu, 17 Aug 2023 at 20:02, Corinna Vinschen via Cygwin-announce via
Cygwin <cygwin@cygwin.com> wrote:
>
> The following packages have been uploaded to the Cygwin distribution:
>
> * cygwin-3.4.8-1
> * cygwin-devel-3.4.8-1
> * cygwin-doc-3.4.8-1
>
> Bug Fixes
> ---------
>
> - Make <sys/cpuset.h> safe for c89 compilations.
>   Addresses: https://cygwin.com/pipermail/cygwin-patches/2023q3/012308.html
>
> - Make gcc-specific code in <sys/cpuset.h> compiler-agnostic.
>   Addresses: https://cygwin.com/pipermail/cygwin/2023-July/253927.html
>
> - Fix AT_EMPTY_PATH handling in fchmodat and fstatat if dirfd referres to
>   a file other than a directory
>   Addresses: https://cygwin.com/pipermail/cygwin-patches/2023q2/012306.html

Wasn't this supposed to fix the mkfifo bug? Or just mkfifo on NTFS? We
are still unable to use mkfifo on NFS (Windows builtin, I think you
call it MSFT NFSv3) on Cygwin 3.4.8-1

Ced
-- 
Cedric Blancher <cedric.blancher@gmail.com>
[https://plus.google.com/u/0/+CedricBlancher/]
Institute Pasteur

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

end of thread, other threads:[~2023-08-21  5:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-17 17:59 [ANNOUNCEMENT] cygwin 3.4.8-1 Corinna Vinschen via Cygwin-announce
2023-08-20 17:37 ` Thomas Wolff
2023-08-20 23:15   ` Takashi Yano
2023-08-21  5:06 ` Cedric Blancher

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