diff options
author | Jack Lloyd <[email protected]> | 2016-12-28 12:49:11 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2016-12-28 12:49:11 -0500 |
commit | 9b37778139d37dbdf35c463a127ff581c78d7b98 (patch) | |
tree | 550c2c3828fe64ad4b335fbd77dea7c6a4dec70b /doc/manual | |
parent | 6ce3017161f76ae75a9a60430b4f63883c0f3f72 (diff) |
Misc doc tweaks
[ci skip]
Diffstat (limited to 'doc/manual')
-rw-r--r-- | doc/manual/platforms.rst | 14 | ||||
-rw-r--r-- | doc/manual/versions.rst | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/doc/manual/platforms.rst b/doc/manual/platforms.rst index 17b5f6113..67120e930 100644 --- a/doc/manual/platforms.rst +++ b/doc/manual/platforms.rst @@ -10,8 +10,8 @@ For Botan 2, the tier-1 supported platforms are * Windows x86-64, Visual C++ 2013 and 2015 These platforms are all tested by continuous integration, and the developers -have access to hardware in order to develop and test patches. Problems affecting -these platforms are considered release blockers. +have access to hardware in order to test patches. Problems affecting these +platforms are considered release blockers. For Botan 2, the tier-2 supported platforms are @@ -30,11 +30,11 @@ able to help. But they are not as well tested as tier-1. Of course many other modern OSes such as OpenBSD, NetBSD, AIX, Solaris or QNX are also probably fine (Botan has been tested on all of them successfully in the -past), but the developers do not run these OSes and may not be able to help so -much in debugging problems. Patches to improve the build for these platforms are -welcome. Note that as a policy Botan does not support any OS which is not -supported by its original vendor; any such EOLed systems that are still running -are unpatched and insecure. +past), but none of the core developers run these OSes and may not be able to +help so much in debugging problems. Patches to improve the build for these +platforms are welcome. Note that as a policy Botan does not support any OS which +is not supported by its original vendor; any such EOLed systems that are still +running are unpatched and insecure. In theory any working C++11 compiler is fine but in practice, we only test with GCC, Clang, and Visual C++. There is support in the build system for several diff --git a/doc/manual/versions.rst b/doc/manual/versions.rst index 9562fdce5..288c63ba7 100644 --- a/doc/manual/versions.rst +++ b/doc/manual/versions.rst @@ -1,5 +1,5 @@ -Version Checking +Checking the Version ======================================== The library has functions for checking compile-time and runtime |