summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorlrknox <lrknox>2017-06-06 21:13:54 (GMT)
committerlrknox <lrknox>2017-06-06 21:13:54 (GMT)
commit03b0632dc58e87437b73e41f61a4e7df128e8d5d (patch)
tree47c67648113a5228ac1ffe51a9967d17c26b9dd5 /release_docs
parent5079dd8e1752685a2b6915b59272876feeff9403 (diff)
downloadhdf5-03b0632dc58e87437b73e41f61a4e7df128e8d5d.zip
hdf5-03b0632dc58e87437b73e41f61a4e7df128e8d5d.tar.gz
hdf5-03b0632dc58e87437b73e41f61a4e7df128e8d5d.tar.bz2
Update hl lib .so numbers: new function was added.
Update RELEASE.txt: move H5DOread_chunks entry to new features, clarify entry for HDFFV-10051.
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt30
1 files changed, 17 insertions, 13 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index cfdf6b9..bfc29f3 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -125,9 +125,22 @@ New Features
(BMR, 2017/05/13, HDFFV-10004, HDFFV-10156)
- New class LinkAccPropList is added for link access proprety list
+
(BMR, 2017/05/13, HDFFV-10156)
+ High-Level APIs
+ ---------------
+ - H5DOread_chunk
+
+ New API function, H5DOread_chunk, corresponding to existing function
+ H5DOwrite_chunk. H5DOread_chunk reads a raw data chunk directly from a
+ chunked dataset in the file into the application buffer, bypassing the
+ library’s internal data transfer pipeline, including filters.
+
+ (VC - 2017/05/02, HDFFV-9934)
+
+
Support for New Platforms, Languages, and Compilers
===================================================
@@ -155,23 +168,14 @@ Bug Fixes since HDF5-1.8.18
(ADB - 2017/05/12, HDFFV-10186)
- - Compact layout "dirty" flag is not reset properly
+ - Newly created datasets with H5D_COMPACT layout failed to open after
+ several H5Dopen/H5Dclose cycles.
- Reset the layout "dirty" flag for a compact dataset before flushing
- the message.
+ The layout "dirty" flag for a compact dataset is now properly reset
+ before flushing the message.
(VC - 2017/05/11, HDFFV-10051)
- - Incorporate additional code changes for the H5DOread_chunk patch from GE
- Healthcare.
-
- Incorporate the code changes that were missing from the original patch:
- (1) Additional tests in hl/test/test_dset_opt.c
- (2) Fix in src/H5Dchunk.c for direct access when an entry is in chunk cache but
- not dirty
-
- (VC - 2017/05/02, HDFFV-9934)
-
- Missing #ifdef __cplusplus macros were added to the generated H5Epubgen.h file.
(DER - 2017/04/25, HDFFV-9638)