summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/release/2.2.1
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/release/2.2.1')
-rw-r--r--winsup/cygwin/release/2.2.110
1 files changed, 6 insertions, 4 deletions
diff --git a/winsup/cygwin/release/2.2.1 b/winsup/cygwin/release/2.2.1
index 3a6da3a41..d8453d3a3 100644
--- a/winsup/cygwin/release/2.2.1
+++ b/winsup/cygwin/release/2.2.1
@@ -5,11 +5,13 @@ What's new:
What changed:
-------------
-- 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.
-
Bug Fixes
---------
+- 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.
+
+- 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.