diff options
author | Songyu Lu <songyulu@hdfgroup.org> | 2019-03-04 22:09:26 (GMT) |
---|---|---|
committer | Songyu Lu <songyulu@hdfgroup.org> | 2019-03-04 22:09:26 (GMT) |
commit | 35b6085c6058ea31182fe4f4dc2ae6f8195d63c9 (patch) | |
tree | e7a8cdbfa17acd5564af064099b24ba3df89dc7c | |
parent | 8a864f91eba77c9ca24c7efc5d9b4477fd26c77c (diff) | |
download | hdf5-35b6085c6058ea31182fe4f4dc2ae6f8195d63c9.zip hdf5-35b6085c6058ea31182fe4f4dc2ae6f8195d63c9.tar.gz hdf5-35b6085c6058ea31182fe4f4dc2ae6f8195d63c9.tar.bz2 |
HDFFV-10705: added a release note.
-rw-r--r-- | release_docs/RELEASE.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index baa0456..965b98d 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -327,6 +327,13 @@ Bug Fixes since HDF5-1.10.4 release Library ------- + - Fixed memory leak in scale offset filter + + The data buffer was not freed in a special case like the general case. + It caused the memory usage to grow. + + (RL - 2019/3/4, HDFFV-10705) + - Fix hangs with collective metadata reads during chunked dataset I/O In the parallel library, it was discovered that when a particular |