summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2004-10-19 03:31:11 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2004-10-19 03:31:11 (GMT)
commita4c0ed037424ada07720a22ebb15a58f199c5b78 (patch)
treec67f19286f10b58c299a0fbd0eab0756eb5c7853 /release_docs
parent4f846baa4a2ab80ac70a8b288589e307926534bf (diff)
downloadhdf5-a4c0ed037424ada07720a22ebb15a58f199c5b78.zip
hdf5-a4c0ed037424ada07720a22ebb15a58f199c5b78.tar.gz
hdf5-a4c0ed037424ada07720a22ebb15a58f199c5b78.tar.bz2
[svn-r9433] Purpose:
Bug fix Description: Fix core dump when flushing a file with a newly created attribute which hasn't had a value written to it still open. Solution: Write the attribute fill value when appropriate. Platforms tested: FreeBSd 4.10 (sleipnir) Linux 2.4 (verbena) Solaris 2.7 (arabica)
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 2c29bb8..1e1518e 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -186,6 +186,8 @@ Bug Fixes since HDF5-1.6.0 release
Library
-------
+ - Fix segmentation fault when calling H5Fflush with an attribute that
+ hasn't had a value written to it open. QAK - 2004/10/18
- Back up supporting bitfield and time types in H5Tget_native_type.
Leave it to future support. The function simply returns error
message of "not support" for bitfield and time types.