From a03a8396856a81bef96fae5136c088195dc40ddc Mon Sep 17 00:00:00 2001 From: Eric F Crist Date: Thu, 5 May 2022 19:30:51 -0500 Subject: [PATCH] Housekeeping: README/gitignore Update README.md to show release/3.0 branch and add the .DS_Store file/folder to .gitignore Signed-off-by: Eric F Crist --- .gitignore | 1 + README.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 74f243b..2f564cb 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ dist-staging easyrsa3/safessl-easyrsa.cnf testdeps/* shellcheck +.DS_Store diff --git a/README.md b/README.md index 346b011..51047ef 100644 --- a/README.md +++ b/README.md @@ -39,8 +39,9 @@ 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 <- 3.x, at present + master <- 3.1, at present v3.x.x pre-release branches, used for staging branches + release/3.0 v3.0.x bugfix/security/openssl updates release/2.x release/1.x