diff options
author | Sadie Powell <sadie@witchery.services> | 2023-08-06 13:36:27 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2023-08-06 13:36:27 +0100 |
commit | adf820c08a0cdd404ce266da38c240390b43f0d0 (patch) | |
tree | bf17318745c9d16b739ce72e873c880b21dd2e55 /docs/Changes | |
parent | 377ba87d52ce131ffba3a78f877da7230c9a1330 (diff) | |
parent | 0715db71829786ec98c6922a9e32077ae396c87e (diff) |
Merge branch 2.0 into 2.1.
Diffstat (limited to 'docs/Changes')
-rw-r--r-- | docs/Changes | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/docs/Changes b/docs/Changes index c9863b5fb..493e2fd68 100644 --- a/docs/Changes +++ b/docs/Changes @@ -1,7 +1,20 @@ -Anope Version 2.0.14-git +Anope Version 2.0.15-git ------------------------ No significant changes. +Anope Version 2.0.14 +-------------------- +Added support for sqlining channels on UnrealIRCd. +Fixed a crash when trying to access config for non-loaded modules. +Fixed detection of the InspIRCd nopartmsg module. +Fixed not getting memo notifications when authing with SASL. +Fixed not serialising dontkickops/dontkickvoices in botserv/kick. +Fixed sending emails with the wrong kind of line terminator. +Fixed sending log messages from a renamed pseudoclient. +Fixed telling users their passcode is incorrect when they need to authenticate in nickserv/confirm. +Fixed the Config script freezing on some versions of util-linux. +Updated the Windows packaging scripts to use dependencies from Conan. + Anope Version 2.0.13 -------------------- Fixed a crash on some compilers when trying to call methods on a null pointer |