diff options
author | Jack Lloyd <[email protected]> | 2017-01-03 23:50:35 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-01-03 23:50:35 -0500 |
commit | ddbacb3b1e874c68bd60f3fd32f6a7fd3bbcade3 (patch) | |
tree | 00f9e15f849793189b4ad947f0be4d3a73654d90 /doc/manual/support.rst | |
parent | 34c45bc3d0874ea2bbf1d83fe235d70a8b644b42 (diff) |
Update roadmap, add support and versioning info
[ci skip]
Diffstat (limited to 'doc/manual/support.rst')
-rw-r--r-- | doc/manual/support.rst | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/manual/support.rst b/doc/manual/support.rst new file mode 100644 index 000000000..cd907e72d --- /dev/null +++ b/doc/manual/support.rst @@ -0,0 +1,27 @@ +Support Information +------------------------- + +The following branches of Botan are currently supported + ++--------------+---------------+--------------+ +| Version | First Release | Expected EOL | ++--------------+---------------+--------------+ +| 1.10.x | 2011-06-20 | 2017-12-31 | +| 2.x | 2017-01-05 | 2020-12-31 | ++--------------+---------------+--------------+ + +All older branches, including 1.8.x and 1.11.x, are no longer +supported in any way. + +Getting Support +------------------ + +To get help for Botan open an issue on +`GitHub <https://github.com/randombit/botan/issues>`_ + +Custom Development or Support +----------------------------------------- + +Jack Lloyd, the primary developer, is available for projects including custom +development, extended support, developer training, and reviewing code or +protocol specifications for security flaws. Email him for more information. |