1- Copyright (c) 2015-2018 Intel, Inc. All rights reserved.
2- Copyright (c) 2017 IBM Corporation. All rights reserved.
1+ Copyright (c) 2015-2019 Intel, Inc. All rights reserved.
2+ Copyright (c) 2017-2018 IBM Corporation. All rights reserved.
33$COPYRIGHT$
44
55Additional copyrights may follow
@@ -21,6 +21,80 @@ example, a bug might be fixed in the master, and then moved to the
2121current release as well as the "stable" bug fix release branch.
2222
2323
24+ 2.2.3 -- TBD
25+ ----------------------
26+ - PR #1162: Fix race condition when clients fail while in a PMIx
27+ collective operation
28+ - PR #1163: Fix a compiler warning in atomics on POWER arch
29+ - PR #1165: Add BuildRequires: libevent-devel to spec file
30+ - PR #1180: Remove dependency on C++ compiler for thread detection
31+ - PR #1180: Add detection for Flex when building in non-tarball situations
32+ - PR #1182: configury: use PMIX_ENABLE_DLOPEN_SUPPORT instead of enable_dlopen
33+ - PR #1188: Link libpmix.so to MCA component libraries
34+ - PR #1190: Ensure any cached notifications arrive after reg completes
35+ - PR #1194: Ensure any cached notifications arrive after registration completes
36+ - PR #1209: Update configure logic for clock_gettime
37+ - PR #1213/#1217/#1221: Add configure option "--enable-nonglobal-dlopen"
38+ If the MCA component libraries should link back to libpmix.so
39+ - PR #1231: SPEC: Allow splitting PMIx in pmix and pmix-libpmi packages
40+ - PR #1253: Preserve user-provided CFLAGS to protect autotools
41+ - PR #1267: Correct dmodex example
42+ - PR #1275: IPv6 IF Read: Buffer Overflow
43+ - PR #1295: Fix comment: IPv6 IF_NAMESIZE
44+ - PR #1296: Allow setup_fork to proceed even if gdds and pnet don't contribute
45+ - PR #1296: Allow servers to pass NULL module
46+ - PR #1297: Provide internal blocking ability to the register/deregister fns
47+ - PR #1298: Add dummy handshake component to psec framework for testing
48+ - PR #1303: Allow jobs to not specify proc-level info
49+ - PR #1304: Provide proc data in cases where host does not
50+ - PR #1305: Add some more values that can be computed
51+ - PR #1308: Add missing tool rendezvous file
52+ - PR #1309: Fix potential integer overflow in regex
53+ - PR #1311: Work around memory bug in older gcc compilers
54+ - PR #1329: Add -fPIC to static builds
55+ - PR #1334: Cache only -W CFLAG entries to fix 32-bit builds
56+
57+
58+ 2.2.2 -- 24 Jan 2019
59+ ----------------------
60+ - Fix a bug in macro identifying system events
61+
62+
63+ 2.2.1 -- 18 Jan 2019
64+ ----------------------
65+ - Fix a bug in registration of default event handlers
66+ that somehow slipped thru testing
67+
68+
69+ 2.2.0 -- 17 Jan 2019
70+ ----------------------
71+ **** THIS RELEASE MARKS THE STARTING POINT FOR FULL COMPLIANCE
72+ **** WITH THE PMIX v2.2 STANDARD. ALL API BEHAVIORS AND ATTRIBUTE
73+ **** DEFINITIONS MEET THE v2.2 STANDARD SPECIFICATIONS.
74+ - Add a new, faster dstore GDS component 'ds21'
75+ - Performance optimizations for the dstore GDS components.
76+ - Plug miscellaneous memory leaks
77+ - Silence an unnecessary warning message when checking connection
78+ to a non-supporting server
79+ - Ensure lost-connection events get delivered to default event
80+ handlers
81+ - Correctly handle cache refresh for queries
82+ - Protect against race conditions between host and internal library
83+ when dealing with async requests
84+ - Cleanup tool operations and add support for connections to
85+ remote servers.
86+ - Automatically store the server URI for easy access by client
87+ - Provide MCA parameter to control TCP connect retry/timeout
88+ - Update event notification system to properly evict oldest events
89+ when more space is needed
90+ - Fix a number of error paths
91+ - Handle setsockopt(SO_RCVTIMEO) not being supported
92+ - Pass the tool's command line to the server so it can be returned
93+ in queries
94+ - Add support for C11 atomics
95+ - Fix a bug when registering default event handlers
96+
97+
24982.1.4 -- 18 Sep 2018
2599----------------------
26100- Updated configury to silence warnings on older compilers
0 commit comments