Skip to content

Commit

Permalink
README.md: Update branch structure - V2
Browse files Browse the repository at this point in the history
Signed-off-by: Richard T Bonhomme <[email protected]>
  • Loading branch information
TinCanTech committed Jan 2, 2024
1 parent 03e4829 commit 3f6d6bb
Showing 1 changed file with 21 additions and 13 deletions.
34 changes: 21 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,22 +37,30 @@ is recommended to use a release, and priority will be given to bugs identified i
the most recent release.

The prior 2.x and 1.x versions are available as release branches for
tracking and possible back-porting of relevant fixes. Branch layout is:

master <- v3.2.x - Rolling
v3.n.n-<NAME> Pre-release branches, used for staging.
3.1.8 Present: bugfix/security/openssl updates for v3.1.7
3.0.10 Absent: bugfix/security/openssl updates for v3.0.9
v3.0.6 Archived: Has known bugs, OpenSSL v3 incompatible.
v3.0.5 Archived: Has known bugs, OpenSSL v3 incompatible.
v3.0.4 Archived: Has known bugs, OpenSSL v3 incompatible.
release/3.0 Archived: Pending deprecation to unmaintained.
release/2.x Archived: Unmaintained.
release/1.x Archived: Unmaintained.
testing Sandbox only; Subject to change, without warning.
tracking and possible back-porting of relevant fixes.

Branch layout is:

master <- Active: v3.2.x - Rolling.
v3.<N>.<N>-<LABEL> Active: Development branches.
testing Sandbox: Subject to change without notice.
v3.1.8 Sunset: Bugfix only for v3.1.7

The following are NOT compatible with OpenSSL version 3:

v3.0.6 Inactive: Archived.
v3.0.5 Inactive: Archived.
v3.0.4 Inactive: Archived.
release/3.0 Inactive: Archived.
release/2.x Inactive: Archived.
release/1.x Inactive: Unmaintained.

LICENSING info for 3.x is in the [COPYING.md](COPYING.md) file

## Contributing

Please refer to: [doc/EasyRSA-Contributing.md](doc/EasyRSA-Contributing.md)

# Code style, standards

We are attempting to adhere to the POSIX standard, which can be found here:
Expand Down

0 comments on commit 3f6d6bb

Please sign in to comment.