Skip to content

Commit 33d14ec

Browse files
committed
Update release pages
- Added HDFview 3.4.0 page - Added an entry for 1.14.6 release - Fixed typos
1 parent 1f82e2d commit 33d14ec

3 files changed

Lines changed: 45 additions & 1 deletion

File tree

documentation/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ redirect_from:
4040
* [HDF User's Guide](https://zenodo.org/records/13310689)
4141
* [HDF Specification and Developer's Guide](https://zenodo.org/records/13310722)
4242
* [Build and Install HDF4 Applications with CMake](https://github.com/HDFGroup/hdf4/blob/master/release_docs/USING_HDF4_CMake.txt)
43-
* [Build and Install HDF4 C, C++, Fortran Libraries and tools with CMake](https://github.com/HDFGroup/hdf4/blob/master/release_docs/INSTALL_CMake.txt)
43+
* [Build and Install HDF4 C and Fortran Libraries and tools with CMake](https://github.com/HDFGroup/hdf4/blob/master/release_docs/INSTALL_CMake.txt)
4444
* [HDF 4.2 to 4.3 Migration Guide](https://github.com/HDFGroup/hdf4/blob/master/doc/HDF-4.2-to-4.3-migration.md)
4545

4646
## h4h5Tools

downloads/hdfview/hdfview3_4_0.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
title: HDFView 3.4.0
3+
---
4+
5+
<img alt="HDFView Logo" align=right width=300 src="/assets/img/hdfview.png">
6+
7+
# HDFView 3.4.0
8+
9+
## Release Information
10+
11+
| Version | HDFView 3.4.0 |
12+
| Release Date | 12/31/2025 |
13+
| Additional Release Information | [Release Notes](https://github.com/HDFGroup/hdfview/blob/v3.4.0/docs/RELEASE.txt) |
14+
| | [Release Announcement](https://www.hdfgroup.org/) |
15+
| | [Known Problems](#known-problems-in-this-release) |
16+
17+
## Documentation
18+
19+
| File | Type |
20+
| ---- | ---- |
21+
| [UsersGuide.tar.gz](https://github.com/HDFGroup/hdfview/releases/download/v3.4.0/UsersGuide.tar.gz) | Documentation (HTML, Unix) |
22+
| [UsersGuide.zip](https://github.com/HDFGroup/hdfview/releases/download/v3.4.0/UsersGuide.zip) | Documentation (HTML, Windows) |
23+
24+
## Download
25+
26+
HDFView 3.4.0 source and binaries are available [here](https://github.com/HDFGroup/hdfview/releases/tag/v3.4.0)
27+
28+
HDFView 3.4.0 was built and tested with HDF5-2.0.0, HDF 4.3.1, and openjdk 21.
29+
30+
This release provides two ways to install the HDFView pre-built binary distribution for a platform:
31+
* Using an application image. This method simply requires running the provided executable to obtain the software.
32+
* Running an installer. This method runs an installer (eg .exe) that sets up file associations and menu items.
33+
34+
Once you have uncompressed the downloaded pre-built binary file, refer to the provided README file for details.
35+
36+
See Known Problems if you encounter any issues.
37+
38+
## Known Problems In This Release
39+
40+
* Workaround for issue with launching HDFView: A path issue which causes HDFView to fail to launch can be resolved by using the included batch script in the binary under the app folder.
41+
* If installing HDFView with the installer method, please be aware that the installer does NOT overwrite "hardcoded" associations. If there is a pre-existing user-defined file association, you must manually associate the extension with the HDFView application.
42+
43+
Please see the [Release Notes](https://github.com/HDFGroup/hdfview/blob/v3.4.0/docs/RELEASE.txt) for more information on known problems.

downloads/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ redirect_from:
1313
| Version | Usage |
1414
| ---- | ----|
1515
| [HDF5 2.0.0](https://support.hdfgroup.org/documentation/hdf5/latest/rel_spec_20.html) | Most recent HDF5 library version. |
16+
| [HDF5 1.14.6](https://support.hdfgroup.org/documentation/hdf5/latest/rel_spec_114.html) | Last release of the 1.14.x series |
1617

1718
## HDFView
1819

0 commit comments

Comments
 (0)