2017-07-19 10:41:36 +02:00
|
|
|
What's new:
|
|
|
|
-----------
|
|
|
|
|
2017-08-25 17:59:28 +02:00
|
|
|
- New APIs: explicit_bzero, strnstr.
|
2017-08-03 21:31:38 +02:00
|
|
|
|
|
|
|
- New APIs: pthread_mutex_timedwait, pthread_rwlock_timedrdlock,
|
|
|
|
pthread_rwlock_timedwrlock.
|
2017-08-02 11:38:01 +02:00
|
|
|
|
2017-08-19 19:15:04 +02:00
|
|
|
- New API: renameat2.
|
|
|
|
|
2017-07-19 10:41:36 +02:00
|
|
|
|
|
|
|
What changed:
|
|
|
|
-------------
|
|
|
|
|
2017-08-02 11:38:01 +02:00
|
|
|
- Improved implementation of <elf.h>.
|
|
|
|
|
2017-07-19 10:41:36 +02:00
|
|
|
|
|
|
|
Bug Fixes
|
|
|
|
---------
|
|
|
|
|
|
|
|
- Fix a regression in fflush introduced in 2.8.0.
|
|
|
|
Addresses: https://sourceware.org/ml/cygwin-apps/2017-07/msg00041.html
|
2017-07-24 23:04:34 +02:00
|
|
|
|
|
|
|
- Fix a regression in reparse point handling introduced in 2.8.1.
|
|
|
|
Addresses: https://cygwin.com/ml/cygwin/2017-07/msg00114.html
|
|
|
|
|
|
|
|
- Fix a potential resource leak when checking reparse points during readdir.
|
2017-07-31 23:08:19 +02:00
|
|
|
|
|
|
|
- Fix select and read in Windows console when running under codepage 65001.
|
|
|
|
Addresses: https://cygwin.com/ml/cygwin/2017-07/msg00388.html
|
|
|
|
|
|
|
|
- Fix a clear screen issue in Windows console when running under codepage 65001.
|
|
|
|
Addresses: https://cygwin.com/ml/cygwin/2017-07/msg00430.html
|