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

1.8.5 Release

This commit is contained in:
Charles Kingsley
2010-09-11 10:46:00 +01:00
parent fab8b8b137
commit 096d132884
6 changed files with 16 additions and 12 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
Anope Version 1.8 - GIT
-----------------------
Anope Version 1.8.5
-------------------
05/05 A Added an internal event called when a nick is requested [ #00]
05/09 A Added an Atheme to Anope database converter [ #00]
05/12 A Added logging for stateful commands [ #00]
+2 -2
View File
@@ -1,5 +1,5 @@
Anope Version 1.8 - SVN
-----------------------
Anope Version 1.8.5
-------------------
** ADDED CONFIGURATION DIRECTIVES **
# ForkForMail [OPTIONAL]
+2 -2
View File
@@ -1,5 +1,5 @@
Anope Version 1.8 - SVN
-----------------------
Anope Version 1.8.5
-------------------
*** New Strings:
*** Mod Strings:
+3 -2
View File
@@ -1,6 +1,7 @@
Anope Version 1.8 - SVN
-----------------------
Anope Version 1.8.5
-------------------
- NONE
Anope Version 1.8.4
-------------------
+1
View File
@@ -1,5 +1,6 @@
Highlighted News in Anope 1.8
============================================
* Added optional mail forking on non Windows OS
* Added a new and improved ./Config script.
* Added MySQL phase 2 implementation (see docs/MYSQL).
* Added NickServ registration delays.
+6 -4
View File
@@ -6,11 +6,13 @@
VERSION_MAJOR="1"
VERSION_MINOR="8"
VERSION_PATCH="4"
VERSION_EXTRA="-git"
VERSION_BUILD="3036"
VERSION_PATCH="5"
VERSION_EXTRA=""
VERSION_BUILD="3037"
# $Log$ # Changes since the 1.8.4 Release
# $Log$ # Changes since 1.8.5 Release
# Leading up to 1.8.5 Release
#Revision 3036 - Various windows build scripts fixes and to include ns_noop_convert & os_ignore_db.dll in builds
#Revision 3035 - Fixed InspIRCd 1.1,1.2 and 2.0 protocol modules to oper pseudo-clients only when needed.
#Revision 3034 - Fixed comments in insp20 protocol module to be accepted by all supported compilers.