4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-30 11:00:41 +08:00
Yaakov Selkowitz 109a3a02a3 cygwin: add explicit_bzero, elf.h changes to release
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
2017-08-02 04:38:01 -05:00

29 lines
763 B
Groff

What's new:
-----------
- New API: explicit_bzero.
What changed:
-------------
- Improved implementation of <elf.h>.
Bug Fixes
---------
- Fix a regression in fflush introduced in 2.8.0.
Addresses: https://sourceware.org/ml/cygwin-apps/2017-07/msg00041.html
- 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.
- 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