X-Git-Url: https://jfr.im/git/irc/anope/website.git/blobdiff_plain/124909727d167eeab440f16302df8299e8bdc58a..678694dc6823a62dbfbfb66f995283dbf74c2179:/_posts/2024-02-17-anope-212-release.md diff --git a/_posts/2024-02-17-anope-212-release.md b/_posts/2024-02-17-anope-212-release.md index 37451b3..579af0d 100644 --- a/_posts/2024-02-17-anope-212-release.md +++ b/_posts/2024-02-17-anope-212-release.md @@ -10,8 +10,8 @@ Anope 2.1.2 has been released, which is the third release on our new development The notable changes include: - Added module:tlsv10 to m_ssl_openssl for configuring whether TLSv1.0 is usable (defaults to no). -- Added module:tlsv11 to m_ssl_openssl for configuring whether TLSv1.0 is usable (defaults to yes). -- Added module:tlsv12 to m_ssl_openssl for configuring whether TLSv1.0 is usable (defaults to yes) +- Added module:tlsv11 to m_ssl_openssl for configuring whether TLSv1.1 is usable (defaults to yes). +- Added module:tlsv12 to m_ssl_openssl for configuring whether TLSv1.2 is usable (defaults to yes) - Bumped the minimum OpenSSL version to 1.1.0. - Bumped the minumum GnuTLS version to 3.0.0. - Modernized mutex and thread code to use Modern C++.