From 3f61b52db34bdbd4076878cf3af79f0953f71599 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Fri, 24 Nov 2023 13:33:10 +0000 Subject: Release 2.1.0. --- docs/Changes | 4 ++-- docs/Changes.conf | 4 ++-- src/version.sh | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/Changes b/docs/Changes index 03ba9a553..723259bfb 100644 --- a/docs/Changes +++ b/docs/Changes @@ -1,5 +1,5 @@ -Anope Version 2.1.0-git ------------------------ +Anope Version 2.1.0 +------------------- Added support for access list entry descriptions. Added support for linking over a UNIX socket. Added support for server-initiated logins and logouts on UnrealIRCd. diff --git a/docs/Changes.conf b/docs/Changes.conf index 05dad1fd0..efd74aa2a 100644 --- a/docs/Changes.conf +++ b/docs/Changes.conf @@ -1,5 +1,5 @@ -Anope Version 2.1.0-git ------------------------ +Anope Version 2.1.0 +------------------- Added nickserv:minpasslen for configuring the minimum password length. Removed nickserv:strictpasswords as it is obsolete now nickserv:minpasslen exists. Removed the inspircd12 and inspircd20 modules (use inspircd instead). diff --git a/src/version.sh b/src/version.sh index c79f66a2f..9bae8bcbb 100644 --- a/src/version.sh +++ b/src/version.sh @@ -3,4 +3,4 @@ VERSION_MAJOR=2 VERSION_MINOR=1 VERSION_PATCH=0 -VERSION_EXTRA="-git" +VERSION_EXTRA="" -- cgit