diff options
author | Sadie Powell <sadie@witchery.services> | 2024-01-09 21:25:20 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-01-09 21:25:44 +0000 |
commit | 113301dbbaf22658c502b664ba22cbe4ed1e0e8c (patch) | |
tree | f02f12b5a95a199466f80d3c1c7f65157ca1ad12 /docs | |
parent | 349ae043b68e65314dff93aa5a1eee92acfe7e9a (diff) |
Update the changelogs.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Changes | 6 | ||||
-rw-r--r-- | docs/Changes.conf | 5 |
2 files changed, 9 insertions, 2 deletions
diff --git a/docs/Changes b/docs/Changes index 0f51ec0a6..893e67bca 100644 --- a/docs/Changes +++ b/docs/Changes @@ -1,6 +1,10 @@ Anope Version 2.1.2-git ----------------------- -No significant changes. +Bumped the minimum OpenSSL version to 1.1.0. +Bumped the minumum GnuTLS version to 3.0.0. +Disabled SSLv3 support in the m_ssl_openssl module. +Normalised the program exit codes. +Updated the French translation. Anope Version 2.1.1 ------------------- diff --git a/docs/Changes.conf b/docs/Changes.conf index eba6ec8aa..8e6da9fcf 100644 --- a/docs/Changes.conf +++ b/docs/Changes.conf @@ -1,6 +1,9 @@ Anope Version 2.1.2-git ----------------------- -No significant changes. +Added module:tlsv10 from m_ssl_openssl. +Added module:tlsv11 from m_ssl_openssl. +Added module:tlsv12 from m_ssl_openssl. +Removed module:sslv3 from m_ssl_openssl. Anope Version 2.1.1 ------------------- |