@@ -21,12 +21,19 @@ 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- Master (not on release branches yet)
25- ------------------------------------
24+ 2.0.1 -- 24 Aug. 2017
25+ ----------------------
26+ - Protect PMIX_INFO_FREE macro from NULL data arrays
27+ - Added attributes to support HWLOC shared memory regions
28+ - Fixed several syntax errors in configure code
29+ - Fixed several visibility errors
30+ - Correctly return status from PMIx_Fence operation
31+ - Restore tool connection support and implement search
32+   operations to discover rendezvous files
2633
2734
28- 2.0.0
29- ------
35+ 2.0.0 -- 22 Jun 2017 
36+ ---------------------- 
3037**** NOTE: This release implements the complete PMIX v2.0 Standard
3138**** and therefore includes a number of new APIs and features. These
3239**** can be tracked by their RFC's in the RFC repository at:
@@ -83,6 +90,19 @@ Master (not on release branches yet)
8390  and to themselves
8491
8592
93+ 1.2.3 -- 24 Aug. 2017
94+ ----------------------
95+ - Resolve visibility issues for public APIs (PR #451)
96+ - Atomics update - remove custom ASM atomics (PR #458)
97+ - Fix job-fence test (PR #423)
98+ - Replace stale PMIX_DECLSPEC with PMIX_EXPORT (PR #448)
99+ - Memory barrier fixes for thread shifting (PR #387)
100+ - Fix race condition in dmodex (PR #346)
101+ - Allow disable backward compatability for PMI-1/2 (PR #350)
102+ - Fix segv in PMIx_server_deregister_nspace (PR #343)
103+ - Fix possible hang in PMIx_Abort (PR #339)
104+ 
105+ 
861061.2.2 -- 21 March 2017
87107----------------------
88108- Compiler fix for Sun/Oracle CC (PR #322)
0 commit comments