summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-01-24 18:09:57 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-01-24 18:09:57 (GMT)
commita6542d06b12340af99731eacb1d9687cdc8738ed (patch)
tree4852a2c3f1ac831c522a776bc3bfa95faa922a27 /release_docs
parente4dc71bbee2d38d01adb4a39bdf52a4c79e2d746 (diff)
downloadhdf5-a6542d06b12340af99731eacb1d9687cdc8738ed.zip
hdf5-a6542d06b12340af99731eacb1d9687cdc8738ed.tar.gz
hdf5-a6542d06b12340af99731eacb1d9687cdc8738ed.tar.bz2
[svn-r6330] Purpose:
Bug Fix Description: When calling H5Fopen with the core VFL driver, but without the H5F_ACC_CREAT flag goes ahead and creates a memory file. Solution: Check for the H5F_ACC_CREAT flag before allowing the memory file to be created. Platforms tested: FreeBSD 4.7 (sleipnir)
Diffstat (limited to 'release_docs')
-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 ce903f9..62b8f86 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -35,6 +35,8 @@ Bug Fixes since HDF5-1.4.0
Library
-------
+ * H5Fopen without the H5F_ACC_CREAT flag should not succeed in creating
+ a new file with the 'core' VFL driver. QAK - 2003/01/24
* Allow opening objects with unknown object header messages.
QAK - 2003/01/21
* Improved error assertion for nil VL strings, making it fails with error