diff options
-rw-r--r-- | doc/manual/deprecated.rst | 2 | ||||
-rw-r--r-- | news.rst | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/manual/deprecated.rst b/doc/manual/deprecated.rst index c91730cf3..4170a0c30 100644 --- a/doc/manual/deprecated.rst +++ b/doc/manual/deprecated.rst @@ -34,6 +34,8 @@ in the source. classes which currently subclass it. This only affects your code if you are referencing `Botan::SymmetricAlgorithm` directly. +- Support for Visual C++ 2013 + - Platform support for Google Native Client - Platform support for Windows Phone @@ -5,7 +5,7 @@ Version 2.7.0, Not Yet Released ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ * Avoid a side channel in RSA key generation due to use of a non-constant time - gcd algorithm. (GH #1542) + gcd algorithm. (GH #1542 #1556) * Optimize prime generation, especially improving RSA key generation. (GH #1542) @@ -31,6 +31,8 @@ Version 2.7.0, Not Yet Released * Avoid creating symlinks to the shared object on OpenBSD (#1535) +* Support for Visual C++ 2013 is deprecated, and will be removed in Jan 2019. + Version 2.6.0, 2018-04-10 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |