summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorJordan Henderson <jhenderson@hdfgroup.org>2018-08-09 16:38:23 (GMT)
committerJordan Henderson <jhenderson@hdfgroup.org>2018-08-09 16:38:23 (GMT)
commit4f4f177b0af6063c0c22ec2e1a9ca99549bc8aac (patch)
tree9913b569b932c76748fcefeb5cd294589454a023 /release_docs/RELEASE.txt
parentf82395f2dbff26a7fef8bc2da5a41b0f87511662 (diff)
downloadhdf5-4f4f177b0af6063c0c22ec2e1a9ca99549bc8aac.zip
hdf5-4f4f177b0af6063c0c22ec2e1a9ca99549bc8aac.tar.gz
hdf5-4f4f177b0af6063c0c22ec2e1a9ca99549bc8aac.tar.bz2
Rearrange issues by date order
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt43
1 files changed, 21 insertions, 22 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 5af77f5..96a91b1 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -47,16 +47,7 @@ New Features
Configuration:
-------------
- - Add option to execute swmr shell scripts from CMake.
-
- Option TEST_SHELL_SCRIPTS redirects processing into a
- separate ShellTests.cmake file for UNIX types. The tests
- execute the shell scripts if a SH program is found.
-
- (ADB - 2018/07/16)
-
- - Added checks to CMake and Autotools for the following
- MPI functions:
+ - Added configuration checks for the following MPI functions:
MPI_Mprobe - Used for the Parallel Compression feature
MPI_Imrecv - Used for the Parallel Compression feature
@@ -72,6 +63,14 @@ New Features
(JTH - 2018/08/02, HDFFV-10512)
+ - Add option to execute swmr shell scripts from CMake.
+
+ Option TEST_SHELL_SCRIPTS redirects processing into a
+ separate ShellTests.cmake file for UNIX types. The tests
+ execute the shell scripts if a SH program is found.
+
+ (ADB - 2018/07/16)
+
Library:
--------
-
@@ -194,6 +193,18 @@ Bug Fixes since HDF5-1.10.2 release
(ADB - 2018/08/06, HDFFV-10544)
+ - Added checks of the defined MPI_VERSION to guard against usage of
+ MPI-3 functions in the Parallel Compression and "big Parallel I/O"
+ features when HDF5 is built with MPI-2. Previously, the configure
+ step would pass but the build itself would fail when it could not
+ locate the MPI-3 functions used.
+
+ As a result of these new checks, HDF5 can again be built with MPI-2,
+ but the Parallel Compression feature will be disabled as it relies
+ on the MPI-3 functions used.
+
+ (JTH - 2018/08/02, HDFFV-10512)
+
- H5Adelete
H5Adelete failed when deleting the last "large" attribute that
@@ -243,18 +254,6 @@ Bug Fixes since HDF5-1.10.2 release
(JTH - 2018/07/16, HDFFV-10467)
- - Added checks of the defined MPI_VERSION to guard against usage of
- MPI-3 functions in the Parallel Compression and "big Parallel I/O"
- features when HDF5 is built with MPI-2. Previously, the configure
- step would pass but the build itself would fail when it could not
- locate the MPI-3 functions used.
-
- As a result of these new checks, HDF5 can again be built with MPI-2,
- but the Parallel Compression feature will be disabled as it relies
- on the MPI-3 functions used.
-
- (JTH - 2018/08/02, HDFFV-10512)
-
- Error checks in h5stat and when decoding messages
h5stat exited with seg fault/core dumped when