summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--MANIFEST4
-rw-r--r--c++/src/Makefile.in16
-rw-r--r--config/lt_vers.am16
-rw-r--r--fortran/src/Makefile.in16
-rw-r--r--hl/c++/src/Makefile.in16
-rw-r--r--hl/fortran/src/Makefile.in16
-rw-r--r--hl/src/Makefile.in16
-rw-r--r--java/src/jni/Makefile.in16
-rw-r--r--release_docs/RELEASE.txt18
-rw-r--r--src/Makefile.in16
10 files changed, 82 insertions, 68 deletions
diff --git a/MANIFEST b/MANIFEST
index 1550a94..d8b66ae 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -3881,3 +3881,7 @@
./utils/Makefile.in
./utils/mirror_vfd/Makefile.in
./utils/test/Makefile.in
+./utils/tools/Makefile.in
+./utils/tools/h5dwalk/Makefile.in
+./utils/tools/test/Makefile.in
+./utils/tools/test/h5dwalk/Makefile.in
diff --git a/c++/src/Makefile.in b/c++/src/Makefile.in
index ee6eaa5..6e032db 100644
--- a/c++/src/Makefile.in
+++ b/c++/src/Makefile.in
@@ -821,28 +821,28 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog *.clog2
# See libtool versioning documentation online.
# After making changes, run bin/reconfigure to update other configure related
# files like Makefile.in.
-LT_VERS_INTERFACE = 1000
+LT_VERS_INTERFACE = 300
LT_VERS_AGE = 0
LT_VERS_REVISION = 0
-LT_CXX_VERS_INTERFACE = 1000
+LT_CXX_VERS_INTERFACE = 300
LT_CXX_VERS_REVISION = 0
LT_CXX_VERS_AGE = 0
-LT_F_VERS_INTERFACE = 1000
+LT_F_VERS_INTERFACE = 300
LT_F_VERS_REVISION = 0
LT_F_VERS_AGE = 0
-LT_HL_VERS_INTERFACE = 1000
+LT_HL_VERS_INTERFACE = 300
LT_HL_VERS_REVISION = 0
LT_HL_VERS_AGE = 0
-LT_HL_CXX_VERS_INTERFACE = 1000
+LT_HL_CXX_VERS_INTERFACE = 300
LT_HL_CXX_VERS_REVISION = 0
LT_HL_CXX_VERS_AGE = 0
-LT_HL_F_VERS_INTERFACE = 1000
+LT_HL_F_VERS_INTERFACE = 300
LT_HL_F_VERS_REVISION = 0
LT_HL_F_VERS_AGE = 0
-LT_JAVA_VERS_INTERFACE = 1000
+LT_JAVA_VERS_INTERFACE = 300
LT_JAVA_VERS_REVISION = 0
LT_JAVA_VERS_AGE = 0
-LT_TOOLS_VERS_INTERFACE = 1000
+LT_TOOLS_VERS_INTERFACE = 300
LT_TOOLS_VERS_REVISION = 0
LT_TOOLS_VERS_AGE = 0
diff --git a/config/lt_vers.am b/config/lt_vers.am
index 22f4c89..66558cc 100644
--- a/config/lt_vers.am
+++ b/config/lt_vers.am
@@ -16,7 +16,7 @@
# See libtool versioning documentation online.
# After making changes, run bin/reconfigure to update other configure related
# files like Makefile.in.
-LT_VERS_INTERFACE = 1000
+LT_VERS_INTERFACE = 300
LT_VERS_AGE = 0
LT_VERS_REVISION = 0
@@ -39,31 +39,31 @@ LT_VERS_REVISION = 0
## the effects of the H5_V1_x_COMPAT flag.
##
## Version numbers for wrapper shared library files.
-LT_CXX_VERS_INTERFACE = 1000
+LT_CXX_VERS_INTERFACE = 300
LT_CXX_VERS_REVISION = 0
LT_CXX_VERS_AGE = 0
-LT_F_VERS_INTERFACE = 1000
+LT_F_VERS_INTERFACE = 300
LT_F_VERS_REVISION = 0
LT_F_VERS_AGE = 0
-LT_HL_VERS_INTERFACE = 1000
+LT_HL_VERS_INTERFACE = 300
LT_HL_VERS_REVISION = 0
LT_HL_VERS_AGE = 0
-LT_HL_CXX_VERS_INTERFACE = 1000
+LT_HL_CXX_VERS_INTERFACE = 300
LT_HL_CXX_VERS_REVISION = 0
LT_HL_CXX_VERS_AGE = 0
-LT_HL_F_VERS_INTERFACE = 1000
+LT_HL_F_VERS_INTERFACE = 300
LT_HL_F_VERS_REVISION = 0
LT_HL_F_VERS_AGE = 0
-LT_JAVA_VERS_INTERFACE = 1000
+LT_JAVA_VERS_INTERFACE = 300
LT_JAVA_VERS_REVISION = 0
LT_JAVA_VERS_AGE = 0
-LT_TOOLS_VERS_INTERFACE = 1000
+LT_TOOLS_VERS_INTERFACE = 300
LT_TOOLS_VERS_REVISION = 0
LT_TOOLS_VERS_AGE = 0
diff --git a/fortran/src/Makefile.in b/fortran/src/Makefile.in
index 4a2cf61..ff1095d 100644
--- a/fortran/src/Makefile.in
+++ b/fortran/src/Makefile.in
@@ -849,28 +849,28 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog *.clog2
# See libtool versioning documentation online.
# After making changes, run bin/reconfigure to update other configure related
# files like Makefile.in.
-LT_VERS_INTERFACE = 1000
+LT_VERS_INTERFACE = 300
LT_VERS_AGE = 0
LT_VERS_REVISION = 0
-LT_CXX_VERS_INTERFACE = 1000
+LT_CXX_VERS_INTERFACE = 300
LT_CXX_VERS_REVISION = 0
LT_CXX_VERS_AGE = 0
-LT_F_VERS_INTERFACE = 1000
+LT_F_VERS_INTERFACE = 300
LT_F_VERS_REVISION = 0
LT_F_VERS_AGE = 0
-LT_HL_VERS_INTERFACE = 1000
+LT_HL_VERS_INTERFACE = 300
LT_HL_VERS_REVISION = 0
LT_HL_VERS_AGE = 0
-LT_HL_CXX_VERS_INTERFACE = 1000
+LT_HL_CXX_VERS_INTERFACE = 300
LT_HL_CXX_VERS_REVISION = 0
LT_HL_CXX_VERS_AGE = 0
-LT_HL_F_VERS_INTERFACE = 1000
+LT_HL_F_VERS_INTERFACE = 300
LT_HL_F_VERS_REVISION = 0
LT_HL_F_VERS_AGE = 0
-LT_JAVA_VERS_INTERFACE = 1000
+LT_JAVA_VERS_INTERFACE = 300
LT_JAVA_VERS_REVISION = 0
LT_JAVA_VERS_AGE = 0
-LT_TOOLS_VERS_INTERFACE = 1000
+LT_TOOLS_VERS_INTERFACE = 300
LT_TOOLS_VERS_REVISION = 0
LT_TOOLS_VERS_AGE = 0
AM_FCLIBS = $(LIBHDF5)
diff --git a/hl/c++/src/Makefile.in b/hl/c++/src/Makefile.in
index 8a119e1..53fe587 100644
--- a/hl/c++/src/Makefile.in
+++ b/hl/c++/src/Makefile.in
@@ -811,28 +811,28 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog *.clog2
# See libtool versioning documentation online.
# After making changes, run bin/reconfigure to update other configure related
# files like Makefile.in.
-LT_VERS_INTERFACE = 1000
+LT_VERS_INTERFACE = 300
LT_VERS_AGE = 0
LT_VERS_REVISION = 0
-LT_CXX_VERS_INTERFACE = 1000
+LT_CXX_VERS_INTERFACE = 300
LT_CXX_VERS_REVISION = 0
LT_CXX_VERS_AGE = 0
-LT_F_VERS_INTERFACE = 1000
+LT_F_VERS_INTERFACE = 300
LT_F_VERS_REVISION = 0
LT_F_VERS_AGE = 0
-LT_HL_VERS_INTERFACE = 1000
+LT_HL_VERS_INTERFACE = 300
LT_HL_VERS_REVISION = 0
LT_HL_VERS_AGE = 0
-LT_HL_CXX_VERS_INTERFACE = 1000
+LT_HL_CXX_VERS_INTERFACE = 300
LT_HL_CXX_VERS_REVISION = 0
LT_HL_CXX_VERS_AGE = 0
-LT_HL_F_VERS_INTERFACE = 1000
+LT_HL_F_VERS_INTERFACE = 300
LT_HL_F_VERS_REVISION = 0
LT_HL_F_VERS_AGE = 0
-LT_JAVA_VERS_INTERFACE = 1000
+LT_JAVA_VERS_INTERFACE = 300
LT_JAVA_VERS_REVISION = 0
LT_JAVA_VERS_AGE = 0
-LT_TOOLS_VERS_INTERFACE = 1000
+LT_TOOLS_VERS_INTERFACE = 300
LT_TOOLS_VERS_REVISION = 0
LT_TOOLS_VERS_AGE = 0
diff --git a/hl/fortran/src/Makefile.in b/hl/fortran/src/Makefile.in
index 1503f8e..7b8f94d 100644
--- a/hl/fortran/src/Makefile.in
+++ b/hl/fortran/src/Makefile.in
@@ -839,28 +839,28 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog *.clog2
# See libtool versioning documentation online.
# After making changes, run bin/reconfigure to update other configure related
# files like Makefile.in.
-LT_VERS_INTERFACE = 1000
+LT_VERS_INTERFACE = 300
LT_VERS_AGE = 0
LT_VERS_REVISION = 0
-LT_CXX_VERS_INTERFACE = 1000
+LT_CXX_VERS_INTERFACE = 300
LT_CXX_VERS_REVISION = 0
LT_CXX_VERS_AGE = 0
-LT_F_VERS_INTERFACE = 1000
+LT_F_VERS_INTERFACE = 300
LT_F_VERS_REVISION = 0
LT_F_VERS_AGE = 0
-LT_HL_VERS_INTERFACE = 1000
+LT_HL_VERS_INTERFACE = 300
LT_HL_VERS_REVISION = 0
LT_HL_VERS_AGE = 0
-LT_HL_CXX_VERS_INTERFACE = 1000
+LT_HL_CXX_VERS_INTERFACE = 300
LT_HL_CXX_VERS_REVISION = 0
LT_HL_CXX_VERS_AGE = 0
-LT_HL_F_VERS_INTERFACE = 1000
+LT_HL_F_VERS_INTERFACE = 300
LT_HL_F_VERS_REVISION = 0
LT_HL_F_VERS_AGE = 0
-LT_JAVA_VERS_INTERFACE = 1000
+LT_JAVA_VERS_INTERFACE = 300
LT_JAVA_VERS_REVISION = 0
LT_JAVA_VERS_AGE = 0
-LT_TOOLS_VERS_INTERFACE = 1000
+LT_TOOLS_VERS_INTERFACE = 300
LT_TOOLS_VERS_REVISION = 0
LT_TOOLS_VERS_AGE = 0
diff --git a/hl/src/Makefile.in b/hl/src/Makefile.in
index be33b7a..39ad36f 100644
--- a/hl/src/Makefile.in
+++ b/hl/src/Makefile.in
@@ -810,28 +810,28 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog *.clog2
# See libtool versioning documentation online.
# After making changes, run bin/reconfigure to update other configure related
# files like Makefile.in.
-LT_VERS_INTERFACE = 1000
+LT_VERS_INTERFACE = 300
LT_VERS_AGE = 0
LT_VERS_REVISION = 0
-LT_CXX_VERS_INTERFACE = 1000
+LT_CXX_VERS_INTERFACE = 300
LT_CXX_VERS_REVISION = 0
LT_CXX_VERS_AGE = 0
-LT_F_VERS_INTERFACE = 1000
+LT_F_VERS_INTERFACE = 300
LT_F_VERS_REVISION = 0
LT_F_VERS_AGE = 0
-LT_HL_VERS_INTERFACE = 1000
+LT_HL_VERS_INTERFACE = 300
LT_HL_VERS_REVISION = 0
LT_HL_VERS_AGE = 0
-LT_HL_CXX_VERS_INTERFACE = 1000
+LT_HL_CXX_VERS_INTERFACE = 300
LT_HL_CXX_VERS_REVISION = 0
LT_HL_CXX_VERS_AGE = 0
-LT_HL_F_VERS_INTERFACE = 1000
+LT_HL_F_VERS_INTERFACE = 300
LT_HL_F_VERS_REVISION = 0
LT_HL_F_VERS_AGE = 0
-LT_JAVA_VERS_INTERFACE = 1000
+LT_JAVA_VERS_INTERFACE = 300
LT_JAVA_VERS_REVISION = 0
LT_JAVA_VERS_AGE = 0
-LT_TOOLS_VERS_INTERFACE = 1000
+LT_TOOLS_VERS_INTERFACE = 300
LT_TOOLS_VERS_REVISION = 0
LT_TOOLS_VERS_AGE = 0
diff --git a/java/src/jni/Makefile.in b/java/src/jni/Makefile.in
index 821464e..7e6d068 100644
--- a/java/src/jni/Makefile.in
+++ b/java/src/jni/Makefile.in
@@ -814,28 +814,28 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog *.clog2
# See libtool versioning documentation online.
# After making changes, run bin/reconfigure to update other configure related
# files like Makefile.in.
-LT_VERS_INTERFACE = 1000
+LT_VERS_INTERFACE = 300
LT_VERS_AGE = 0
LT_VERS_REVISION = 0
-LT_CXX_VERS_INTERFACE = 1000
+LT_CXX_VERS_INTERFACE = 300
LT_CXX_VERS_REVISION = 0
LT_CXX_VERS_AGE = 0
-LT_F_VERS_INTERFACE = 1000
+LT_F_VERS_INTERFACE = 300
LT_F_VERS_REVISION = 0
LT_F_VERS_AGE = 0
-LT_HL_VERS_INTERFACE = 1000
+LT_HL_VERS_INTERFACE = 300
LT_HL_VERS_REVISION = 0
LT_HL_VERS_AGE = 0
-LT_HL_CXX_VERS_INTERFACE = 1000
+LT_HL_CXX_VERS_INTERFACE = 300
LT_HL_CXX_VERS_REVISION = 0
LT_HL_CXX_VERS_AGE = 0
-LT_HL_F_VERS_INTERFACE = 1000
+LT_HL_F_VERS_INTERFACE = 300
LT_HL_F_VERS_REVISION = 0
LT_HL_F_VERS_AGE = 0
-LT_JAVA_VERS_INTERFACE = 1000
+LT_JAVA_VERS_INTERFACE = 300
LT_JAVA_VERS_REVISION = 0
LT_JAVA_VERS_AGE = 0
-LT_TOOLS_VERS_INTERFACE = 1000
+LT_TOOLS_VERS_INTERFACE = 300
LT_TOOLS_VERS_REVISION = 0
LT_TOOLS_VERS_AGE = 0
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index f9fa6b9..751681f 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -35,7 +35,7 @@ CONTENTS
========
- New Features
-- Support for new platforms and languages
+- New platforms, languages and compilers tested
- Bug Fixes since HDF5-1.12.0
- Platforms Tested
- Known Problems
@@ -1050,9 +1050,19 @@ New Features
--------------
-
-Support for new platforms, languages and compilers
-==================================================
- -
+
+New platforms, languages and compilers tested
+=============================================
+ - Linux 5.13.14-200.fc34 #1 SMP x86_64 GNU/Linux Fedora34
+ - Linux 5.11.0-34-generic #36-Ubuntu SMP x86_64 GNU/Linux Ubuntu 20.04
+ - Linux 5.3.18-22-default #1 SMP x86_64 GNU/Linux SUSE15sp2
+ - Linux-4.14.0-115.21.2 #1 SMP ppc64le GNU/Linux
+ - Linux-4.12.14-150.75-default #1 SMP x86_64 GNU/Linux
+ - macOS Apple M1 11.6 Darwin 20.6.0 arm64
+ - macOS Big Sur 11.3.1 Darwin 20.4.0 x86_64
+ - clang versions 11.0.1, 12.0.5
+ - Visual Studio 2019 w/ clang 12.0.0 with MSVC-like command-line
+
Bug Fixes since HDF5-1.12.0 release
===================================
diff --git a/src/Makefile.in b/src/Makefile.in
index 523d2d5..9682df6 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -976,28 +976,28 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog *.clog2
# See libtool versioning documentation online.
# After making changes, run bin/reconfigure to update other configure related
# files like Makefile.in.
-LT_VERS_INTERFACE = 1000
+LT_VERS_INTERFACE = 300
LT_VERS_AGE = 0
LT_VERS_REVISION = 0
-LT_CXX_VERS_INTERFACE = 1000
+LT_CXX_VERS_INTERFACE = 300
LT_CXX_VERS_REVISION = 0
LT_CXX_VERS_AGE = 0
-LT_F_VERS_INTERFACE = 1000
+LT_F_VERS_INTERFACE = 300
LT_F_VERS_REVISION = 0
LT_F_VERS_AGE = 0
-LT_HL_VERS_INTERFACE = 1000
+LT_HL_VERS_INTERFACE = 300
LT_HL_VERS_REVISION = 0
LT_HL_VERS_AGE = 0
-LT_HL_CXX_VERS_INTERFACE = 1000
+LT_HL_CXX_VERS_INTERFACE = 300
LT_HL_CXX_VERS_REVISION = 0
LT_HL_CXX_VERS_AGE = 0
-LT_HL_F_VERS_INTERFACE = 1000
+LT_HL_F_VERS_INTERFACE = 300
LT_HL_F_VERS_REVISION = 0
LT_HL_F_VERS_AGE = 0
-LT_JAVA_VERS_INTERFACE = 1000
+LT_JAVA_VERS_INTERFACE = 300
LT_JAVA_VERS_REVISION = 0
LT_JAVA_VERS_AGE = 0
-LT_TOOLS_VERS_INTERFACE = 1000
+LT_TOOLS_VERS_INTERFACE = 300
LT_TOOLS_VERS_REVISION = 0
LT_TOOLS_VERS_AGE = 0