From 80d695f3a2b1f36e83abc23a5a233fa1efa8f105 Mon Sep 17 00:00:00 2001 From: Nicola Murino Date: Sun, 11 Oct 2020 09:29:17 +0200 Subject: [PATCH] back to development --- README.md | 4 ++++ SECURITY.md | 12 ++++++++++++ version/version.go | 2 +- 3 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 SECURITY.md diff --git a/README.md b/README.md index 61aef064..40e3bbe3 100644 --- a/README.md +++ b/README.md @@ -188,6 +188,10 @@ SFTPGo can easily saturate a Gigabit connection on low end hardware with no spec More in-depth analysis of performance can be found [here](./docs/performance.md). +## Release Cadence + +SFTPGo releases are feature-driven, we don't have a fixed time based schedule. As a rough estimate, you can expect 1 or 2 new releases per year. + ## Acknowledgements SFTPGo makes use of the third party libraries listed inside [go.mod](./go.mod). diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 00000000..deb26fba --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,12 @@ +# Security Policy + +## Supported Versions + +Only the current release of the software is actively supported. If you need +help backporting fixes into an older release, feel free to ask. + +## Reporting a Vulnerability + +Email your vulnerability information to SFTPGo's maintainer: + + Nicola Murino diff --git a/version/version.go b/version/version.go index c2ea21b5..44cb6761 100644 --- a/version/version.go +++ b/version/version.go @@ -2,7 +2,7 @@ package version import "strings" -const version = "1.1.0" +const version = "1.1.0-dev" var ( commit = ""