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

2.0.4 « release « cygwin « winsup - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6fdccf0f0b885bc81dcee2e3f174eac57ff3c087 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Bug Fixes
---------

- Handle SIGHUP in pty master close.
  Addresses: https://cygwin.com/ml/cygwin/2015-06/msg00133.html
	     https://cygwin.com/ml/cygwin/2011-07/msg00295.html

- Avoid fetching /proc process info from non-Cygwin processes.
  Addresses: https://cygwin.com/ml/cygwin/2015-06/msg00133.html
	     https://cygwin.com/ml/cygwin/2015-05/msg00331.html
	     https://cygwin.com/ml/cygwin/2015-05/msg00314.html

- Fix installing newly added bind mounts with `mount -a'.
  Addresses: https://cygwin.com/ml/cygwin/2015-06/msg00150.html