Commit 6bd37c3409d759cb4a2a87ffee7494a798999f20

Edward Thomson 2019-12-04T14:33:14

Merge pull request #5318 from libgit2/ethomson/release_docs release.md: note that we do two security releases

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/docs/release.md b/docs/release.md
index a8eff05..22b35ed 100644
--- a/docs/release.md
+++ b/docs/release.md
@@ -68,7 +68,7 @@ Here we do not use release candidates as the changes are supposed to be small an
 
 This is the same as a maintenance release, except that the fix itself will most likely be developed in a private repository and will only be visible to a select group of people until the release.
 
-Everything else remains the same. Occasionally we might opt to backport a security fix to the previous series, based on how recently we started the new series and how serious the issue is.
+We have committed to providing security fixes for the latest two released versions.  E.g. if the latest version is v0.28.x, then we will provide security fixes for both v0.28.x and v0.27.y.
 
 ## Updating documentation