diff options
Diffstat (limited to 'doc/manual')
-rw-r--r-- | doc/manual/support.rst | 27 | ||||
-rw-r--r-- | doc/manual/versions.rst | 7 |
2 files changed, 33 insertions, 1 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. diff --git a/doc/manual/versions.rst b/doc/manual/versions.rst index 288c63ba7..9b0e1d8fc 100644 --- a/doc/manual/versions.rst +++ b/doc/manual/versions.rst @@ -1,7 +1,12 @@ -Checking the Version +Versioning ======================================== +As of Botan 2.0.0, Botan uses semantic versioning. So in a future +release, if even a small feature is added, the minor number will +increase and the next release will be 2.1.0. If an incompatible API +change is required, the major version will be increased. + The library has functions for checking compile-time and runtime versions. |