summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTehPeGaSuS <25697531+TehPeGaSuS@users.noreply.github.com>2024-02-17 19:59:17 +0100
committerGitHub <noreply@github.com>2024-02-17 18:59:17 +0000
commite47ad6ed3f242153ad1cf48389fdd78d90e80710 (patch)
tree506c2f76f25cad8abf289b51ea309886cdda253b
parentf3b14694c6e6dc759cb16bed678c75a88ddae2ef (diff)
Fix some typos in the config change log.
-rw-r--r--docs/Changes.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Changes.conf b/docs/Changes.conf
index 10b54aa4b..ec2cf9929 100644
--- a/docs/Changes.conf
+++ b/docs/Changes.conf
@@ -5,8 +5,8 @@ No significant changes.
Anope Version 2.1.2
-------------------
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)
Removed module:sslv3 from m_ssl_openssl.
Removed the m_ prefix from the names of the chanstats, dns, dnsbl, helpchan, httpd, ldap, ldap_oper, mysql, proxyscan, redis, regex_pcre2, regex_posix, regex_stdlib, regex_tre, rewrite, sasl, sql_log, sql_oper, sqlite, ssl_gnutls, ssl_openssl, xmlrpc, and xmlrpc_main modules.