Skip to content

Commit

Permalink
Merge pull request #5724 from raffenet/3.4.3-release-info
Browse files Browse the repository at this point in the history
Update release info for 3.4.3

Approved-by: Yanfei Guo <yguo@anl.gov>
Approved-by: Hui Zhou <hzhou321@anl.gov>
  • Loading branch information
raffenet committed Dec 16, 2021
2 parents 847a4ce + 8ef3aa4 commit 7aeecca
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 2 deletions.
30 changes: 30 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
===============================================================================
Changes in 3.4.3
===============================================================================

# Fix bugs in GPFS ROMIO driver

# Fix bugs in DAOS ROMIO driver

# Fix nemesis shm bug on systems with weak memory consistency

# Fix progress issue in ch4:ucx finalize

# Fix nonblocking collective issue during finalize

# Fix UBSan warnings in 32-bit builds

# Fix predefined datatype handle leaks

# Fix bug in topology-aware communicator creation

# Fix Slurm nodelist parsing

# Fix testcase for out-of-tree configuration

# Fix truncation testcase for possible disconnection error

# Hydra help message improvements

# Add support for DAOS pool and container labels

===============================================================================
Changes in 3.4.2
===============================================================================
Expand Down
4 changes: 2 additions & 2 deletions maint/version.m4
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# changing this by playing with diversions, but then we would probably be
# playing with autotools-fire.

m4_define([MPICH_VERSION_m4],[3.4.2])dnl
m4_define([MPICH_VERSION_m4],[3.4.3])dnl
m4_define([MPICH_RELEASE_DATE_m4],[unreleased development copy])dnl

# For libtool ABI versioning rules see:
Expand All @@ -35,6 +35,6 @@ m4_define([MPICH_RELEASE_DATE_m4],[unreleased development copy])dnl
# libmpi so version only includes functionality defined in the MPI
# standard, and does not include MPIX_ functions and C++ bindings.

m4_define([libmpi_so_version_m4],[13:11:1])dnl
m4_define([libmpi_so_version_m4],[13:12:1])dnl

[#] end of __file__

0 comments on commit 7aeecca

Please sign in to comment.