libc/winsup/cygwin/release/1.7.19

26 lines
782 B
Plaintext

What's new:
-----------
- Drop support for Windows 2000 and Windows XP pre-SP3.
- Add support for building a 64 bit version of Cygwin on x86_64 natively.
- Add support for creating native symlinks (CYGWIN=winsymlinks:native)
- Add support for the AFS filesystem.
- New APIs: __b64_ntop, __b64_pton, arc4random, arc4random_addrandom,
arc4random_buf, arc4random_stir, arc4random_uniform.
Bug fixes:
----------
- getgrouplist now always creates a group list, even if it's empty.
Fixes: http://cygwin.com/ml/cygwin/2013-05/msg00157.html
- In fork, call CreateProcessW with the same command line as the parent
process. This seems to make sure the stack is created in the same
memory location as in the parent.
Fixes: http://cygwin.com/ml/cygwin/2013-05/msg00340.html