diff options
author | Jack Lloyd <[email protected]> | 2017-01-06 13:43:13 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-01-06 13:43:13 -0500 |
commit | b553d67bcfcac8020bdb720a9bd0680584ddaf77 (patch) | |
tree | 49a6e334bf2a3372e74f5f6c0a5def09ec0fecd0 /doc | |
parent | 16c6ec6fb8eed08c3f2ed9888e3c9589e2c58a56 (diff) |
Fix table formatting in support.rst
[ci skip]
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/support.rst | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/doc/manual/support.rst b/doc/manual/support.rst index cd907e72d..26168bc8d 100644 --- a/doc/manual/support.rst +++ b/doc/manual/support.rst @@ -1,22 +1,20 @@ Support Information ------------------------- -The following branches of Botan are currently supported +Following table provides the support status for Botan branches. All older +branches, including 1.8.x and 1.11.x, are no longer supported in any way. -+--------------+---------------+--------------+ -| 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. +============== ============== ============== +Branch First Release End of Life +============== ============== ============== +1.10 2011-06-20 2017-12-31 +2 2017-01-05 2020-12-31 +============== ============== ============== Getting Support ------------------ -To get help for Botan open an issue on +To get help with Botan, open an issue on `GitHub <https://github.com/randombit/botan/issues>`_ Custom Development or Support |