summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Evans <evan@hdfgroup.org>2016-03-23 13:21:08 (GMT)
committerMark Evans <evan@hdfgroup.org>2016-03-23 13:21:08 (GMT)
commit0b4a9dcbfaf63edef0ce391091a281a778035230 (patch)
treea9c9b9c7cd6a90cdfbf3ca276cd3f31d8e2562f3
parent5191b25c4e5f609bbed346fae1dc490d235e60df (diff)
downloadhdf5-0b4a9dcbfaf63edef0ce391091a281a778035230.zip
hdf5-0b4a9dcbfaf63edef0ce391091a281a778035230.tar.gz
hdf5-0b4a9dcbfaf63edef0ce391091a281a778035230.tar.bz2
[svn-r29529] Fixed some typos.
-rw-r--r--release_docs/RELEASE.txt16
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)