Re: [PATCH] Cygwin: document a recent bug fix

2021-01-18 Thread Corinna Vinschen via Cygwin-patches
On Jan 15 12:52, Ken Brown via Cygwin-patches wrote:
> This documents commit aec64798, "Cygwin: add flag to indicate reparse
> points unknown to WinAPI".
> ---
>  winsup/cygwin/release/3.2.0 | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/winsup/cygwin/release/3.2.0 b/winsup/cygwin/release/3.2.0
> index 132d5c810..c18a848de 100644
> --- a/winsup/cygwin/release/3.2.0
> +++ b/winsup/cygwin/release/3.2.0
> @@ -43,5 +43,8 @@ Bug Fixes
>  - Fix return value of sqrtl on negative infinity.
>Addresses: https://cygwin.com/pipermail/cygwin/2020-October/246606.html
>  
> +- Fix a path handling problem if there is a WSL symlink in PATH.
> +  Addresses: https://cygwin.com/pipermail/cygwin/2020-December/246938.html
> +
>  - Fix a bug in fstatat(2) on 32 bit that could cause it to return garbage.
>Addresses: https://cygwin.com/pipermail/cygwin/2021-January/247399.html
> -- 
> 2.30.0

Please push.


Thanks,
Corinna


Re: [PATCH] Cygwin: document a recent bug fix

2021-01-15 Thread Ken Brown via Cygwin-patches

On 1/15/2021 12:42 PM, Ken Brown via Cygwin-patches wrote:

This documents commit b951adce, "Cygwin: add flag to indicate reparse
points unknown to WinAPI".


Sorry, there's a mistake in the commit message.  A corrected version is on the 
way.

Ken