diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2002-05-14 18:06:18 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2002-05-14 18:06:18 (GMT) |
commit | da155dfd4bd6130b202b043df3d2a5f2d25222b3 (patch) | |
tree | d10417fc9f35181d03e9f42cbf5099e74d6bf90d /release_docs | |
parent | 309738c7b004b92fb820683575fd62417c78d544 (diff) | |
download | hdf5-da155dfd4bd6130b202b043df3d2a5f2d25222b3.zip hdf5-da155dfd4bd6130b202b043df3d2a5f2d25222b3.tar.gz hdf5-da155dfd4bd6130b202b043df3d2a5f2d25222b3.tar.bz2 |
[svn-r5415] Purpose:
Document Bug Fix
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 40ca7ef..d712d57 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -36,6 +36,8 @@ Bug Fixes since HDF5-1.4.2 Library ------- + * Fixed bug where read/write intent in file IDs created with H5Freopen + was not being kept the same as the original file. QAK - 2002/05/14 * Fixed bug where selection offsets were not being used when iterating through point and hyperslab selections with H5Diterate(). QAK - 2002/04/29 * Fixed bug where the data for several level deep nested compound & |