11Copyright (c) 2015-2019 Intel, Inc. All rights reserved.
2- Copyright (c) 2017 IBM Corporation. All rights reserved.
2+ Copyright (c) 2017-2019 IBM Corporation. All rights reserved.
33$COPYRIGHT$
44
55Additional copyrights may follow
@@ -21,6 +21,51 @@ example, a bug might be fixed in the master, and then moved to
2121multiple release branches.
2222
2323
24+ 3.1.3 -- TBD
25+ ----------------------
26+ - PR #1096: Restore PMIX_NUM_SLOTS for backward compatibility
27+ - PR #1106: Automatically generate PMIX_NUMERIC_VERSION
28+ - PR #1143: Fix tool connection handshake for tools that are registered
29+ clients
30+ - PR #1163: Fix a compiler warning in atomics on POWER arch
31+ - PR #1162: Fix race condition when clients fail while in a PMIx
32+ collective operation
33+ - PR #1166: Fix a regression in spinlock atomics
34+ - PR #1159: Fix missing pointer update when shared memory segment
35+ was re-attached
36+ - PR #1180: Remove dependency on C++ compiler for thread detection
37+ - PR #1180: Add detection for Flex when building in non-tarball situations
38+ - PR #1165: Add dependency on libevent-devel to rpm spec file
39+ - PR #1188: Link libpmix.so to MCA component libraries
40+ - PR #1194: Ensure any cached notifications arrive after registration completes
41+ - PR #1205: Add "make check" support
42+ - PR #1209: Update configure logic for clock_gettime
43+ - PR #1213/#1217/#1221: Add configure option "--enable-nonglobal-dlopen"
44+ If the MCA component libraries should link back to libpmix.so
45+ - PR #1231: SPEC: Allow splitting PMIx in pmix and pmix-libpmi packages
46+ - PR #1222: Fix case of multiple launcher calls in job script
47+ - PR #1237: Avoid double-free of collective tracker
48+ - PR #1237: Ensure all participants are notified of fence complete
49+ - PR #1237: Ensure all participants are notified of connect and disconnect complete
50+ - PR #1250: Fix PMIx_server_finalize hang (rare)
51+ - PR #1271: PTL/usock doesn't support tools
52+ - PR #1280: Fix the PTL connection establishment protocol
53+ - PR #1280: Fix tool connection in psec/handshake mode
54+ - PR #1289: Avoid output_verbose overhead when it won't print
55+ - PR #1296: Allow setup_fork to proceed even if gdds and pnet don't contribute
56+ - PR #1296: Allow servers to pass NULL module
57+ - PR #1297: Provide internal blocking ability to the register/deregister fns
58+ - PR #1298: Add dummy handshake component to psec framework for testing
59+ - PR #1303: Allow jobs to not specify proc-level info
60+ - PR #1304: Provide proc data in cases where host does not
61+ - PR #1305: Add some more values that can be computed
62+ - PR #1308: Add missing tool rendezvous file
63+ - PR #1309: Fix potential integer overflow in regex
64+ - PR #1311: Work around memory bug in older gcc compilers
65+ - PR #1321: Provide memory op hooks in user-facing macros
66+ - PR #1329: Add -fPIC to static builds
67+
68+
24693.1.2 -- 24 Jan 2019
2570----------------------
2671 - Fix a bug in macro identifying system events
0 commit comments