diff options
author | Peter Cao <xcao@hdfgroup.org> | 2011-08-19 17:00:14 (GMT) |
---|---|---|
committer | Peter Cao <xcao@hdfgroup.org> | 2011-08-19 17:00:14 (GMT) |
commit | 23c7adeca8de60ecd79742cdd16e26802d47d16c (patch) | |
tree | 6c3f52fe9201b8ddd717ac6f206946ccf75c7b96 /release_docs | |
parent | 13426d47feb8b5d417c83a1b38de08fff66cf1e0 (diff) | |
download | hdf5-23c7adeca8de60ecd79742cdd16e26802d47d16c.zip hdf5-23c7adeca8de60ecd79742cdd16e26802d47d16c.tar.gz hdf5-23c7adeca8de60ecd79742cdd16e26802d47d16c.tar.bz2 |
[svn-r21265] h5repack: added macro to handle failure in H5Dread/write when memory allocation failed inside the library
Diffstat (limited to 'release_docs')
-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 02285ae..8b4028d 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -285,6 +285,8 @@ New Features unlimited dims to contiguous. (PC -- 2011/07/15) - h5diff: "--delta" option considers two NaN of the same type are different, which is wrong based on http://www.hdfgroup.org/HDF5/doc/RM/Tools.html#Tools-Diff. (PC -- 2011/07/15) + - h5repack: added macro to handle failure in H5Dread/write when memory allocation failed + inside the library. (PC -- 2011/08/19) High-Level APIs: |