summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2013-02-11 21:21:10 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2013-02-11 21:21:10 (GMT)
commitdc1c5671356c83825c3213cd7e3cddd2d8c590f8 (patch)
tree8978c9683f11d0be9ebfff5060d623a45bb8fb2e /release_docs/RELEASE.txt
parent5a4e808656019e5ee0aa2ebbe383cca889df0499 (diff)
downloadhdf5-dc1c5671356c83825c3213cd7e3cddd2d8c590f8.zip
hdf5-dc1c5671356c83825c3213cd7e3cddd2d8c590f8.tar.gz
hdf5-dc1c5671356c83825c3213cd7e3cddd2d8c590f8.tar.bz2
[svn-r23246] I added the information about the new function H5DOwrite_chunk.
No test is needed.
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 3693b58..3084849 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -141,7 +141,10 @@ Bug Fixes since HDF5-1.8.10
High-Level APIs:
------
- - None
+ - A new API function H5DOwrite_chunk. It writes a data chunk directly
+ into a file bypassing hyperslab selection, data conversion, and
+ filter pipeline. The user must be careful with the function and
+ clearly understand the I/O process of the library. (SLU - 2013/2/11)
Fortran High-Level APIs:
------