diff options
author | Sadie Powell <sadie@witchery.services> | 2025-04-01 11:04:29 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2025-04-01 11:04:29 +0100 |
commit | 390d0482fc6b366559875dc405448d6c4b69910f (patch) | |
tree | 8f00d277fc25e76ad6a662755134c6c86781f028 | |
parent | 65bb0a374bb0e04aac2daa8c28daae9f41fc5d65 (diff) |
Release 2.1.13.
-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 e9c7cf393..edb677930 100644 --- a/docs/Changes +++ b/docs/Changes @@ -1,5 +1,5 @@ -Anope Version 2.1.13-git ------------------------- +Anope Version 2.1.13 +-------------------- Added a Config check to ensure users actually want to use the development branch. Added a flag to the version string when Anope is compiled in reproducible mode. Added a warning on rehash when the max password is longer than the maximum bcrypt password length. diff --git a/docs/Changes.conf b/docs/Changes.conf index 21cb840f0..3dba0ca5c 100644 --- a/docs/Changes.conf +++ b/docs/Changes.conf @@ -1,5 +1,5 @@ -Anope Version 2.1.13-git ------------------------- +Anope Version 2.1.13 +-------------------- Added options:linelength (defaults to 120). Added the db_json module. Added the rpc_message module. diff --git a/src/version.sh b/src/version.sh index 6ae06a5a3..0b63823d8 100644 --- a/src/version.sh +++ b/src/version.sh @@ -3,4 +3,4 @@ VERSION_MAJOR=2 VERSION_MINOR=1 VERSION_PATCH=13 -VERSION_EXTRA="-git" +VERSION_EXTRA="" |