diff options
author | Richard Warren <Richard.Warren@hdfgroup.org> | 2017-12-01 13:38:10 (GMT) |
---|---|---|
committer | Richard Warren <Richard.Warren@hdfgroup.org> | 2017-12-01 13:38:10 (GMT) |
commit | 2e11a4f5ae4aafeebaaa17455c567a41711efdc8 (patch) | |
tree | 123b891d89c7fe403ff5b20d4355a82b08c85669 /release_docs | |
parent | 585cf69c56ea3411c0e661ad71b208ecac7732a7 (diff) | |
download | hdf5-2e11a4f5ae4aafeebaaa17455c567a41711efdc8.zip hdf5-2e11a4f5ae4aafeebaaa17455c567a41711efdc8.tar.gz hdf5-2e11a4f5ae4aafeebaaa17455c567a41711efdc8.tar.bz2 |
Updated RELEASE.txt to include note on bug fix for HDFFV-10272, LBNL-ECP(10334)
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index e8a551f..12ae8fe 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -331,6 +331,17 @@ Bug Fixes since HDF5-1.10.1 release (DER - 2017/11/21, HDFFV-10330) + - Fix for collective metadata writes on file close + + It was discovered that metadata was being written twice as part of + the parallel file close behavior, once independently and once + collectively. + + A fix for this error was included as part of the parallel compression + feature but remained undocumented here. + + (RAW - 2017/12/01, HDFFV-10272) + Configuration ------------- - cmake |