From 0574de2d226534a880943d7e0d4a8e56c111041b Mon Sep 17 00:00:00 2001 From: Adam Date: Mon, 11 Dec 2017 11:46:10 -0500 Subject: Anope 2.0.6 Release --- docs/Changes | 2 +- docs/Changes.conf | 2 +- src/version.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Changes b/docs/Changes index 3018b079c..e657c2681 100644 --- a/docs/Changes +++ b/docs/Changes @@ -1,4 +1,4 @@ -Anope Version 2.0.6-git +Anope Version 2.0.6 ------------------- Log client IP for web clients running commands via webcpanel Fix log file path for the config file could not be opened log message diff --git a/docs/Changes.conf b/docs/Changes.conf index 038b005c3..2b9b7fb62 100644 --- a/docs/Changes.conf +++ b/docs/Changes.conf @@ -1,4 +1,4 @@ -Anope Version 2.0.6-git +Anope Version 2.0.6 ------------------- Mark enc_md5 and enc_sha1 as deprecated. Their use has been discouraged for years, and they will be removed in a future release. Exempt all of 127.0.0.0/8 from m_dnsbl by default diff --git a/src/version.sh b/src/version.sh index 8fe971e6e..cd0e66a13 100644 --- a/src/version.sh +++ b/src/version.sh @@ -3,4 +3,4 @@ VERSION_MAJOR=2 VERSION_MINOR=0 VERSION_PATCH=6 -VERSION_EXTRA="-git" +VERSION_EXTRA="" -- cgit