2016-10-19 18:53:58 +08:00
|
|
|
What's new:
|
|
|
|
-----------
|
|
|
|
|
2016-10-21 03:35:54 +08:00
|
|
|
- Add _PC_CASE_INSENSITIVE flag to [f]pathconf(3).
|
|
|
|
|
2016-10-19 18:53:58 +08:00
|
|
|
|
|
|
|
Bug Fixes
|
|
|
|
---------
|
|
|
|
|
|
|
|
- Fix regression in console charset handling
|
|
|
|
Addresses: https://cygwin.com/ml/cygwin/2016-10/msg00000.html
|
2016-10-19 19:26:03 +08:00
|
|
|
|
|
|
|
- Fix case-sensitivity problem when renaming directories
|
|
|
|
Addresses: https://cygwin.com/ml/cygwin/2016-09/msg00264.html
|
2016-11-17 18:11:11 +08:00
|
|
|
|
2016-12-06 23:11:04 +08:00
|
|
|
- Fix SetThreadName with gdb 7.10 on x86
|
|
|
|
Addresses: https://cygwin.com/ml/cygwin/2016-09/msg00143.html
|
|
|
|
|
|
|
|
- Fix broken newlocale handling with empty local string "".
|
|
|
|
Found by Coverity.
|
|
|
|
|
|
|
|
- Fix assorted buffer overflows and resource leaks found by Coverity.
|
|
|
|
|
|
|
|
- Correctly define __hidden macro on Cygwin.
|
|
|
|
Addresses: https://cygwin.com/ml/cygwin/2016-10/msg00294.html
|
|
|
|
|
2016-11-17 18:11:11 +08:00
|
|
|
- Fix page count in /proc/<pid>/statm and /proc/<pid>/status.
|
|
|
|
Addresses: https://cygwin.com/ml/cygwin-patches/2016-q4/msg00008.html
|
2016-12-06 23:11:04 +08:00
|
|
|
|
|
|
|
- Don't allow sending invalid signals from user space
|
|
|
|
|
|
|
|
- Fix path handling of ".//" sequences.
|
|
|
|
Addresses: https://cygwin.com/ml/cygwin/2016-11/msg00295.html
|
2016-12-13 19:49:02 +08:00
|
|
|
|
|
|
|
- cygwin_conv_path/cygwin_create_path now also check for .exe suffix when
|
|
|
|
converting a POSIX path to Windows notation.
|
|
|
|
|
|
|
|
- Address Windows bug in path conversion on network shares for non-existing
|
|
|
|
paths.
|
|
|
|
Addresses: https://cygwin.com/ml/cygwin-developers/2016-12/msg00008.html
|