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

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

- Don't create native symlinks with target paths having long path prefixes
  "\\?\" if the target path is shorter than MAX_PATH characters.  This works
  around a Windows 8.1 bug:  The ShellExecuteW fails if the lpFile parameter
  points to a native NTFS symlink with a target path prefixed with "\\?\".


Bug Fixes
---------

- Some devices, like, /dev/dsp are no longer detected due to the new
  use of \Device\Null for devices which have no real handle.
  Fixes: http://cygwin.com/ml/cygwin/2013-12/threads.html#00000

- Cygwin could easily run out of file handles.
  Fixes: http://cygwin.com/ml/cygwin/2013-12/threads.html#00000