summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changes4
-rw-r--r--Changes.conf4
-rw-r--r--Changes.lang4
-rw-r--r--Changes.mysql5
-rw-r--r--version.log8
5 files changed, 13 insertions, 12 deletions
diff --git a/Changes b/Changes
index 677949268..fa3e870a8 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,5 @@
-Anope Version 1.8 - SVN
------------------------
+Anope Version 1.8.4
+-------------------
3/10 A Added support for tracking permanent channels [ #00]
3/24 A Added logging of deleting and clearing XOP access lists [ #00]
2/9 F Fixed marking halfops as deopped, stops unsetting modes by them [#1136]
diff --git a/Changes.conf b/Changes.conf
index 10d1a4827..4b5bf6bd1 100644
--- a/Changes.conf
+++ b/Changes.conf
@@ -1,5 +1,5 @@
-Anope Version 1.8 - SVN
------------------------
+Anope Version 1.8.4
+-------------------
** ADDED CONFIGURATION DIRECTIVES **
** MODIFIED CONFIGURATION DIRECTIVES **
diff --git a/Changes.lang b/Changes.lang
index bfffb7d4e..744366be9 100644
--- a/Changes.lang
+++ b/Changes.lang
@@ -1,5 +1,5 @@
-Anope Version 1.8 - SVN
------------------------
+Anope Version 1.8.4
+-------------------
*** New Strings:
*** Mod Strings:
diff --git a/Changes.mysql b/Changes.mysql
index aae4c0942..bfd759108 100644
--- a/Changes.mysql
+++ b/Changes.mysql
@@ -1,5 +1,6 @@
-Anope Version 1.8 - SVN
------------------------
+Anope Version 1.8.4
+-------------------
+- NONE
Anope Version 1.8.3
-------------------
diff --git a/version.log b/version.log
index 88e742514..7ca72ca0b 100644
--- a/version.log
+++ b/version.log
@@ -7,11 +7,11 @@
VERSION_MAJOR="1"
VERSION_MINOR="8"
-VERSION_PATCH="3"
-VERSION_EXTRA="-svn"
-VERSION_BUILD="2858"
+VERSION_PATCH="4"
+VERSION_EXTRA=""
+VERSION_BUILD="2859"
-# $Log$ # Changes since 1.8.3 Release
+# $Log$ # Leading up to 1.8.4 Release
#Revision 2855 - Don't save databases when rehashed or shutdown from anoperc when in readonly mode
#Revision 2854 - Small change to the win32 makefile to use Config.bat rather than install.js after spotless.