diff options
author | sjaz <sjaz@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-07-11 12:52:18 +0000 |
---|---|---|
committer | sjaz <sjaz@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-07-11 12:52:18 +0000 |
commit | f2598bdb6eed4044e0885df59912999385a6be7d (patch) | |
tree | e75584e67209021016fa385dc93c20827393cb9d | |
parent | 101fe6882d15f146cc698edc2f27193dfbf77ece (diff) |
Initialise 1.8.2-SVN and update README.1.8.2
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2371 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r-- | Changes | 4 | ||||
-rw-r--r-- | Changes.conf | 8 | ||||
-rw-r--r-- | Changes.lang | 9 | ||||
-rw-r--r-- | Changes.mysql | 4 | ||||
-rw-r--r-- | docs/README | 2 | ||||
-rw-r--r-- | version.log | 10 |
6 files changed, 32 insertions, 5 deletions
@@ -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. |