diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2012-03-27 21:03:30 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2012-03-27 21:03:30 (GMT) |
commit | 003c646faa98fa635c32fed2c9f955483f9b1997 (patch) | |
tree | 408b3cd4e4440bbf7f119bd590c53dbfb00442ed /release_docs | |
parent | cfcaf10f26844577cd7bd6b2d29eb1c277d9890f (diff) | |
download | hdf5-003c646faa98fa635c32fed2c9f955483f9b1997.zip hdf5-003c646faa98fa635c32fed2c9f955483f9b1997.tar.gz hdf5-003c646faa98fa635c32fed2c9f955483f9b1997.tar.bz2 |
[svn-r22159] Propagated Windows and POSIX correctness fixes from the SEC2 VFD to the core VFD. This mainly affects backing store I/O and fixes a bug on Windows where files > 2 GB could not be opened.
Fixes/completes:
HDFFV-7603 (Can't open files > 2 GB on Windows)
HDFFV-7916 (Windows/POSIX correctness fixes)
Tested on:
jam, ostrich, koala, loyalty, 64-bit Mac OS-X Lion, 64-bit Windows 7
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index ea7ecec..e83d2fb 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -150,8 +150,12 @@ Bug Fixes since HDF5-1.8.8 - The istore test will now skip the sparse 50x50x50 test when the VFD does not support sparse files on that platform. The most important platforms on which this will be skipped are Windows (NTFS sparse files are not - supported) and Mac OS-X (HFS sparse files are not supported). This fixes - CTest timeout issues on Windows. (DER - 2012/3/27, HDFFV-7769) + supported) and Mac OS-X (HFS sparse files are not supported). This + fixes CTest timeout issues on Windows. (DER - 2012/3/27, HDFFV-7769) + - Windows and POSIX correctness changes have been propagated from the SEC2 + VFD to the core VFD. This mainly affects file operations on the + driver's backing store and fixes a problem on Windows where large files + could not be read. (DER - 2012/3/27, HDFFV-7916, HDFFV-7603) Parallel Library ---------------- |