summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-12-20 20:02:46 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-12-20 20:02:46 (GMT)
commitf0dc7368d44a20a57888bfdc64fb6f070bbdf327 (patch)
tree95592b2e472257f75099a7fad4acac78246c674a /release_docs/RELEASE.txt
parent405ca39066fedf967f41e149d6a7f585c733e0e0 (diff)
parenta17349a872f1c5b3457a8777e8f67a00587769e2 (diff)
downloadhdf5-f0dc7368d44a20a57888bfdc64fb6f070bbdf327.zip
hdf5-f0dc7368d44a20a57888bfdc64fb6f070bbdf327.tar.gz
hdf5-f0dc7368d44a20a57888bfdc64fb6f070bbdf327.tar.bz2
Merge pull request #829 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10
* commit 'a17349a872f1c5b3457a8777e8f67a00587769e2': Reworked MPI includes to be used as default with parallel Update MPI commands Fix fortran includes HDFFV-10307 Add HD prefix HDFFV-10307 HDFFV-10307 Add toupper function Change reference from dl to CMake variable H5detect and H5make_libsettings need include folder
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 39286fc..fb61a76 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -231,6 +231,12 @@ Bug Fixes since HDF5-1.10.1 release
Library
-------
+ - Utility function can not handle lowercase Windows drive letters
+
+ Added call to toupper function for drive letter.
+
+ (ADB - 2017/12/18, HDFFV-10307)
+
- filter plugin handling in H5PL.c and H5Z.c
It was discovered that the dynamic loading process used by
@@ -361,7 +367,7 @@ Bug Fixes since HDF5-1.10.1 release
CMake implementation for MPI was problematic and would create incorrect
MPI library references in the hdf5 libraries.
- Reworked the CMake MPI code to properly create CMake targets.Also merged
+ Reworked the CMake MPI code to properly create CMake targets. Also merged
the latest CMake FindMPI.cmake changes to the local copy. This is necessary
until HDF changes the CMake minimum to 3.9 or greater.