1- Copyright (c) 2015-2017 Intel, Inc. All rights reserved.
1+ Copyright (c) 2015-2018 Intel, Inc. All rights reserved.
22Copyright (c) 2017 IBM Corporation. All rights reserved.
33$COPYRIGHT$
44
@@ -20,6 +20,43 @@ other, a single NEWS-worthy item might apply to different series. For
2020example, 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
23+ 2.0.3 -- 23 Feb 2018
24+ ----------------------
25+ **** NOTE: PMIx_Get in PMIx v2.x will fail when requesting information
26+ **** on any process whose nspace has not yet been registered with the
27+ **** PMIx server
28+ - Fix event notification so all sides of multi-library get notified
29+ of other library's existence
30+ - Update syslog protection to support Mac High Sierra OS
31+ - Remove usock component - unable to support v1.x clients due
32+ to datatype differences
33+ - Cleanup security handshake
34+ - Cleanup separation of PMI-1/2 libraries and PMIx symbols
35+ - Protect against overly-large messages
36+ - Update data buffer APIs to support cross-version operations
37+ - Protect receive callbacks from NULL and/or empty buffers as this
38+ can occur when the peer on a connection disappears.
39+ - Fix tool connection search so it properly descends into the directory
40+ tree while searching for the server's contact file.
41+ - Fix store_local so it doesn't reject a new nspace as that can happen
42+ when working with tools
43+ - Ensure we always complete PMIx_Finalize - don't return if something
44+ goes wrong in the middle of the procedure
45+ - Fix several tool connection issues
46+ - Fix a mismatch in data type on an MCA param
47+
48+
49+ 2.0.2 -- 19 Oct 2017
50+ ----------------------
51+ - Update RPM spec file (rpmbuild -ta, and --rebuild fixes) (PR #523)
52+ - Support singletons in PMI-1/PMI-2 (PR #537)
53+ - Provide missing implementation support for arrays of pmix_value_t's (PR #531)
54+ - Remove unsupported assembly code for MIPS and ARM processors
55+ prior to v6 (PR #547)
56+ - Fix path separator for PMIx configuration files (PR #547)
57+ - Add configure option to enable/disable the default value for the
58+ show-load-errors MCA param (PR #547)
59+
2360
24612.0.1 -- 24 Aug. 2017
2562----------------------
@@ -90,6 +127,15 @@ current release as well as the "stable" bug fix release branch.
90127 and to themselves
91128
92129
130+ 1.2.4 -- 13 Oct. 2017
131+ ----------------------
132+ - Silence some unnecessary warning messages (PR #487)
133+ - Coverity fix - TOCTOU (PR #465)
134+ - automake 1.13 configure fix (PR #486)
135+ - Update RPM spec file (rpmbuild -ta, and --rebuild fixes) (PR #523)
136+ - Support singletons in PMI-1/PMI-2 (PR #537)
137+
138+
931391.2.3 -- 24 Aug. 2017
94140----------------------
95141- Resolve visibility issues for public APIs (PR #451)
0 commit comments