From c62c9e4f57273ba7f4f3ce2d98a085e95257920c Mon Sep 17 00:00:00 2001 From: Binh-Minh Date: Mon, 30 Jun 2025 17:25:27 -0400 Subject: [PATCH 1/4] Final fixes --- downloads/hdf4/hdf4_3_1.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/downloads/hdf4/hdf4_3_1.md b/downloads/hdf4/hdf4_3_1.md index 7cdc2493..72ce2820 100644 --- a/downloads/hdf4/hdf4_3_1.md +++ b/downloads/hdf4/hdf4_3_1.md @@ -10,10 +10,9 @@ 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) | +| Additional Release Information | [Release Notes](https://github.com/HDFGroup/hdf4/blob/hdf_4_3_1/release_notes/RELEASE.txt) | || [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) | +|| [Compatibility Reports for 4.3.1 vs 4.3.0](https://github.com/HDFGroup/hdf4/releases/download/snapshot/snapshot.html.abi.reports.tar.gz) ## Downloads From b549b85780d4709265e46563b63ebca135e64c2e Mon Sep 17 00:00:00 2001 From: Binh-Minh Date: Mon, 30 Jun 2025 20:16:58 -0400 Subject: [PATCH 2/4] Used correct names even though the names are not correct, otherwise, links will fail. --- downloads/hdf4/hdf4_3_1.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/downloads/hdf4/hdf4_3_1.md b/downloads/hdf4/hdf4_3_1.md index 72ce2820..98240076 100644 --- a/downloads/hdf4/hdf4_3_1.md +++ b/downloads/hdf4/hdf4_3_1.md @@ -10,9 +10,9 @@ 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/blob/hdf_4_3_1/release_notes/RELEASE.txt) | +| Additional Release Information | [Release Notes](https://github.com/HDFGroup/hdf4/blob/hdf4.3.1/release_notes/RELEASE.txt) | || [Newsletter Announcement](https://www.hdfgroup.org/2025/06/release-of-hdf-4-3-1-newsletter-206/) | -|| [Compatibility Reports for 4.3.1 vs 4.3.0](https://github.com/HDFGroup/hdf4/releases/download/snapshot/snapshot.html.abi.reports.tar.gz) +|| [Compatibility Reports for 4.3.1 vs 4.3.0](https://github.com/HDFGroup/hdf4/releases/download/hdf4.3.1/hdf4.3.1.html.abi.reports.tar.gz) ## Downloads @@ -21,10 +21,10 @@ Applications that were created with earlier HDF4 releases AND employed internal | 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 | +| [hdf4.3.1.tar.gz](https://github.com/HDFGroup/hdf4/releases/download/hdf4.3.1/hdf.tar.gz) | Source release | +| [hdf4.3.1.zip](https://github.com/HDFGroup/hdf4/releases/download/hdf4.3.1/hdf.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 | +| [sha256](https://github.com/HDFGroup/hdf4/releases/download/hdf4.3.1/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. From 9f64d5d5effb4c60c1b3c653af3b563046e03aa3 Mon Sep 17 00:00:00 2001 From: Binh-Minh Date: Tue, 1 Jul 2025 11:38:16 -0400 Subject: [PATCH 3/4] Both names exist, so put back the correct file names --- downloads/hdf4/hdf4_3_1.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/downloads/hdf4/hdf4_3_1.md b/downloads/hdf4/hdf4_3_1.md index 98240076..498c9e0d 100644 --- a/downloads/hdf4/hdf4_3_1.md +++ b/downloads/hdf4/hdf4_3_1.md @@ -21,8 +21,8 @@ Applications that were created with earlier HDF4 releases AND employed internal | File | Type | | ----- | ---- | --------------------- | -| [hdf4.3.1.tar.gz](https://github.com/HDFGroup/hdf4/releases/download/hdf4.3.1/hdf.tar.gz) | Source release | -| [hdf4.3.1.zip](https://github.com/HDFGroup/hdf4/releases/download/hdf4.3.1/hdf.zip) | Source release | +| [hdf4.3.1.tar.gz](https://github.com/HDFGroup/hdf4/releases/download/hdf4.3.1/hdf4.3.1.tar.gz) | Source release | +| [hdf4.3.1.zip](https://github.com/HDFGroup/hdf4/releases/download/hdf4.3.1/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/hdf4.3.1.sha256sums.txt) | Checksum file | From ff328e64c9eae1d79a4134031ca2b063e93f00ad Mon Sep 17 00:00:00 2001 From: Binh-Minh Date: Tue, 1 Jul 2025 15:03:08 -0400 Subject: [PATCH 4/4] Separate the abi reports into individual html files --- downloads/hdf4/hdf4_3_1.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/downloads/hdf4/hdf4_3_1.md b/downloads/hdf4/hdf4_3_1.md index 498c9e0d..6b3b49aa 100644 --- a/downloads/hdf4/hdf4_3_1.md +++ b/downloads/hdf4/hdf4_3_1.md @@ -12,7 +12,8 @@ title: HDF 4.3.1 | Release Date | 6/30/2025 | | Additional Release Information | [Release Notes](https://github.com/HDFGroup/hdf4/blob/hdf4.3.1/release_notes/RELEASE.txt) | || [Newsletter Announcement](https://www.hdfgroup.org/2025/06/release-of-hdf-4-3-1-newsletter-206/) | -|| [Compatibility Reports for 4.3.1 vs 4.3.0](https://github.com/HDFGroup/hdf4/releases/download/hdf4.3.1/hdf4.3.1.html.abi.reports.tar.gz) +| Compatibility Reports for 4.3.1 vs 4.3.0 | [C library](https://support.hdfgroup.org/releases/hdf4/v4_3/v4_3_1/downloads/hdf4.3.1-vs-hdf4.3.0-interface_compatibility_report.html) +| | [Java library](https://support.hdfgroup.org/releases/hdf4/v4_3/v4_3_1/downloads/hdf4.3.1-vs-hdf4.3.0-java-interface_compatibility_report.html) ## Downloads