summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2011-11-04 22:58:49 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2011-11-04 22:58:49 (GMT)
commit92e5075da873b21f3a8b1d85ae04a300ddd56901 (patch)
treefc56eef71d89b8f859bc3462c97641410098fd02 /release_docs
parent141383fb261f02c5fab510ffa9b2ff8be11f1cec (diff)
downloadhdf5-92e5075da873b21f3a8b1d85ae04a300ddd56901.zip
hdf5-92e5075da873b21f3a8b1d85ae04a300ddd56901.tar.gz
hdf5-92e5075da873b21f3a8b1d85ae04a300ddd56901.tar.bz2
[svn-r21718] Issue 7618 - the library had seg fault when it tried to shrink the size of compound data type through H5Tset_size immedia
tely after the type was created. I'm bringing the fix from the trunk that I committed a while ago. My real changes are in test/dtypes.c, src/H5T.c, and release_docs/RELEASE.txt. All other changes are property changes. Tested on jam. But I tested the same fix in the trunk on jam, koala, and linew.
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 144bbad..07e33f9 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -96,7 +96,9 @@ Bug Fixes since HDF5-1.8.8
Library
-------
- - None
+ - The library had seg fault when it tried to shrink the size of compound
+ type through H5Tset_size immediately after the type was created (Issue
+ 7618). It's fixed now. (SLU - 2011/11/4)
Parallel Library
----------------