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

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


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


Bug Fixes
---------

- Fix /proc/version after uname change
  Addresses: https://cygwin.com/ml/cygwin/2019-03/msg00467.html

- Fix a crash in wcsxfrm_l if destination size is 0.
  Addresses: https://cygwin.com/ml/cygwin/2019-03/msg00492.html

- Fix a problem in process enumeration which led to `ps -W' showing
  Cygwin processes twice and potentially with incorrect Windows PID.
  Addresses: Report on IRC