1
0
mirror of https://github.com/anope/anope.git synced 2026-07-10 23:23:13 +02:00

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
This commit is contained in:
sjaz
2009-07-11 12:52:18 +00:00
parent 101fe6882d
commit f2598bdb6e
6 changed files with 32 additions and 5 deletions
+4
View File
@@ -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
-------------------
+8
View File
@@ -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 **
+8 -1
View File
@@ -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:
+4
View File
@@ -1,6 +1,10 @@
Anope Version 1.8 SVN
---------------------
Anope Version 1.8.2
-------------------
- NONE
Anope Version 1.8.1
-------------------
- NONE
+2
View File
@@ -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>
+6 -4
View File
@@ -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.