summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2024-02-17 18:14:10 +0000
committerSadie Powell <sadie@witchery.services>2024-02-17 18:14:10 +0000
commite9424b529c703d58843320a7c65d39aeae266239 (patch)
tree9419bbf9ed548700019168dd7434790beed87d39
parenta60c796cf6a87e045142805f50d8ca1c93dd9767 (diff)
Release 2.1.2.2.1.2
-rw-r--r--docs/Changes4
-rw-r--r--docs/Changes.conf4
-rw-r--r--src/version.sh2
3 files changed, 5 insertions, 5 deletions
diff --git a/docs/Changes b/docs/Changes
index 360f0bc22..6b30a9277 100644
--- a/docs/Changes
+++ b/docs/Changes
@@ -1,5 +1,5 @@
-Anope Version 2.1.2-git
------------------------
+Anope Version 2.1.2
+-------------------
Bumped the minimum OpenSSL version to 1.1.0.
Bumped the minumum GnuTLS version to 3.0.0.
Disabled SSLv3 support in the m_ssl_openssl module.
diff --git a/docs/Changes.conf b/docs/Changes.conf
index 8e2b80c6b..6ecade7a7 100644
--- a/docs/Changes.conf
+++ b/docs/Changes.conf
@@ -1,5 +1,5 @@
-Anope Version 2.1.2-git
------------------------
+Anope Version 2.1.2
+-------------------
Added module:tlsv10 to m_ssl_openssl for configuring whether TLSv1.0 is usable (defaults to no).
Added module:tlsv11 to m_ssl_openssl for configuring whether TLSv1.0 is usable (defaults to yes).
Added module:tlsv12 to m_ssl_openssl for configuring whether TLSv1.0 is usable (defaults to yes)
diff --git a/src/version.sh b/src/version.sh
index 0855ea454..f6fe0a034 100644
--- a/src/version.sh
+++ b/src/version.sh
@@ -3,4 +3,4 @@
VERSION_MAJOR=2
VERSION_MINOR=1
VERSION_PATCH=2
-VERSION_EXTRA="-git"
+VERSION_EXTRA=""