Welcome to mirror list, hosted at ThFree Co, Russian Federation.

3.0.1 « release « cygwin « winsup - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1894c5c000f3d778eaf6010c083fd0f0e25a92f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
What's new:
-----------


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


Bug Fixes
---------

- Relax fork child permissions to avoid a potential fork failure.
  Addresses: https://cygwin.com/ml/cygwin/2019-02/msg00234.html

- Fix Command-line argument handling of kill(1) in terms of negative PID.
  Addresses: report on IRC

- Fix an accidentally introduced O_TEXT handling of pipes inherited
  from native Windows processes.
  Addresses: https://cygwin.com/ml/cygwin/2019-02/msg00246.html

- Re-enable creating user token from scratch in seteuid to allow
  user context switch on old systems not supporting MsV1_0S4ULogon.
  Addresses: https://cygwin.com/ml/cygwin/2019-02/msg00277.html