Skip to content

Commit 7937bef

Browse files
committed
NEWS: bring 1.11.6 bullets in master
Signed-off-by: Brice Goglin <[email protected]>
1 parent 690a672 commit 7937bef

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

NEWS

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Copyright © 2009 CNRS
2-
Copyright © 2009-2016 Inria. All rights reserved.
2+
Copyright © 2009-2017 Inria. All rights reserved.
33
Copyright © 2009-2013 Université Bordeaux
44
Copyright © 2009-2011 Cisco Systems, Inc. All rights reserved.
55

@@ -127,6 +127,23 @@ Version 2.0.0
127127
+ Remove the dependency on libnuma on Linux.
128128

129129

130+
Version 1.11.6
131+
--------------
132+
* Make the Linux discovery about twice faster, especially on the CPU side,
133+
by trying to avoid sysfs file accesses as much as possible.
134+
* Add support for AMD Family 17h processors (Zen) SMT cores in the Linux
135+
and x86 backends.
136+
* Add the HWLOC_TOPOLOGY_FLAG_THISSYSTEM_ALLOWED_RESOURCES flag (and the
137+
HWLOC_THISSYSTEM_ALLOWED_RESOURCES environment variable) for reading the
138+
set of allowed resources from the local operating system even if the
139+
topology was loaded from XML or synthetic.
140+
* Fix hwloc_bitmap_set/clr_range() for infinite ranges that do not
141+
overlap currently defined ranges in the bitmap.
142+
* Don't reset the lstopo zoom scale when moving the X11 window.
143+
* lstopo now has --flags for manually setting topology flags.
144+
* hwloc_get_depth_type() returns HWLOC_TYPE_DEPTH_UNKNOWN for Misc objects.
145+
146+
130147
Version 1.11.5
131148
--------------
132149
* Add support for Knights Mill Xeon Phi, thanks to Piotr Luc for the patch.

0 commit comments

Comments
 (0)