diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2011-11-15 22:45:06 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2011-11-15 22:45:06 (GMT) |
commit | db7410f838e6319dc87413e27f18b0b8ac050314 (patch) | |
tree | 5bec749becb120ca24fae2390a1712405331fb08 /release_docs | |
parent | ec688f92b94b9b6bdcfdc63058aef41fc5d97c0c (diff) | |
download | hdf5-db7410f838e6319dc87413e27f18b0b8ac050314.zip hdf5-db7410f838e6319dc87413e27f18b0b8ac050314.tar.gz hdf5-db7410f838e6319dc87413e27f18b0b8ac050314.tar.bz2 |
[svn-r21765] Issue 7618 - the library had seg fault when it tried to shrink the size of compound data type through H5Tset_size immediately after the type was created. I fixed it in this commit. I'm bringing the fix from the trunk. The only files being change are test/dtypes.c, src/H5T.c, src/H5Tconv.c, and release_docs/RELEASE.txt. All others are property changes.
Tested on jam, koala, and linew.
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 07e33f9..654819f 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -96,6 +96,9 @@ Bug Fixes since HDF5-1.8.8 Library ------- + - The library allowed the conversion of strings between ASCII and UTF8 + (Issue 7582). We have corrected it to report an error under this + situation. (SLU - 2011/11/8) - 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) |