From 3866b002d68221f8e6582d80fec8db95b73af5a8 Mon Sep 17 00:00:00 2001 From: Charles Kingsley Date: Sat, 11 Sep 2010 10:46:00 +0100 Subject: 1.8.5 Release --- Changes | 4 ++-- Changes.conf | 4 ++-- Changes.lang | 4 ++-- Changes.mysql | 5 +++-- docs/NEWS | 1 + version.log | 10 ++++++---- 6 files changed, 16 insertions(+), 12 deletions(-) diff --git a/Changes b/Changes index d8d8deae5..fca559092 100644 --- a/Changes +++ b/Changes @@ -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] diff --git a/Changes.conf b/Changes.conf index abed85c3f..6064eb7b8 100644 --- a/Changes.conf +++ b/Changes.conf @@ -1,5 +1,5 @@ -Anope Version 1.8 - SVN ------------------------ +Anope Version 1.8.5 +------------------- ** ADDED CONFIGURATION DIRECTIVES ** # ForkForMail [OPTIONAL] diff --git a/Changes.lang b/Changes.lang index 4bc731231..b108118be 100644 --- a/Changes.lang +++ b/Changes.lang @@ -1,5 +1,5 @@ -Anope Version 1.8 - SVN ------------------------ +Anope Version 1.8.5 +------------------- *** New Strings: *** Mod Strings: diff --git a/Changes.mysql b/Changes.mysql index 9bd879c8b..06346fe48 100644 --- a/Changes.mysql +++ b/Changes.mysql @@ -1,6 +1,7 @@ -Anope Version 1.8 - SVN ------------------------ +Anope Version 1.8.5 +------------------- +- NONE Anope Version 1.8.4 ------------------- diff --git a/docs/NEWS b/docs/NEWS index f9bc4f42f..8351e2cc4 100644 --- a/docs/NEWS +++ b/docs/NEWS @@ -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. diff --git a/version.log b/version.log index b2a666349..f8ad4a4b3 100644 --- a/version.log +++ b/version.log @@ -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. -- cgit