2013-04-23 14:58:20 +00:00
|
|
|
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.
|
|
|
|
|
2013-05-25 09:00:43 +00:00
|
|
|
- Add support for creating native symlinks (CYGWIN=winsymlinks:native or
|
|
|
|
CYGWIN=winsymlinks:nativestrict).
|
2013-04-26 18:20:17 +00:00
|
|
|
|
|
|
|
- Add support for the AFS filesystem.
|
|
|
|
|
2013-06-05 07:21:56 +00:00
|
|
|
- Preliminary support for mandatory locking via fcntl/flock/lockf, using
|
|
|
|
Windows locking semantics. New F_LCK_MANDATORY fcntl command.
|
2013-06-02 10:22:14 +00:00
|
|
|
|
2013-05-21 19:04:49 +00:00
|
|
|
- New APIs: __b64_ntop, __b64_pton, arc4random, arc4random_addrandom,
|
|
|
|
arc4random_buf, arc4random_stir, arc4random_uniform.
|
|
|
|
|
2013-04-23 14:58:20 +00:00
|
|
|
Bug fixes:
|
|
|
|
----------
|
|
|
|
|
2013-05-23 20:47:45 +00:00
|
|
|
- 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
|
|
|
|
|
2013-05-25 09:00:43 +00:00
|
|
|
- Fix a build problem resulting in Cygwin functions picking up the wrong
|
|
|
|
new/delete.
|
|
|
|
Fixes: http://cygwin.com/ml/cygwin/2013-05/msg00331.html
|
2013-05-27 19:41:54 +00:00
|
|
|
|
|
|
|
- Fix an incorrect condition which breaks fork after all dlopen'ed DLLs
|
|
|
|
have already been dlclose'd.
|
|
|
|
Fixes: http://cygwin.com/ml/cygwin/2013-05/msg00376.html
|
2013-05-28 15:07:01 +00:00
|
|
|
|
|
|
|
- Fix buggy usage of NtReadFile when reading from device under /proc/sys.
|
|
|
|
Fixes: http://cygwin.com/ml/cygwin/2013-05/msg00392.html
|
2013-05-31 08:41:39 +00:00
|
|
|
|
|
|
|
- Fix an include in <cygwin/if.h> to avoid circular dependency.
|
|
|
|
Fixes: http://cygwin.com/ml/cygwin/2013-05/msg00451.html
|
2013-06-03 10:40:41 +00:00
|
|
|
|
|
|
|
- Fix a hang on exit when calling pthread_join in global desctructor.
|
|
|
|
Fixes: http://cygwin.com/ml/cygwin/2013-06/msg00017.html
|