2013-06-13 01:45:42 +08:00
|
|
|
What's new:
|
|
|
|
-----------
|
|
|
|
|
2013-06-24 23:12:40 +08:00
|
|
|
- New API: rawmemchr.
|
2013-06-13 01:45:42 +08:00
|
|
|
|
2013-07-08 12:03:58 +08:00
|
|
|
- Make cygcheck report when scanned DLLs are symlinks or are not meant
|
|
|
|
for the current architecture (x86 vs. x86_64).
|
|
|
|
See: http://cygwin.com/ml/cygwin/2013-07/msg00143.html
|
|
|
|
|
2013-06-13 01:45:42 +08:00
|
|
|
Bug fixes:
|
|
|
|
----------
|
|
|
|
|
|
|
|
- Fix long-standing problem which allows to access files via ".." using an
|
|
|
|
invalid POSIX path, for instance, `cd nonexistant/../existing_dir".
|
|
|
|
Fixes: http://cygwin.com/ml/cygwin/2013-05/msg00222.html
|
2013-06-17 18:11:54 +08:00
|
|
|
|
|
|
|
- Fix EFAULT when reading large clipboard.
|
|
|
|
Fixes: http://cygwin.com/ml/cygwin/2013-06/msg00311.html
|
2013-06-17 20:37:09 +08:00
|
|
|
|
|
|
|
- Fix creation of relative native symlinks.
|
|
|
|
Fixes: http://cygwin.com/ml/cygwin/2013-06/msg00340.html
|
2013-07-15 18:04:03 +08:00
|
|
|
http://cygwin.com/ml/cygwin/2013-07/msg00286.html
|
2013-06-18 18:12:16 +08:00
|
|
|
|
|
|
|
- Update profiling code to latest from Mingw-w64. Allows profiling on x86_64
|
|
|
|
now and fixes http://cygwin.com/ml/cygwin/2013-06/msg00376.html
|
2013-06-20 00:05:04 +08:00
|
|
|
|
|
|
|
- Fix character comparisons in certain scenarios within the functions glob(3),
|
|
|
|
fnmatch(3), and regcomp(3). All Unicode chars beyond U+0100 are affected.
|
2013-07-04 04:29:03 +08:00
|
|
|
|
|
|
|
- Fix problem with pty closing which manifested as a screen issue:
|
2013-07-08 12:03:58 +08:00
|
|
|
See: http://cygwin.com/ml/cygwin/2013-06/msg00196.html
|