diff options
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 39ffadb..ac504ce 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -588,30 +588,30 @@ known issues if it is a new issue. a test for verifying the content of the error stack to stdout is in a different order on Solaris then other platforms. Use make -i option to test beyond the java/test folder. - (ADB - 2016/03/22 - HDFFV-9734) + (ADB - 2016/03/22, HDFFV-9734) - The flush/refresh test occasionally fails on OS X platforms. This is being investigated and may be a problem with SWMR on HFS+. - (DER - 2016/03/22 - HDFFV-9731) + (DER - 2016/03/22, HDFFV-9731) - The VDS/SWMR test will fail with a segmentation fault if the library is built with --enable-using-memchecker. - (DER - 2016/03/21 - HDFFV-9732) + (DER - 2016/03/21, HDFFV-9732) - SWMR feature The SWMR feature will only work if an HDF5 file under SWMR access resides on a file system that obeys POSIX write() ordering semantics. Because of - this, SWMR will not work on network file systems (e.g., NFS, SMB/Windows - file shares), since those systems do not guarantee write odering. SWMR + this, SWMR will not work on network file systems such as NFS or SMB/Windows + file shares since those systems do not guarantee write odering. SWMR regression tests are likely to fail if run on a network file system. SWMR is currently not tested on Windows though it can be tested manually - (some of the SWMR test programs are built by CMake) and there are no + (some of the SWMR test programs are built by CMake), and there are no obvious reasons for it to not work on NTFS or GPFS. - (EIP - 2016/03/20 - HDFFV-9733) + (EIP - 2016/03/20, HDFFV-9733) - VDS feature Currently, the path to a VDS source file is interpreted as relative to the directory where the executable program runs and not to the HDF5 file with the VDS dataset unless a full path to the source file is specified during the mapping. - (EIP - 2016/03/20 - HDFFV-9724) + (EIP - 2016/03/20, HDFFV-9724) |