1
0
mirror of https://github.com/anope/anope.git synced 2026-07-03 15:33:12 +02:00

Release 2.0.10.

This commit is contained in:
Sadie Powell
2021-08-09 15:54:25 +01:00
parent 91321bdf68
commit 48ec53242e
3 changed files with 17 additions and 5 deletions
+14 -3
View File
@@ -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
-------------------
+2 -1
View File
@@ -1,5 +1,6 @@
Anope Version 2.0.10-git
Anope Version 2.0.10
--------------------
No significant changes.
Anope Version 2.0.9
-------------------
+1 -1
View File
@@ -3,4 +3,4 @@
VERSION_MAJOR=2
VERSION_MINOR=0
VERSION_PATCH=10
VERSION_EXTRA="-git"
VERSION_EXTRA=""