diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2007-04-05 20:34:51 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2007-04-05 20:34:51 (GMT) |
commit | 400f6742846ef5e5a6b045d8d1504c3e9f4c449b (patch) | |
tree | d6e172c6d227fa8eefe91029e25da931b9071f92 /release_docs | |
parent | 31ca50ac3aa47cd19a84a38631f6ec81db3caf5d (diff) | |
download | hdf5-400f6742846ef5e5a6b045d8d1504c3e9f4c449b.zip hdf5-400f6742846ef5e5a6b045d8d1504c3e9f4c449b.tar.gz hdf5-400f6742846ef5e5a6b045d8d1504c3e9f4c449b.tar.bz2 |
[svn-r13596] Update document and comments. No test needed.
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 65d3e24..8a83b96 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -598,6 +598,10 @@ Bug Fixes since HDF5-1.6.0 release Library ------- + - STDIO driver didn't support files bigger than 2GB because the OFFSET + parameter of fseek is of type LONG INT, not big enough for big files. + Use fseeko instead for big files if it's available on the system. + SLU - 2007/4/5 - Fixed a bug in H5Sselect_valid() that caused an incorrect value to be returned (0) instead of FAIL on error conditions such as the selection or extent not being defined. CMC - 2007/01/17 |