diff options
author | Sadie Powell <sadie@witchery.services> | 2024-01-04 17:54:06 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-01-04 17:54:06 +0000 |
commit | e8cd2909a579ed612636d7eac1ec3a98933068d0 (patch) | |
tree | 3d9ad0f3e17ea363dee6b5dfc6f6c1b7217b4f33 | |
parent | e7a57aa754c54eb6823f6667e8a26752ebd6bb9a (diff) |
Release 2.1.1.2.1.1
-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 cdee00f3c..580807e95 100644 --- a/docs/Changes +++ b/docs/Changes @@ -1,5 +1,5 @@ -Anope Version 2.1.1-git ------------------------ +Anope Version 2.1.1 +------------------- Added the UNBANME privilege to allow users to unban themselves. Fixed building on Windows systems without chgrp/chmod. Fixed creating sockets in the m_dns, m_httpd, m_proxyscan, and m_redis modules. diff --git a/docs/Changes.conf b/docs/Changes.conf index 7397a8588..eb89d97c0 100644 --- a/docs/Changes.conf +++ b/docs/Changes.conf @@ -1,5 +1,5 @@ -Anope Version 2.1.1-git ------------------------ +Anope Version 2.1.1 +------------------- Added the m_regex_stdlib module. Removed the m_regex_pcre module (use m_regex_pcre2 instead). diff --git a/src/version.sh b/src/version.sh index b1aa49f3a..521747953 100644 --- a/src/version.sh +++ b/src/version.sh @@ -3,4 +3,4 @@ VERSION_MAJOR=2 VERSION_MINOR=1 VERSION_PATCH=1 -VERSION_EXTRA="-git" +VERSION_EXTRA="" |