summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2002-05-14 18:07:47 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2002-05-14 18:07:47 (GMT)
commit3863cb4c5fafe7e85baba996fc8705be60852e0b (patch)
treea15a835df261e419e8c0a787d9f2b507f1d74ab5
parent0bbd608e3d30519da1aca2ada30b1828171a3d55 (diff)
downloadhdf5-3863cb4c5fafe7e85baba996fc8705be60852e0b.zip
hdf5-3863cb4c5fafe7e85baba996fc8705be60852e0b.tar.gz
hdf5-3863cb4c5fafe7e85baba996fc8705be60852e0b.tar.bz2
[svn-r5417] Purpose:
Document Bug Fix
-rw-r--r--release_docs/RELEASE.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 1133ad6..79da74d 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -81,6 +81,8 @@ New Features
Bug Fixes since HDF5-1.4.3 Release
==================================
+ * 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