diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-03-07 17:41:49 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-03-07 17:41:55 (GMT) |
commit | 36bf5edfc91777891d041939d697fa130cc779a4 (patch) | |
tree | d0b3cf27781d8c84d9e34dcb1e456f854be154a3 /release_docs | |
parent | 6fb3962d9ad342f22f1c87818b895351cf16bb50 (diff) | |
download | hdf5-36bf5edfc91777891d041939d697fa130cc779a4.zip hdf5-36bf5edfc91777891d041939d697fa130cc779a4.tar.gz hdf5-36bf5edfc91777891d041939d697fa130cc779a4.tar.bz2 |
Add missing note
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 6df26d7..6f16aa2 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -201,6 +201,12 @@ Bug Fixes since HDF5-1.10.1 release parallel library. (ADB - 2018/03/6, HDFFV-10414) + - 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 |