diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2012-03-16 16:12:20 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2012-03-16 16:12:20 (GMT) |
commit | c8ad738d4e0f00196a97288f9de35cb0401dcf86 (patch) | |
tree | 6dc461add6b1e7ae8bb5dfbebd92b98ba78f4943 | |
parent | 18a18f7f10294cc4621cbf0fd6319425ce10786b (diff) | |
download | hdf5-c8ad738d4e0f00196a97288f9de35cb0401dcf86.zip hdf5-c8ad738d4e0f00196a97288f9de35cb0401dcf86.tar.gz hdf5-c8ad738d4e0f00196a97288f9de35cb0401dcf86.tar.bz2 |
[svn-r22084] I updated the item for Issue 7756.
No test is needed.
-rw-r--r-- | release_docs/RELEASE.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 4e5e9ae..d33a560 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -374,8 +374,9 @@ Bug Fixes since HDF5-1.8.0 release - Fixed rare corruption bugs that could occur when using the new object header format. (NAF - 2012/3/15 - HDFFV-7879) - Creating a dataset in a read-only file caused seg fault when the file - is closed. It's fixed. The error stack is returned correctly - now. (SLU - 2012/1/25. Issue 7756) + is closed. It's fixed. The attemp to create a dataset will fail + with the error stack indicating the file is read-only. (SLU - + 2012/1/25. Issue 7756) - 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 |