From e33b8d5f43b5ded05538efb722c1295416e512c5 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Fri, 9 Dec 2022 08:28:57 +0000 Subject: Update the changelogs. --- docs/Changes | 10 ++++++++++ docs/Changes.conf | 4 ++++ 2 files changed, 14 insertions(+) (limited to 'docs') diff --git a/docs/Changes b/docs/Changes index d46f5b6c6..386c568a2 100644 --- a/docs/Changes +++ b/docs/Changes @@ -1,3 +1,13 @@ +Anope Version 2.0.12 +-------------------- +Added account confirmation to the web panel +Added the regex_pcre2 module which provides regex/pcre with PCRE2 +Documented the cs_no_expire channel default +Fixed config validation mistakenly allowing spaces in some fields +Fixed the bahamut protocol module not knowing about halfops +Fixed writing a flatfile database not being atomic +Updated the hybrid protocol module for recent protocol changes + Anope Version 2.0.11 -------------------- Fixed ldap on OpenLDAP 2.5+ diff --git a/docs/Changes.conf b/docs/Changes.conf index b61eeede4..32b49770a 100644 --- a/docs/Changes.conf +++ b/docs/Changes.conf @@ -1,3 +1,7 @@ +Anope Version 2.0.12 +-------------------- +Added the regex_pcre2 module + Anope Version 2.0.11 -------------------- No significant changes. -- cgit From e78db21180ea135b1f404d45f613ae1a78219cc9 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Fri, 9 Dec 2022 08:33:02 +0000 Subject: Mark as 2.0.13-git. --- docs/Changes | 4 ++++ docs/Changes.conf | 5 +++++ 2 files changed, 9 insertions(+) (limited to 'docs') diff --git a/docs/Changes b/docs/Changes index 386c568a2..e37de690a 100644 --- a/docs/Changes +++ b/docs/Changes @@ -1,3 +1,7 @@ +Anope Version 2.0.13-git +------------------------ +No significant changes. + Anope Version 2.0.12 -------------------- Added account confirmation to the web panel diff --git a/docs/Changes.conf b/docs/Changes.conf index 32b49770a..37e83abda 100644 --- a/docs/Changes.conf +++ b/docs/Changes.conf @@ -1,3 +1,8 @@ +Anope Version 2.0.13-git +------------------------ +No significant changes. + + Anope Version 2.0.12 -------------------- Added the regex_pcre2 module -- cgit