diff options
author | Sadie Powell <sadie@witchery.services> | 2024-02-17 20:07:09 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-02-17 20:07:09 +0000 |
commit | eabc8b641ed8e3d96cac0c40d3d7e5ce6a63daa8 (patch) | |
tree | 9e807af141646438a2d9d898ed856a5b22281a43 | |
parent | 2f1ed186d17699681529e97c39a0dba068f6f909 (diff) |
Release 2.0.15.2.0.15
-rw-r--r-- | docs/Changes | 4 | ||||
-rw-r--r-- | docs/Changes.conf | 4 | ||||
-rw-r--r-- | src/version.sh | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/docs/Changes b/docs/Changes index e83d716ba..342d3b900 100644 --- a/docs/Changes +++ b/docs/Changes @@ -1,5 +1,5 @@ -Anope Version 2.0.15-git ------------------------- +Anope Version 2.0.15 +-------------------- Fixed a race condition in changing the nick of a user. Fixed being able to reset the password of suspended accounts. Fixed chanserv/suspend info not being visible to regular users. diff --git a/docs/Changes.conf b/docs/Changes.conf index 8a651e3c7..dcd9d3306 100644 --- a/docs/Changes.conf +++ b/docs/Changes.conf @@ -1,5 +1,5 @@ -Anope Version 2.0.15-git ------------------------- +Anope Version 2.0.15 +-------------------- No significant changes. Anope Version 2.0.14 diff --git a/src/version.sh b/src/version.sh index c4597b675..d3b166c81 100644 --- a/src/version.sh +++ b/src/version.sh @@ -3,4 +3,4 @@ VERSION_MAJOR=2 VERSION_MINOR=0 VERSION_PATCH=15 -VERSION_EXTRA="-git" +VERSION_EXTRA="" |