From 71ec1a93dd71c12ef1c0bbf0f7beb7eb33b96058 Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 3 Mar 2013 01:57:16 -0500 Subject: Bump for 1.8.9-git --- Changes | 7 +++++-- Changes.conf | 7 +++++-- Changes.lang | 4 ++++ Changes.mysql | 3 +++ version.log | 10 +++++++--- 5 files changed, 24 insertions(+), 7 deletions(-) diff --git a/Changes b/Changes index f92674d2b..b9f369329 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ +Anope Version 1.8 - GIT +------------------- + Anope Version 1.8.8 ------------------------ +------------------- 01/29 F Fixed user modes on BotServ bots on Unreal3.2.10 [#1474] 02/13 F Do not allow invalid nicknames to be forbidden in ns_forbid [ #00] @@ -17,7 +20,7 @@ Provided by Anope Dev. - 2011 12/31 F Fixed os_svsnick to allow changing the case of a users' nick [#1369] Anope Version 1.8.7 ------------------------ +------------------- 08/18 A Added support for Hybrid's channel mode +S [#1319] 08/18 A Added support for Hybrid's channel mode +O [#1320] 08/21 A Added internal event when a nickcore is dropped. [ #00] diff --git a/Changes.conf b/Changes.conf index 21fe2195c..68680530e 100644 --- a/Changes.conf +++ b/Changes.conf @@ -1,5 +1,8 @@ -Anope Version 1.8.8 +Anope Version 1.8 - GIT ----------------------- + +Anope Version 1.8.8 +------------------- ** ADDED CONFIGURATION DIRECTIVES ** ** MODIFIED CONFIGURATION DIRECTIVES ** @@ -8,7 +11,7 @@ Anope Version 1.8.8 Anope Version 1.8.7 ------------------------ +------------------- ** ADDED CONFIGURATION DIRECTIVES ** ** MODIFIED CONFIGURATION DIRECTIVES ** diff --git a/Changes.lang b/Changes.lang index a72250a16..2084cd0ea 100644 --- a/Changes.lang +++ b/Changes.lang @@ -1,3 +1,7 @@ +Anope Version 1.8 - GIT +------------------- + + Anope Version 1.8.8 ------------------- *** New Strings: diff --git a/Changes.mysql b/Changes.mysql index d38578015..5ee415f0c 100644 --- a/Changes.mysql +++ b/Changes.mysql @@ -1,3 +1,6 @@ +Anope Version 1.8 - GIT +------------------- + Anope Version 1.8.8 ------------------- - NONE diff --git a/version.log b/version.log index f879edba7..a9daf5574 100644 --- a/version.log +++ b/version.log @@ -6,9 +6,13 @@ VERSION_MAJOR="1" VERSION_MINOR="8" -VERSION_PATCH="8" -VERSION_EXTRA="" -VERSION_BUILD="3112" +VERSION_PATCH="9" +VERSION_EXTRA="-git" +VERSION_BUILD="3113" + +# Changes since 1.8.8 Release + + # Leading up to 1.8.8 Release #Revision 3110 - Added japanese language support, patch provided by Ryuunosuke Ayanokouzi -- cgit