From 113301dbbaf22658c502b664ba22cbe4ed1e0e8c Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Tue, 9 Jan 2024 21:25:20 +0000 Subject: Update the changelogs. --- docs/Changes | 6 +++++- docs/Changes.conf | 5 ++++- 2 files changed, 9 insertions(+), 2 deletions(-) (limited to 'docs') 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 ------------------- -- cgit