Skip to content

Conversation

@lrknox
Copy link
Collaborator

@lrknox lrknox commented Dec 11, 2025

Improve outdated text in CHANGELOG.md.


Important

Clean up obsolete CMake version conditions in CMakeLists.txt and update outdated text in CHANGELOG.md.

  • CMakeLists.txt:
    • Removed obsolete CMake version conditions for CMP0135 and HDF5_EXTERNALLY_CONFIGURED.
    • Simplified logic for setting H5_LIBVER_DIR.
  • Documentation:
    • Updated CHANGELOG.md to remove outdated references to release.txt and emphasize HISTORY*.txt for previous changes.

This description was created by Ellipsis for ff06eae. You can customize this summary. It will automatically update as commits are pushed.

README.md Outdated
introduction of new features and the resolution of bugs. However, we aim to have at
least one annual release for each maintenance branch.

> The [PR stripping all autotools](https://github.com/HDFGroup/hdf5/pull/5308) was merged into the "develop" branch on **March 10, 2025**. .
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove the extra period after the merge date.

Suggested change
> The [PR stripping all autotools](https://github.com/HDFGroup/hdf5/pull/5308) was merged into the "develop" branch on **March 10, 2025**. .
> The [PR stripping all autotools](https://github.com/HDFGroup/hdf5/pull/5308) was merged into the "develop" branch on **March 10, 2025**.

CMakeLists.txt Outdated
endif()
else ()
# H5_LIBVER_DIR is used in HDF5Examples to compile examples from older hdf5 versions.
# Because the range of minor version numbers exceded single digits, a 0 was needed for
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typographical error: "exceded" should be corrected to "exceeded".

Suggested change
# Because the range of minor version numbers exceded single digits, a 0 was needed for
# Because the range of minor version numbers exceeded single digits, a 0 was needed for

CMakeLists.txt Outdated
else ()
# H5_LIBVER_DIR is used in HDF5Examples to compile examples from older hdf5 versions.
# Because the range of minor version numbers exceded single digits, a 0 was needed for
# the single digit minor numbers so that version 2.0 (200) will greater than version
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Grammatical error: "will greater than version" should be corrected to "will be greater than version".

Suggested change
# the single digit minor numbers so that version 2.0 (200) will greater than version
# the single digit minor numbers so that version 2.0 (200) will be greater than version

CMakeLists.txt Outdated
#-----------------------------------------------------------------------------
if (HDF5_ENABLE_PLUGIN_SUPPORT)
if (${H5_LIBVER_DIR} EQUAL 16 OR HDF5_DEFAULT_API_VERSION MATCHES "v16")
if HDF5_DEFAULT_API_VERSION MATCHES "v16")
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo: The if condition is missing an opening parenthesis. It should be if (HDF5_DEFAULT_API_VERSION MATCHES "v16") instead of if HDF5_DEFAULT_API_VERSION MATCHES "v16").

Suggested change
if HDF5_DEFAULT_API_VERSION MATCHES "v16")
if (HDF5_DEFAULT_API_VERSION MATCHES "v16")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: To be triaged

Development

Successfully merging this pull request may close these issues.

1 participant