1
- Copyright (c) 2015-2018 Intel, Inc. All rights reserved.
1
+ Copyright (c) 2015-2019 Intel, Inc. All rights reserved.
2
2
Copyright (c) 2017 IBM Corporation. All rights reserved.
3
3
$COPYRIGHT$
4
4
@@ -17,8 +17,61 @@ the README file, PMIx typically maintains two separate version
17
17
series simultaneously - the current release and one that is locked
18
18
to only bug fixes. Since these series are semi-independent of each
19
19
other, a single NEWS-worthy item might apply to different series. For
20
- example, a bug might be fixed in the master, and then moved to the
21
- current release as well as the "stable" bug fix release branch.
20
+ example, a bug might be fixed in the master, and then moved to
21
+ multiple release branches.
22
+
23
+
24
+ 3.1.2 -- 24 Jan 2019
25
+ ----------------------
26
+ - Fix a bug in macro identifying system events
27
+ - Restore some non-standard macros to the pmix_extend.h
28
+ header - these are considered "deprecated" and will be
29
+ removed from public-facing headers in future releases
30
+
31
+
32
+ 3.1.1 -- 18 Jan 2019
33
+ ----------------------
34
+ - Fix a bug in registration of default event handlers
35
+ that somehow slipped thru testing
36
+
37
+
38
+ 3.1.0 -- 17 Jan 2019
39
+ ----------------------
40
+ **** THIS RELEASE MARKS THE STARTING POINT FOR FULL COMPLIANCE
41
+ **** WITH THE PMIX v3 STANDARD. ALL API BEHAVIORS AND ATTRIBUTE
42
+ **** DEFINITIONS MEET THE v3 STANDARD SPECIFICATIONS.
43
+ - Add a new, faster dstore GDS component 'ds21'
44
+ - Performance optimizations for the dstore GDS components.
45
+ - Plug miscellaneous memory leaks
46
+ - Silence an unnecessary warning message when checking connection
47
+ to a non-supporting server
48
+ - Ensure lost-connection events get delivered to default event
49
+ handlers
50
+ - Correctly handle cache refresh for queries
51
+ - Protect against race conditions between host and internal library
52
+ when dealing with async requests
53
+ - Cleanup tool operations and add support for connections to
54
+ remote servers. Initial support for debugger direct/indirect
55
+ launch verified with PRRTE. Cleanup setting of tmpdir options.
56
+ Drop rendezvous files when acting as a launcher
57
+ - Automatically store the server URI for easy access by client
58
+ - Provide MCA parameter to control TCP connect retry/timeout
59
+ - Update event notification system to properly evict oldest events
60
+ when more space is needed
61
+ - Fix a number of error paths
62
+ - Update IOF cache code to properly drop oldest message. Provide
63
+ MCA parameter for setting cache size.
64
+ - Handle setsockopt(SO_RCVTIMEO) not being supported
65
+ - Ensure that epilogs get run even when connections unexpectedly
66
+ terminate. Properly split epilog strings to process multiple
67
+ paths
68
+ - Pass the tool's command line to the server so it can be returned
69
+ in queries
70
+ - Add support for C11 atomics
71
+ - Support collection and forwarding of fabric-specific envars
72
+ - Improve handling of hwloc configure option
73
+ - Fix PMIx_server_generate_regex to preserve node ordering
74
+ - Fix a bug when registering default event handlers
22
75
23
76
24
77
3.0.2 -- 18 Sept 2018
@@ -89,6 +142,46 @@ current release as well as the "stable" bug fix release branch.
89
142
- Fix several memory and file descriptor leaks
90
143
91
144
145
+ 2.2.2 -- 24 Jan 2019
146
+ ----------------------
147
+ - Fix a bug in macro identifying system events
148
+
149
+
150
+ 2.2.1 -- 18 Jan 2019
151
+ ----------------------
152
+ - Fix a bug in registration of default event handlers
153
+ that somehow slipped thru testing
154
+
155
+
156
+ 2.2.0 -- 17 Jan 2019
157
+ ----------------------
158
+ **** THIS RELEASE MARKS THE STARTING POINT FOR FULL COMPLIANCE
159
+ **** WITH THE PMIX v2.2 STANDARD. ALL API BEHAVIORS AND ATTRIBUTE
160
+ **** DEFINITIONS MEET THE v2.2 STANDARD SPECIFICATIONS.
161
+ - Add a new, faster dstore GDS component 'ds21'
162
+ - Performance optimizations for the dstore GDS components.
163
+ - Plug miscellaneous memory leaks
164
+ - Silence an unnecessary warning message when checking connection
165
+ to a non-supporting server
166
+ - Ensure lost-connection events get delivered to default event
167
+ handlers
168
+ - Correctly handle cache refresh for queries
169
+ - Protect against race conditions between host and internal library
170
+ when dealing with async requests
171
+ - Cleanup tool operations and add support for connections to
172
+ remote servers.
173
+ - Automatically store the server URI for easy access by client
174
+ - Provide MCA parameter to control TCP connect retry/timeout
175
+ - Update event notification system to properly evict oldest events
176
+ when more space is needed
177
+ - Fix a number of error paths
178
+ - Handle setsockopt(SO_RCVTIMEO) not being supported
179
+ - Pass the tool's command line to the server so it can be returned
180
+ in queries
181
+ - Add support for C11 atomics
182
+ - Fix a bug when registering default event handlers
183
+
184
+
92
185
2.1.4 -- 18 Sep 2018
93
186
----------------------
94
187
- Updated configury to silence warnings on older compilers
0 commit comments