diff options
author | Neil Fortner <nfortne2@hdfgroup.org> | 2011-12-01 18:35:54 (GMT) |
---|---|---|
committer | Neil Fortner <nfortne2@hdfgroup.org> | 2011-12-01 18:35:54 (GMT) |
commit | d34c5fdb79946a97bdf81744f425ca7cfb8b9047 (patch) | |
tree | bae3bd5975ae6f9557d943fe4cd548c090c3e141 /release_docs/RELEASE.txt | |
parent | 738a33556ca3d7f5f9ccc2e22b649d12135f314e (diff) | |
download | hdf5-d34c5fdb79946a97bdf81744f425ca7cfb8b9047.zip hdf5-d34c5fdb79946a97bdf81744f425ca7cfb8b9047.tar.gz hdf5-d34c5fdb79946a97bdf81744f425ca7cfb8b9047.tar.bz2 |
[svn-r21793] Add RELEASE.txt note for r21789
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r-- | release_docs/RELEASE.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index b7df894..b0b4f03 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -343,6 +343,8 @@ Bug Fixes since HDF5-1.8.0 release Library ------- + - Fixed a seg fault that could occur when shrinking a dataset with chunks + larger than 1 MB. (NAF - 2011/11/30 - HDFFV-7833) - 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) |