Release v4.1.0: version bump and ChangeLog#550
Merged
Conversation
Bump version 4.0.0 -> 4.1.0 (configure.ac AC_INIT, libtool 17:0:0 -> 18:0:0, wolftpm/version.h, CMakeLists.txt) and add the 4.1.0 ChangeLog covering the merged PRs since v4.0.0 and the in-scope PR 549 (freestanding build).
There was a problem hiding this comment.
Pull request overview
Updates wolfTPM’s release metadata for v4.1.0 by bumping version identifiers across build systems and finalizing the v4.1.0 release notes.
Changes:
- Bump version from 4.0.0 to 4.1.0 in Autotools (
configure.ac), CMake (CMakeLists.txt), and the public version header (wolftpm/version.h). - Update the libtool library version tuple (
WOLFTPM_LIBRARY_VERSION) for the release. - Finalize
ChangeLog.mdfor the wolfTPM 4.1.0 release with a dated summary and detailed bullet list of included work.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
wolftpm/version.h |
Updates exported library version string and hex value to 4.1.0. |
configure.ac |
Updates package version to 4.1.0 and bumps libtool library version tuple. |
CMakeLists.txt |
Updates CMake project version to 4.1.0. |
ChangeLog.md |
Finalizes the 4.1.0 release notes (date + detailed summary). |
Comments suppressed due to low confidence (1)
configure.ac:36
WOLFTPM_LIBRARY_VERSIONwas bumped to18:0:0, which (per the versioning notes immediately below) implies interfaces were removed/changed becauseageis reset to 0 (ABI break / SONAME bump). If 4.1.0 is intended to be ABI-compatible and only add new APIs,ageshould typically be incremented instead of reset. Please confirm the intended ABI compatibility for this release and adjust the libtool version accordingly to avoid an unnecessary SONAME change for downstream packagers.
WOLFTPM_LIBRARY_VERSION=18:0:0
# | | |
# +------+ | +---+
# | | |
# current:revision:age
aidangarske
approved these changes
Jul 10, 2026
aidangarske
approved these changes
Jul 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bump version 4.0.0 -> 4.1.0 (configure.ac AC_INIT, libtool 17:0:0 -> 18:0:0, wolftpm/version.h, CMakeLists.txt) and add the 4.1.0 ChangeLog covering the merged PRs since v4.0.0 and the in-scope PR 549 (freestanding build).