Prepare 0.9.3 release - #446
Merged
Merged
Conversation
- Bump version to 0.9.3 in version.h and pamusb-conf - Add 0.9.3 section to ChangeLog with all 18 changes since 0.9.2 - Add 0.9.3 entry to debian/changelog and fedora/SPECS/pam_usb.spec - Update arch_linux/PKGBUILD_stable to pkgver=0.9.3 (sha256 pending tag) - Update SECURITY.md supported versions to 0.9.3 Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Signed-off-by: McDope <tobiasbaeumer@gmail.com>
Signed-off-by: McDope <tobiasbaeumer@gmail.com>
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.
Summary
version.h,pamusb-conf, changelogs, packaging)SECURITY.mdto list 0.9.3 as the supported versionChangeLog/ Debian / Fedora / Arch entries covering all 18 changes since 0.9.2PKGBUILD_stablesha256sum set toSKIPpending the tag (same pattern as the 0.9.2 prep)GHSA-gc4c-v52c-2v34,GHSA-7583-9cqv-j9rf,GHSA-ffx6-xjp6-x33g,GHSA-gc6f-5hpq-ghxh) withpatched_versions = 0.9.3and CVE requests filed; not part of this diff (done via the GitHub API) but relevant context for reviewpamusb-evdev-helpersetgid mechanism /inputgroupEACCESfallback (was in thepamusb-confmanpage but missing from the wiki), adds the "Fixed in 0.9.3" advisory tabledoc/CONFIGURATION,doc/SECURITY,doc/TROUBLESHOOTINGfrom the wiki viamake update-other-docs(two passes, since the advisory table was added after the first sync)Why this approach
Standard release prep: version bump and changelog entries are atomic in a single commit for a clean, bisectable history. The
make update-other-docssyncs are separate commits since that target requires a clean tree and commits on its own. Manpages were checked against all 18 changes and need no updates — the one behavior-affecting change (pamusb-evdev-helper, #437) already documented its manpage in the same PR.🤖 This PR was generated with the assistance of Claude Sonnet 5
I have read the rules