2015-08-10 18:00:12 +08:00
|
|
|
Bug Fixes
|
|
|
|
---------
|
|
|
|
|
2015-08-13 23:59:47 +08:00
|
|
|
- Revert the following patch from 2.2.0:
|
|
|
|
When started from a non-Cygwin process, check if $HOME starts with a
|
|
|
|
slash (absolute POSIX path). Otherwise ignore it.
|
2015-08-15 19:32:31 +08:00
|
|
|
Addresses discussion starting at
|
|
|
|
https://cygwin.com/ml/cygwin/2015-08/msg00048.html
|
2015-08-13 23:59:47 +08:00
|
|
|
|
|
|
|
- Fix output of /proc/cpuinfo in terms of cpu topology and cache size for
|
|
|
|
modern CPUs and modern Windows OSes supporting more than 64 logical CPUs.
|
2015-08-15 19:32:31 +08:00
|
|
|
Addresses: https://cygwin.com/ml/cygwin/2015-06/msg00345.html
|
2015-08-15 03:41:37 +08:00
|
|
|
|
2015-08-18 04:45:02 +08:00
|
|
|
- Don't call LsaLookupSids to fetch group information and don't perform RFC2307
|
|
|
|
owner/group mapping on Samba/NFS if account info is only fetched from local
|
|
|
|
passwd/group files.
|
2015-08-15 03:41:37 +08:00
|
|
|
Addresses: https://cygwin.com/ml/cygwin/2015-07/msg00270.html
|
2015-08-15 18:30:09 +08:00
|
|
|
|
|
|
|
- Precautionally fix a potential data corruption problem in pipe I/O, only
|
|
|
|
actually observered in Wine yet. However, MSDN language indicates this
|
|
|
|
might be a problem on real Windows as well.
|
2015-08-15 19:32:31 +08:00
|
|
|
Addresses: https://cygwin.com/ml/cygwin/2015-08/msg00225.html
|
2015-08-18 17:09:25 +08:00
|
|
|
|
|
|
|
- Include <sys/ucontext.h> from <sys/signal.h> if compiling for POSIX.1-2008.
|
|
|
|
Addresses: https://cygwin.com/ml/cygwin/2015-08/msg00266.html
|
2015-08-18 19:12:07 +08:00
|
|
|
|
|
|
|
- getservent(3) returned the port number in host byte order. Change that to
|
|
|
|
network byte order as required.
|
|
|
|
Addresses: https://cygwin.com/ml/cygwin/2015-08/msg00301.html
|