Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 7 additions & 8 deletions downloads/hdf4/hdf4_4_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,15 @@ title: HDF 4.4.0

## Release Information

| ![GitHub release (latest by date)](https://img.shields.io/github/v/release/HDFGroup/hdf4?label=Version&color=white) | |
| ![GitHub Release Date](https://img.shields.io/badge/dynamic/json?label=Released&query=$.published_at&url=https://api.github.com/repos/HDFGroup/hdf4/releases/latest&color=white) | |
| [Release Notes](https://github.com/HDFGroup/hdf4/blob/hdf4.4.0/release_docs/RELEASE.txt) | |
| Compatibility Reports for 4.4.0 vs 4.3.1 | [C library](https://support.hdfgroup.org/releases/hdf4/v4_4/v4_4_0/downloads/hdf4.4.0-vs-hdf4.3.1-interface_compatibility_report.html) |
| | [Java library](https://support.hdfgroup.org/releases/hdf4/v4_4/v4_4_0/downloads/hdf4.4.0-vs-hdf4.3.1-java-interface_compatibility_report.html) |
| ![GitHub release (latest by date)](https://img.shields.io/github/v/release/HDFGroup/hdf4?label=Version&color=white) | | |
| ![GitHub Release Date](https://img.shields.io/badge/dynamic/json?label=Released&query=$.published_at&url=https://api.github.com/repos/HDFGroup/hdf4/releases/latest&color=white) | | |
| [Release Notes](https://github.com/HDFGroup/hdf4/blob/2c46ad5/release_docs/RELEASE.txt) | | |
| Compatibility Reports for 4.4.0 vs 4.3.1 | [C library](https://support.hdfgroup.org/releases/hdf4/v4_4/v4_4_0/downloads/hdf4.4.0-vs-hdf4.3.1-interface_compatibility_report.html) | [Java library](https://support.hdfgroup.org/releases/hdf4/v4_4/v4_4_0/downloads/hdf4.4.0-vs-hdf4.3.1-java-interface_compatibility_report.html) |

## Downloads

#### NOTE:
Applications that were created with HDF4 releases 3.x and earlier will need to be modified to use the safe version of Vgetname, Vgetclass, and Vinquire introduced in 4.0 release. Refer to the Breaking changes section in the [RELEASE.txt](https://github.com/HDFGroup/hdf4/blob/hdf4.4.0/release_docs/RELEASE.txt) for details.
**NOTE:**
Applications that were created with HDF4 releases 3.x and earlier will need to be modified to use the safe version of Vgetname, Vgetclass, and Vinquire introduced in 4.0 release. Refer to the Breaking changes section in the [RELEASE.txt](https://github.com/HDFGroup/hdf4/blob/2c46ad5/release_docs/RELEASE.txt) for details.

| File | Type |
| ----- | ---- | --------------------- |
Expand All @@ -28,7 +27,7 @@ Applications that were created with HDF4 releases 3.x and earlier will need to b

Please refer to [Build Instructions](https://github.com/HDFGroup/hdf4/blob/hdf4.4.0/release_docs/INSTALL) for building with CMake.

#### Known Problems:
## Known Problems:

o Users should also be aware that, as in previous releases, Fortran
on 64-bit platforms is generally not expected to work and should be
Expand Down
Loading