diff options
author | Sadie Powell <sadie@witchery.services> | 2024-06-01 09:43:36 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-06-01 09:43:36 +0100 |
commit | 756dc498139a29a65ca198a4bb5ef723608e31aa (patch) | |
tree | dcc009e7eea8e037aa7bc5ef0c1024a17b8a5214 | |
parent | aa92559aa0e015480c719f385c63cc362cc2e73d (diff) |
Release 2.1.6.2.1.6
-rw-r--r-- | docs/Changes | 4 | ||||
-rw-r--r-- | docs/Changes.conf | 4 | ||||
-rw-r--r-- | src/version.sh | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/docs/Changes b/docs/Changes index 902505d5a..a28b532ed 100644 --- a/docs/Changes +++ b/docs/Changes @@ -1,5 +1,5 @@ -Anope Version 2.1.6-dev ------------------------ +Anope Version 2.1.6 +------------------- Added opportunistic upgrading of TLS fingerprints to more secure algorithms on InspIRCd. Added support for logging out partially connected users on Plexus. Added the account registration time to nickserv/info. diff --git a/docs/Changes.conf b/docs/Changes.conf index a20cb0b72..39673788a 100644 --- a/docs/Changes.conf +++ b/docs/Changes.conf @@ -1,5 +1,5 @@ -Anope Version 2.1.6-dev ------------------------ +Anope Version 2.1.6 +------------------- Added module:automatic to the ns_cert module (defaults to yes). Removed module:use_server_side_mlock for the protocol modules (now always enabled). Removed module:use_server_side_topiclock for the protocol modules (now always enabled). diff --git a/src/version.sh b/src/version.sh index 5cc1f35a9..c338c8e35 100644 --- a/src/version.sh +++ b/src/version.sh @@ -3,4 +3,4 @@ VERSION_MAJOR=2 VERSION_MINOR=1 VERSION_PATCH=6 -VERSION_EXTRA="-git" +VERSION_EXTRA="" |