From f2598bdb6eed4044e0885df59912999385a6be7d Mon Sep 17 00:00:00 2001 From: sjaz Date: Sat, 11 Jul 2009 12:52:18 +0000 Subject: Initialise 1.8.2-SVN and update README. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2371 5417fbe8-f217-4b02-8779-1006273d7864 --- Changes | 4 ++++ Changes.conf | 8 ++++++++ Changes.lang | 9 ++++++++- Changes.mysql | 4 ++++ docs/README | 2 ++ version.log | 10 ++++++---- 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 + * Adam * Alvaro Toledo * Amanda Folson * Andrew Berquist @@ -87,6 +88,7 @@ Table of Contents * Florian Schulze * Gabriel Acevedo H. * Jan Milants + * Jens Voss * JH * Joris Vink * Lucas Nussbaum 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. -- cgit