diff options
author | Sadie Powell <sadie@witchery.services> | 2021-08-09 15:54:25 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2021-08-09 15:54:25 +0100 |
commit | 48ec53242eb5914098bfdcbdaad3675b823057f2 (patch) | |
tree | 8ee5ad22e9a92065e5e3f1dd2539ac0b2f530e8e | |
parent | 91321bdf682eb5b512373bb56c722f943cbc8183 (diff) |
Release 2.0.10.2.0.10
-rw-r--r-- | docs/Changes | 17 | ||||
-rw-r--r-- | docs/Changes.conf | 3 | ||||
-rw-r--r-- | src/version.sh | 2 |
3 files changed, 17 insertions, 5 deletions
diff --git a/docs/Changes b/docs/Changes index 4d4f25b4f..4b6366118 100644 --- a/docs/Changes +++ b/docs/Changes @@ -1,11 +1,22 @@ -Anope Version 2.0.10-git +Anope Version 2.0.10 -------------------- +Add support for channel SQLines on InspIRCd +Change default protocol module from inspircd20 to inspircd3 +Change the character set used by chanstats and irc2sql to utf8mb4 +Fix a ton of typos in messages +Fix being able to override MAXLIST on InspIRCd +Fix blocking on boot when trying to upgrade SQL databases without account identifiers +Fix not flushing the ERROR message on squit +Fix using an invalidated iterator when deleting bots +Fix various harmless compiler warnings +Fix webcpanel not using the forwarded IP +Show the account name in nickserv/info Anope Version 2.0.9 ------------------- -Fix a regression from 2.0.8 that prevented serialising to MySQL. +Fix a regression from 2.0.8 that prevented serialising to MySQL Send account identifiers to InspIRCd on SASL logins too -Fix a query bug in irc2sql. +Fix a query bug in irc2sql Anope Version 2.0.8 ------------------- diff --git a/docs/Changes.conf b/docs/Changes.conf index 0765d6b66..c2858d69e 100644 --- a/docs/Changes.conf +++ b/docs/Changes.conf @@ -1,5 +1,6 @@ -Anope Version 2.0.10-git +Anope Version 2.0.10 -------------------- +No significant changes. Anope Version 2.0.9 ------------------- diff --git a/src/version.sh b/src/version.sh index 964882528..34ca4f7e4 100644 --- a/src/version.sh +++ b/src/version.sh @@ -3,4 +3,4 @@ VERSION_MAJOR=2 VERSION_MINOR=0 VERSION_PATCH=10 -VERSION_EXTRA="-git" +VERSION_EXTRA="" |