summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changes4
-rw-r--r--Changes.conf8
-rw-r--r--Changes.lang9
-rw-r--r--Changes.mysql4
-rw-r--r--docs/README2
-rw-r--r--version.log10
6 files changed, 32 insertions, 5 deletions
diff --git a/Changes b/Changes
index 185431791..e164a2208 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,10 @@
Anope Version 1.8 SVN
-------------------
+Anope Version 1.8.2
+-------------------
+07/06 F Fix unsetting founder_chans when logging out other users [ #00]
+07/07 F Fix a crash when mysql is used without MysqlSecure defined. [ #00]
Anope Version 1.8.1
-------------------
diff --git a/Changes.conf b/Changes.conf
index f6a686711..4f4b6a42e 100644
--- a/Changes.conf
+++ b/Changes.conf
@@ -1,6 +1,14 @@
Anope Version 1.8 SVN
---------------------
+Anope Version 1.8.2
+-------------------
+** ADDED CONFIGURATION DIRECTIVES **
+
+** MODIFIED CONFIGURATION DIRECTIVES **
+
+** DELETED CONFIGURATION DIRECTIVES **
+
Anope Version 1.8.1
-------------------
** ADDED CONFIGURATION DIRECTIVES **
diff --git a/Changes.lang b/Changes.lang
index bd1551f0b..953f68ff5 100644
--- a/Changes.lang
+++ b/Changes.lang
@@ -1,6 +1,14 @@
Anope Version 1.8 SVN
---------------------
+Anope Version 1.8.2
+-------------------
+*** New Strings:
+
+*** Mod Strings:
+
+*** Del Strings:
+
Anope Version 1.8.1
-------------------
*** New Strings:
@@ -9,7 +17,6 @@ Anope Version 1.8.1
*** Del Strings:
-
Anope Version 1.8.0
-------------------
*** New Strings:
diff --git a/Changes.mysql b/Changes.mysql
index 6c8f1b8d3..2f13eebb9 100644
--- a/Changes.mysql
+++ b/Changes.mysql
@@ -1,6 +1,10 @@
Anope Version 1.8 SVN
---------------------
+Anope Version 1.8.2
+-------------------
+- NONE
+
Anope Version 1.8.1
-------------------
- NONE
diff --git a/docs/README b/docs/README
index 90ac5a2da..4b28203ef 100644
--- a/docs/README
+++ b/docs/README
@@ -73,6 +73,7 @@ Table of Contents
Anope credits:
* Adam Kramer <ribosome@anope.org>
+ * Adam <adam@anope.org>
* Alvaro Toledo <atoledo@keldon.org>
* Amanda Folson <amanda@anope.org>
* Andrew Berquist <vash@anope.org>
@@ -87,6 +88,7 @@ Table of Contents
* Florian Schulze <certus@anope.org>
* Gabriel Acevedo H. <drstein@anope.org>
* Jan Milants <viper@anope.org>
+ * Jens Voss <dukepyrolator@anope.org>
* JH <jh@irc-chat.net>
* Joris Vink <joris@anope.org>
* Lucas Nussbaum <lucas@lucas-nussbaum.net>
diff --git a/version.log b/version.log
index d740ffd56..acbf27d50 100644
--- a/version.log
+++ b/version.log
@@ -7,13 +7,15 @@
VERSION_MAJOR="1"
VERSION_MINOR="8"
-VERSION_PATCH="1"
+VERSION_PATCH="2"
VERSION_EXTRA="-svn"
-VERSION_BUILD="2358"
-
-# $Log$ # Changes since 1.8.1 Release
+VERSION_BUILD="2370"
+# $Log$ # Changes since 1.8.2 Release
+# Leading up to 1.8.2 Release
+#Revision 2364 - Fix a crash when mysql is used without MysqlSecure defined. Thanks to jerrcs for finding and testing.
+#Revision 2362 - Fix unsetting founder_chans when logging out other users
# Leading up to 1.8.1 Release
#Revision 2337 - Fixed several bugs in messages.c regarding parsing TS6 encoded commands. This is a prerequisite for an InspIRCd 1.2 protocol module.