From 10901dd05b0fb186f0221d592a8f71bcb4e15dfc Mon Sep 17 00:00:00 2001 From: Adam Date: Mon, 3 Mar 2014 00:41:39 -0500 Subject: Anope 1.8.9 Release --- Changes | 2 +- Changes.conf | 9 +++++++-- Changes.lang | 7 ++++++- Changes.mysql | 3 ++- version.log | 4 ++-- 5 files changed, 18 insertions(+), 7 deletions(-) diff --git a/Changes b/Changes index 42cb88f10..e828ad72d 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,4 @@ -Anope Version 1.8 - GIT +Anope Version 1.8.9 ------------------- 06/05 F Fixed modules being loaded regardless of the load abort signal. [#1527] 08/16 F Fixed hs_request to show requested ident in memos [#1545] diff --git a/Changes.conf b/Changes.conf index 68680530e..7352d16a4 100644 --- a/Changes.conf +++ b/Changes.conf @@ -1,5 +1,10 @@ -Anope Version 1.8 - GIT ------------------------ +Anope Version 1.8.9 +------------------- +** ADDED CONFIGURATION DIRECTIVES ** + +** MODIFIED CONFIGURATION DIRECTIVES ** + +** DELETED CONFIGURATION DIRECTIVES ** Anope Version 1.8.8 ------------------- diff --git a/Changes.lang b/Changes.lang index 2084cd0ea..ab3ab4e03 100644 --- a/Changes.lang +++ b/Changes.lang @@ -1,5 +1,10 @@ -Anope Version 1.8 - GIT +Anope Version 1.8.9 ------------------- +*** New Strings: + +*** Mod Strings: + +*** Del Strings: Anope Version 1.8.8 diff --git a/Changes.mysql b/Changes.mysql index 5ee415f0c..6899f77d8 100644 --- a/Changes.mysql +++ b/Changes.mysql @@ -1,5 +1,6 @@ -Anope Version 1.8 - GIT +Anope Version 1.8.9 ------------------- +- NONE Anope Version 1.8.8 ------------------- diff --git a/version.log b/version.log index 0300cb8de..2bd431888 100644 --- a/version.log +++ b/version.log @@ -7,8 +7,8 @@ VERSION_MAJOR="1" VERSION_MINOR="8" VERSION_PATCH="9" -VERSION_EXTRA="-git" -VERSION_BUILD="3129" +VERSION_EXTRA="" +VERSION_BUILD="3130" # Changes since 1.8.8 Release #Revision 3129 - listchans: Fix typo: nickname -> channel -- cgit