summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorPeter Cao <xcao@hdfgroup.org>2011-08-19 17:00:14 (GMT)
committerPeter Cao <xcao@hdfgroup.org>2011-08-19 17:00:14 (GMT)
commit23c7adeca8de60ecd79742cdd16e26802d47d16c (patch)
tree6c3f52fe9201b8ddd717ac6f206946ccf75c7b96 /release_docs/RELEASE.txt
parent13426d47feb8b5d417c83a1b38de08fff66cf1e0 (diff)
downloadhdf5-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/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt2
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: