diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-03-14 20:11:38 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-03-14 20:11:38 (GMT) |
commit | 970857cc91cb82573110fe989053a334bcfb4c89 (patch) | |
tree | 1ae6242288ce2c7cac5e7b6562b3dbf3c8c4c739 | |
parent | 34de732e3e59523aed067e3d26d854a5d0d60ed5 (diff) | |
download | hdf5-970857cc91cb82573110fe989053a334bcfb4c89.zip hdf5-970857cc91cb82573110fe989053a334bcfb4c89.tar.gz hdf5-970857cc91cb82573110fe989053a334bcfb4c89.tar.bz2 |
Remove duplication
-rw-r--r-- | release_docs/RELEASE.txt | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 970b4c7..0100f8e 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -374,18 +374,6 @@ Bug Fixes since HDF5-1.10.1 release (VC - 2017/11/28, HDFFV-9947) - - H5Pset_evict_on_close in H5Pfapl.c - - Changed the minor error number from H5E_CANTSET to H5E_UNSUPPORTED for - 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 @@ -910,8 +898,8 @@ Bug Fixes since HDF5-1.10.1 release Testing ------- - - Memory for three variables in testphdf5's coll_write_test was malloced - but not freed, leaking memory when running the test. The variables' + - Memory for three variables in testphdf5's coll_write_test was malloced + but not freed, leaking memory when running the test. The variables' memory is now freed. (LRK - 2018/03/12, HDFFV-10397) |