diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-12-18 16:54:02 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-12-18 16:54:02 (GMT) |
commit | 884d07535512a1ff4caf522b42352ad5f4072c94 (patch) | |
tree | d22618690c398d8f34c07108389ddc07073f8490 /release_docs | |
parent | cb01a66991bd10ce06a75899bd5503067cb25ace (diff) | |
download | hdf5-884d07535512a1ff4caf522b42352ad5f4072c94.zip hdf5-884d07535512a1ff4caf522b42352ad5f4072c94.tar.gz hdf5-884d07535512a1ff4caf522b42352ad5f4072c94.tar.bz2 |
HDFFV-10307
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 506008a..720ee33 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 |