From 470309b61fca463b309de73c3f78462a260635e3 Mon Sep 17 00:00:00 2001 From: Binh-Minh Date: Wed, 25 Jun 2025 13:07:26 -0400 Subject: [PATCH 1/4] Added release 4.3.1 page --- downloads/hdf4/hdf4_3_1.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 downloads/hdf4/hdf4_3_1.md diff --git a/downloads/hdf4/hdf4_3_1.md b/downloads/hdf4/hdf4_3_1.md new file mode 100644 index 0000000..0e0cb17 --- /dev/null +++ b/downloads/hdf4/hdf4_3_1.md @@ -0,0 +1,33 @@ +--- +title: HDF 4.3.1 +--- + +HDF4 Logo + +# HDF 4.3.1 + +## Release Information + +| Version | HDF 4.3.1 | +| Release Date | 6/30/2025 | +| Additional Release Information | [Release Notes](https://github.com/HDFGroup/hdf4/tree/hdf4.3.1/release_notes/RELEASE.txt) | +|| [Newsletter Announcement](https://www.hdfgroup.org/2025/06/release-of-hdf-4-3-1-newsletter-nnn/) | +|| [Compatibility Report for 4.3.1 vs 4.3.0](https://github.com/HDFGroup/hdf4/releases/download/hdf4.3.1/hdf4.3.1-vs-hdf4.3.0-interface_compatibility_report.html) +|| [Compatibility Report for 4.3.1 vs 4.3.0 - Java-interface](https://github.com/HDFGroup/hdf4/releases/download/hdf4.3.1/hdf4.3.1-vs-hdf4.3.0-java-interface_compatibility_report.html) | + +## Downloads + +#### NOTE: +Applications that were created with earlier HDF4 releases AND employed internal information will not compile with HDF version 3.0. Refer to the [*HDF 4.2 to 4.3 Migration Guide*](https://github.com/HDFGroup/hdf4/blob/master/doc/HDF-4.2-to-4.3-migration.md) for details. + +| File | Type | +| ----- | ---- | --------------------- | +| [hdf4.3.1.tar.gz](https://github.com/HDFGroup/hdf4/archive/refs/tags/hdf4.3.1.tar.gz) | Source release | +| [hdf4.3.1.zip](https://github.com/HDFGroup/hdf4/archive/refs/tags/hdf4.3.1.zip) | Source release | +| [Ready to use Binaries](https://github.com/HDFGroup/hdf4/releases/tag/hdf4.3.1) | Pre-built binary distributions for Unix and Windows | +| [sha256](https://github.com/HDFGroup/hdf4/releases/download/hdf4.3.1/sha256sums.txt) | Checksum file | + +Please refer to [Build Instructions](https://github.com/HDFGroup/hdf4/blob/hdf4.3.1/release_notes/INSTALL) for building with either CMake or Autotools. + +#### Know Problems: +Some SZIP tests in mdfhdf failed when the SZIP encoder is not present and the failure can be ignored at this time. From 751d583f44282cc268f3062c6f9b9ea338b9bfb8 Mon Sep 17 00:00:00 2001 From: Binh-Minh Date: Wed, 25 Jun 2025 13:10:11 -0400 Subject: [PATCH 2/4] Fixed newsletter name --- downloads/hdf4/hdf4_3_1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/downloads/hdf4/hdf4_3_1.md b/downloads/hdf4/hdf4_3_1.md index 0e0cb17..7becf78 100644 --- a/downloads/hdf4/hdf4_3_1.md +++ b/downloads/hdf4/hdf4_3_1.md @@ -11,7 +11,7 @@ title: HDF 4.3.1 | Version | HDF 4.3.1 | | Release Date | 6/30/2025 | | Additional Release Information | [Release Notes](https://github.com/HDFGroup/hdf4/tree/hdf4.3.1/release_notes/RELEASE.txt) | -|| [Newsletter Announcement](https://www.hdfgroup.org/2025/06/release-of-hdf-4-3-1-newsletter-nnn/) | +|| [Newsletter Announcement](https://www.hdfgroup.org/2025/06/release-of-hdf-4-3-1-newsletter-206/) | || [Compatibility Report for 4.3.1 vs 4.3.0](https://github.com/HDFGroup/hdf4/releases/download/hdf4.3.1/hdf4.3.1-vs-hdf4.3.0-interface_compatibility_report.html) || [Compatibility Report for 4.3.1 vs 4.3.0 - Java-interface](https://github.com/HDFGroup/hdf4/releases/download/hdf4.3.1/hdf4.3.1-vs-hdf4.3.0-java-interface_compatibility_report.html) | From 079ae79faf52bd90060418246cb8cc0160aae9f9 Mon Sep 17 00:00:00 2001 From: Binh-Minh Date: Wed, 25 Jun 2025 14:29:27 -0400 Subject: [PATCH 3/4] Missing a file in previous commit --- downloads/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/downloads/index.md b/downloads/index.md index ba6651f..a6563a7 100644 --- a/downloads/index.md +++ b/downloads/index.md @@ -24,7 +24,7 @@ redirect_from: | Version | Usage | | ---- | ----| -| [HDF 4.3.0](hdf4/hdf4_3_0.html) | New 4.3.x series with significant changes in public/private components | +| [HDF 4.3.1](hdf4/hdf4_3_1.html) | Series 4.3.x contains significant changes in public/private components | | [HDF 4.2.16-2](hdf4/hdf4_2_16-2.html) (Patch Release) | Last release of the 4.2.x series | ## h4h5tools From e7ff77a739e3bef0e7f7bdc10f34083247b70835 Mon Sep 17 00:00:00 2001 From: Larry Knox Date: Fri, 27 Jun 2025 13:00:40 -0500 Subject: [PATCH 4/4] Update downloads/hdf4/hdf4_3_1.md Add missing 'n'. --- downloads/hdf4/hdf4_3_1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/downloads/hdf4/hdf4_3_1.md b/downloads/hdf4/hdf4_3_1.md index 7becf78..7cdc249 100644 --- a/downloads/hdf4/hdf4_3_1.md +++ b/downloads/hdf4/hdf4_3_1.md @@ -29,5 +29,5 @@ Applications that were created with earlier HDF4 releases AND employed internal Please refer to [Build Instructions](https://github.com/HDFGroup/hdf4/blob/hdf4.3.1/release_notes/INSTALL) for building with either CMake or Autotools. -#### Know Problems: +#### Known Problems: Some SZIP tests in mdfhdf failed when the SZIP encoder is not present and the failure can be ignored at this time.