Belatedly bump Cygwin DLL version to 2.8.0
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
25
winsup/cygwin/release/2.8.0
Normal file
25
winsup/cygwin/release/2.8.0
Normal file
@@ -0,0 +1,25 @@
|
||||
What's new:
|
||||
-----------
|
||||
|
||||
- New API: timingsafe_bcmp, timingsafe_memcmp
|
||||
|
||||
- New API: dladdr
|
||||
|
||||
What changed:
|
||||
-------------
|
||||
|
||||
- cygcheck and strace now always generate output with Unix LF line endings,
|
||||
rather than with DOS/Windows CR LF line endings.
|
||||
|
||||
- fork now preserves the load order of unrelated dlopen'd modules.
|
||||
|
||||
- pthread_cond_wait now acts like Linux and BSD: Resume waiting for the
|
||||
condition variable as if it was not interrupted, rather than returning 0.
|
||||
|
||||
|
||||
Bug Fixes
|
||||
---------
|
||||
|
||||
- Fix a few problems which are the combined culprit of fork failing
|
||||
when called recursively from a pthread.
|
||||
Addresses: https://cygwin.com/ml/cygwin/2017-03/msg00113.html
|
Reference in New Issue
Block a user