summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorFrank Baker <fbaker@hdfgroup.org>2013-03-14 18:41:37 (GMT)
committerFrank Baker <fbaker@hdfgroup.org>2013-03-14 18:41:37 (GMT)
commit985087a259124b7d906866f02e225ccbba2a592d (patch)
tree1eb7d5360d9b22a317b71abe33adb7253b5c2877 /release_docs/RELEASE.txt
parent9978c917123901694e25adfd637ae595c3b114f5 (diff)
downloadhdf5-985087a259124b7d906866f02e225ccbba2a592d.zip
hdf5-985087a259124b7d906866f02e225ccbba2a592d.tar.gz
hdf5-985087a259124b7d906866f02e225ccbba2a592d.tar.bz2
[svn-r23349] Description:
Move introduction of new function, H5DOwrite_chunk, from "Bug fixes" to "New Features" section. Consistency cleanup. Tested: Firefox
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt13
1 files changed, 6 insertions, 7 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 81b301e..474aacf 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -5,7 +5,7 @@ INTRODUCTION
============
This document describes the differences between HDF5-1.8.10 and
-HDF5 1.8.11-*, and contains information on the platforms tested and
+HDF5-1.8.11-*, and contains information on the platforms tested and
known problems in HDF5-1.8.11-*.
For more details, see the files HISTORY-1_0-1_8_0_rc3.txt
and HISTORY-1_8.txt in the release_docs/ directory of the HDF5 source.
@@ -80,10 +80,14 @@ New Features
High-Level APIs
---------------
- - None
+ - A new API function, H5DOwrite_chunk. This function writes a data chunk
+ directly into a file, bypassing hyperslab selection, data conversion,
+ and the 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 API
-----------
+ - None
C++ API
-------
@@ -147,11 +151,6 @@ Bug Fixes since HDF5-1.8.10
High-Level APIs:
------
- - 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)
-
- Fixed problem with H5DSget_scale_name including the NULL terminator in
the size calculation returned by the function. The API was changed to NOT
include the NULL terminator in the size of name returned (MSB- 2013/2/10)