From ea96f2ad404145755e1724b45620cacd988ee2bc Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sun, 8 Dec 2024 12:13:28 +0000 Subject: [PATCH 1/3] Update the change log. --- docs/Changes | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/Changes b/docs/Changes index 730c5f43c..c3c5cb4e4 100644 --- a/docs/Changes +++ b/docs/Changes @@ -1,6 +1,15 @@ Anope Version 2.0.17-git ------------------------ -No significant changes. +Fixed importing large flatfile databases into SQL. +Fixed marking channels as permanent. +Fixed serialising unset boolean extension items. +Fixed the documentation about how to import SQL databases. +Fixed the documentation of options:usemail. +Fixed the location of the geoipupdate CSV files. +Fixed translating memo emails. +Fixed unnecessary SQL updates caused by dereferencing user accounts. +Increased the size of the chanstats letter and word count columns. +Updated the location of the Anope IRC channels. Anope Version 2.0.16-git ------------------------ From 73714420d11c6bbe326909bbaa129ad7feab1420 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sun, 8 Dec 2024 12:15:26 +0000 Subject: [PATCH 2/3] Release 2.0.17. --- docs/Changes | 4 ++-- docs/Changes.conf | 4 ++-- src/version.sh | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/Changes b/docs/Changes index c3c5cb4e4..c5f187f7b 100644 --- a/docs/Changes +++ b/docs/Changes @@ -1,5 +1,5 @@ -Anope Version 2.0.17-git ------------------------- +Anope Version 2.0.17 +-------------------- Fixed importing large flatfile databases into SQL. Fixed marking channels as permanent. Fixed serialising unset boolean extension items. diff --git a/docs/Changes.conf b/docs/Changes.conf index 1ceaaef76..0f05b9a4f 100644 --- a/docs/Changes.conf +++ b/docs/Changes.conf @@ -1,5 +1,5 @@ -Anope Version 2.0.17-git ------------------------- +Anope Version 2.0.17 +-------------------- No significant changes. Anope Version 2.0.16 diff --git a/src/version.sh b/src/version.sh index 20062ac58..9a4c8add3 100644 --- a/src/version.sh +++ b/src/version.sh @@ -3,4 +3,4 @@ VERSION_MAJOR=2 VERSION_MINOR=0 VERSION_PATCH=17 -VERSION_EXTRA="-git" +VERSION_EXTRA="" From a92f09153a64026872f2494e8e783438dbae85ac Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sun, 8 Dec 2024 12:17:43 +0000 Subject: [PATCH 3/3] Bump for 2.0.18-git. --- docs/Changes | 8 ++++++-- docs/Changes.conf | 4 ++++ src/version.sh | 4 ++-- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/docs/Changes b/docs/Changes index c5f187f7b..6ac23ce64 100644 --- a/docs/Changes +++ b/docs/Changes @@ -1,3 +1,7 @@ +Anope Version 2.0.18-git +------------------------ +No significant changes. + Anope Version 2.0.17 -------------------- Fixed importing large flatfile databases into SQL. @@ -11,8 +15,8 @@ Fixed unnecessary SQL updates caused by dereferencing user accounts. Increased the size of the chanstats letter and word count columns. Updated the location of the Anope IRC channels. -Anope Version 2.0.16-git ------------------------- +Anope Version 2.0.16 +-------------------- Added a workaround for users matching expired sqlines. Fixed a copy/paste error in webcpanel. Fixed a crash in db_flatfile caused by trying to serialize data without a type. diff --git a/docs/Changes.conf b/docs/Changes.conf index 0f05b9a4f..14574cc88 100644 --- a/docs/Changes.conf +++ b/docs/Changes.conf @@ -1,3 +1,7 @@ +Anope Version 2.0.18-git +------------------------ +No significant changes. + Anope Version 2.0.17 -------------------- No significant changes. diff --git a/src/version.sh b/src/version.sh index 9a4c8add3..5be2b116d 100644 --- a/src/version.sh +++ b/src/version.sh @@ -2,5 +2,5 @@ VERSION_MAJOR=2 VERSION_MINOR=0 -VERSION_PATCH=17 -VERSION_EXTRA="" +VERSION_PATCH=18 +VERSION_EXTRA="-git"