summaryrefslogtreecommitdiffstats
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
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.
-rw-r--r--config/lt_vers.am6
-rw-r--r--release_docs/RELEASE.txt30
2 files changed, 20 insertions, 16 deletions
diff --git a/config/lt_vers.am b/config/lt_vers.am
index 1f79c56..9612772 100644
--- a/config/lt_vers.am
+++ b/config/lt_vers.am
@@ -47,9 +47,9 @@ LT_F_VERS_INTERFACE = 10
LT_F_VERS_REVISION = 4
LT_F_VERS_AGE = 0
-LT_HL_VERS_INTERFACE = 11
-LT_HL_VERS_REVISION = 1
-LT_HL_VERS_AGE = 1
+LT_HL_VERS_INTERFACE = 12
+LT_HL_VERS_REVISION = 0
+LT_HL_VERS_AGE = 2
LT_HL_CXX_VERS_INTERFACE = 12
LT_HL_CXX_VERS_REVISION = 0
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)