2013-12-07 11:12:25 +01:00
|
|
|
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 "\\?\".
|
2013-12-08 14:38:27 +01:00
|
|
|
Fixes: http://cygwin.com/ml/cygwin/2013-12/msg00101.html
|
2013-12-07 11:12:25 +01:00
|
|
|
|
|
|
|
|
2013-12-01 03:58:03 +01:00
|
|
|
Bug Fixes
|
|
|
|
---------
|
2013-12-01 03:09:22 +01:00
|
|
|
|
|
|
|
- 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
|
2013-12-01 03:58:03 +01:00
|
|
|
|
|
|
|
- Cygwin could easily run out of file handles.
|
|
|
|
Fixes: http://cygwin.com/ml/cygwin/2013-12/threads.html#00000
|