2017-07-19 01:41:36 -07:00
|
|
|
What's new:
|
|
|
|
-----------
|
|
|
|
|
2017-08-25 08:59:28 -07:00
|
|
|
- New APIs: explicit_bzero, strnstr.
|
2017-08-03 12:31:38 -07:00
|
|
|
|
|
|
|
- New APIs: pthread_mutex_timedwait, pthread_rwlock_timedrdlock,
|
|
|
|
pthread_rwlock_timedwrlock.
|
2017-08-02 02:38:01 -07:00
|
|
|
|
2017-08-19 10:15:04 -07:00
|
|
|
- New API: renameat2.
|
|
|
|
|
2017-07-19 01:41:36 -07:00
|
|
|
|
|
|
|
What changed:
|
|
|
|
-------------
|
|
|
|
|
2017-08-02 02:38:01 -07:00
|
|
|
- Improved implementation of <elf.h>.
|
|
|
|
|
2017-08-29 02:16:13 -07:00
|
|
|
- Add %s support for strptime..
|
|
|
|
|
2017-07-19 01:41:36 -07: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 14:04:34 -07: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 14:08:19 -07: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
|
2017-08-29 12:12:21 -07:00
|
|
|
|
|
|
|
- Fix bug in strptime %F field width handling.
|
|
|
|
Addresses: https://cygwin.com/ml/cygwin-patches/2017-q3/msg00033.html
|