summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2017-06-06 21:24:50 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2017-06-06 21:24:50 (GMT)
commit8f4c9661cf90f5d71dffc26568fba1eb966dd3ac (patch)
treee7556a162a4cf279564812fa19f124e7ec9df0d8
parent5079dd8e1752685a2b6915b59272876feeff9403 (diff)
parent236ba7f8e052e0a6aa526ac7608b9e1d96e6ef84 (diff)
downloadhdf5-8f4c9661cf90f5d71dffc26568fba1eb966dd3ac.zip
hdf5-8f4c9661cf90f5d71dffc26568fba1eb966dd3ac.tar.gz
hdf5-8f4c9661cf90f5d71dffc26568fba1eb966dd3ac.tar.bz2
Merge pull request #568 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8_19 to hdf5_1_8_19
* commit '236ba7f8e052e0a6aa526ac7608b9e1d96e6ef84': Ran bin/reconfigure after so number change. 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--c++/src/Makefile.in6
-rw-r--r--config/lt_vers.am6
-rw-r--r--fortran/src/Makefile.in6
-rw-r--r--hl/c++/src/Makefile.in6
-rw-r--r--hl/fortran/src/Makefile.in6
-rw-r--r--hl/src/Makefile.in6
-rw-r--r--release_docs/RELEASE.txt30
-rw-r--r--src/Makefile.in6
8 files changed, 38 insertions, 34 deletions
diff --git a/c++/src/Makefile.in b/c++/src/Makefile.in
index 6f1bc29..f2961a4 100644
--- a/c++/src/Makefile.in
+++ b/c++/src/Makefile.in
@@ -689,9 +689,9 @@ LT_CXX_VERS_AGE = 0
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
LT_HL_CXX_VERS_AGE = 1
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/fortran/src/Makefile.in b/fortran/src/Makefile.in
index 5144906..0494278 100644
--- a/fortran/src/Makefile.in
+++ b/fortran/src/Makefile.in
@@ -741,9 +741,9 @@ LT_CXX_VERS_AGE = 0
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
LT_HL_CXX_VERS_AGE = 1
diff --git a/hl/c++/src/Makefile.in b/hl/c++/src/Makefile.in
index 2366700..cd0fe7a 100644
--- a/hl/c++/src/Makefile.in
+++ b/hl/c++/src/Makefile.in
@@ -680,9 +680,9 @@ LT_CXX_VERS_AGE = 0
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
LT_HL_CXX_VERS_AGE = 1
diff --git a/hl/fortran/src/Makefile.in b/hl/fortran/src/Makefile.in
index 42d9d2e..62cfdf0 100644
--- a/hl/fortran/src/Makefile.in
+++ b/hl/fortran/src/Makefile.in
@@ -698,9 +698,9 @@ LT_CXX_VERS_AGE = 0
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
LT_HL_CXX_VERS_AGE = 1
diff --git a/hl/src/Makefile.in b/hl/src/Makefile.in
index 212775d..f49844d 100644
--- a/hl/src/Makefile.in
+++ b/hl/src/Makefile.in
@@ -679,9 +679,9 @@ LT_CXX_VERS_AGE = 0
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
LT_HL_CXX_VERS_AGE = 1
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)
diff --git a/src/Makefile.in b/src/Makefile.in
index 847a245..06e169f 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -737,9 +737,9 @@ LT_CXX_VERS_AGE = 0
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
LT_HL_CXX_VERS_AGE = 1