summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2012-03-27 21:03:30 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2012-03-27 21:03:30 (GMT)
commit003c646faa98fa635c32fed2c9f955483f9b1997 (patch)
tree408b3cd4e4440bbf7f119bd590c53dbfb00442ed /release_docs
parentcfcaf10f26844577cd7bd6b2d29eb1c277d9890f (diff)
downloadhdf5-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.txt8
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
----------------