Skip to content

Commit 44a3810

Browse files
committed
docs(release): clarify roadmap & platform support
* Replace the previous roadmap with a clearer release strategy: - `v2.1.x` is a stability-focused maintenance branch with regular bi-monthly releases limited to bug fixes and security updates. - `v2.2.0+` is the mainline/feature branch that will introduce an optional `rpgp` backend for `OpenPGPv6` while preserving `GnuPG` as the default, fully supported backend. * Drop support for macOS 13 from `v2.1.11` due to CI (GitHub Actions) discontinuation and its age; this reduces maintenance burden and improves security posture. * Clarify expectations for users and contributors so stability, compatibility, and backend strategy are transparent.
1 parent f863cb0 commit 44a3810

2 files changed

Lines changed: 13 additions & 5 deletions

File tree

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,15 @@ trustworthy to your privacy life.
2222
2323
**Planned Next Release:**
2424

25-
- v2.2.0+ Roadmap: Expected in the coming months, this version introduces an
26-
optional rpgp backend for OpenPGPv6 (RFC 9580) support. GnuPG will remain the
27-
default; however, both backends can be used simultaneously. Although rpgp will
28-
initially have fewer features than GnuPG, I plan to bridge this gap through
29-
gradual improvements.
25+
- v2.1.x (Stable): Dedicated to maximum stability and reliability, this series
26+
will remain in maintenance mode with regular releases every two months. The
27+
focus is strictly on bug fixes and security updates, with no new major
28+
features or breaking changes planned.
29+
- v2.2.0+ (Mainline): Expected in the next 4–6 months, this version introduces
30+
an optional rpgp backend for OpenPGPv6 (RFC 9580) support. While this branch
31+
may be less stable due to its experimental nature, **GnuPG** remains our
32+
primary, long-term strategic backend and will continue as the default,
33+
fully-supported choice across all versions.
3034

3135
## Table of Contents
3236

SECURITY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ From version v2.1.8 onwards, we no longer support Ubuntu 20.04, as the LTS life
5252
cycle of this version had ended by then. Continuing to use this version of
5353
Ubuntu is therefore not safe.
5454

55+
From version v2.1.11 onwards, we no longer support macOS 13, as it discontinued
56+
by GitHub Action. Given its age and the anticipated discontinuation of support
57+
by Apple, it is wise to drop it.
58+
5559
## Reporting a Vulnerability
5660

5761
In case you wish to report a vulnerability, please avoid raising an issue

0 commit comments

Comments
 (0)