]> jfr.im git - irc/anope/website.git/commitdiff
Fix TLS typos in the news post for 2.1.2.
authorRobby <redacted>
Thu, 22 Feb 2024 13:56:52 +0000 (14:56 +0100)
committerRobby <redacted>
Thu, 22 Feb 2024 13:56:52 +0000 (14:56 +0100)
_posts/2024-02-17-anope-212-release.md

index 37451b3ad4048f6f8a51a0fe3e6199ad203962c6..579af0d2f663589050535b632eb9479f73c6a0ee 100644 (file)
@@ -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++.