summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changes4
-rw-r--r--Changes.conf5
-rw-r--r--Changes.lang4
-rw-r--r--Changes.mysql5
-rw-r--r--version.log15
5 files changed, 21 insertions, 12 deletions
diff --git a/Changes b/Changes
index 46c69dc80..77ee90849 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,5 @@
-Anope Version 1.8 - GIT
------------------------
+Anope Version 1.8.6
+-------------------
10/31 A Added support for plexus3's channel mode +z [#1202]
02/23 A Added account tracking support to ratbox protocol module [ #00]
03/21 A Added support for Hybrid's m_services and m_change [ #00]
diff --git a/Changes.conf b/Changes.conf
index 23511aa5b..a769f8f09 100644
--- a/Changes.conf
+++ b/Changes.conf
@@ -1,11 +1,12 @@
-Anope Version 1.8 - GIT
------------------------
+Anope Version 1.8.6
+-------------------
** ADDED CONFIGURATION DIRECTIVES **
** MODIFIED CONFIGURATION DIRECTIVES **
** DELETED CONFIGURATION DIRECTIVES **
+
Anope Version 1.8.5
-------------------
** ADDED CONFIGURATION DIRECTIVES **
diff --git a/Changes.lang b/Changes.lang
index abfa2182c..669f6395e 100644
--- a/Changes.lang
+++ b/Changes.lang
@@ -1,5 +1,5 @@
-Anope Version 1.8 - GIT
------------------------
+Anope Version 1.8.6
+-------------------
*** New Strings:
*** Mod Strings:
diff --git a/Changes.mysql b/Changes.mysql
index ae04cbee1..c34ad907d 100644
--- a/Changes.mysql
+++ b/Changes.mysql
@@ -1,5 +1,6 @@
-Anope Version 1.8 - GIT
------------------------
+Anope Version 1.8.6
+-------------------
+- NONE
Anope Version 1.8.5
-------------------
diff --git a/version.log b/version.log
index 3ac56db4d..465656ff3 100644
--- a/version.log
+++ b/version.log
@@ -6,11 +6,18 @@
VERSION_MAJOR="1"
VERSION_MINOR="8"
-VERSION_PATCH="5"
-VERSION_EXTRA="-git"
-VERSION_BUILD="3071"
+VERSION_PATCH="6"
+VERSION_EXTRA=""
+VERSION_BUILD="3072"
-# $Log$ # Changes since 1.8.5 Release
+# $Log$ # Changes since 1.8.6 Release
+
+
+
+
+
+
+# Leading up to 1.8.6 Release
#Revision 3071 - Removed atheme2anope database converter as its out of date
#Revision 3070 - Bug #1236 - Fixed crash in enc_md5 on Mac
#Revision 3069 - Bug #1263 - Fixed /ns REGISTER not getting an "unknown cmd" reply when ns_register is not loaded & ns_maxemail is loaded. (Bug cannot be structurally fixed, needs to be addressed by 3rd party module authors for similar situations.)