summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2024-03-31 15:21:18 +0100
committerSadie Powell <sadie@witchery.services>2024-03-31 15:21:18 +0100
commit72af7648618b9c20710f096256dbaf639f2c6bd1 (patch)
tree963a1a7b7b60ce5157253bb32f092f494898a3d8 /docs
parent1b631e96bd885ad0e4e2b71de8eca3b96b073d02 (diff)
Fix some typos in the changelog.
Diffstat (limited to 'docs')
-rw-r--r--docs/Changes4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Changes b/docs/Changes
index 6946f8fd7..b9a1d5190 100644
--- a/docs/Changes
+++ b/docs/Changes
@@ -31,7 +31,7 @@ Refactored the enc_bcrypt module and exposed it as an encryption context.
Removed several duplicate translation strings.
Replaced the custom MD5 implementation in enc_md5 with a vendored one.
Replaced the custom SHA256 implementation in enc_sha256 with a vendored one.
-The ldap_authentication, ldap_opewr, sql_authentication, sql_log, and sql_oper modules are now always enabled.
+The ldap_authentication, ldap_oper, sql_authentication, sql_log, and sql_oper modules are now always enabled.
Anope Version 2.1.3
-------------------
@@ -53,7 +53,7 @@ Reworked how messages are sent in protocol modules to allow sending message tags
Anope Version 2.1.2
-------------------
Bumped the minimum OpenSSL version to 1.1.0.
-Bumped the minumum GnuTLS version to 3.0.0.
+Bumped the minimum GnuTLS version to 3.0.0.
Disabled SSLv3 support in the m_ssl_openssl module.
Modernized mutex and thread code to use Modern C++.
Normalised the program exit codes.