From 46271fc348278263249b1bdf39e76582bd7b4ab8 Mon Sep 17 00:00:00 2001 From: DukePyrolator Date: Sun, 17 Feb 2013 13:31:31 +0100 Subject: updated Changes, version.log and .gitignore --- .gitignore | 1 + Changes | 3 +++ version.log | 3 ++- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f56ca0f9a..e918ef007 100644 --- a/.gitignore +++ b/.gitignore @@ -28,6 +28,7 @@ lang/pl lang/pt lang/ru lang/tr +lang/ja_utf8 src/services src/tools/anopesmtp src/tools/db-merger diff --git a/Changes b/Changes index 9e0fd3a55..431c93044 100644 --- a/Changes +++ b/Changes @@ -3,6 +3,9 @@ Anope Version 1.8 - GIT 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] +Provided by Ryuunosuke Ayanokouzi - 2013 +02/17 A Added japanese language support [ #00] + Provided by Anope Dev. - 2012 02/22 F Fixed several grammar errors in docs/ (patch provided by Simba) [ #00] 02/25 F Do not allow akill masks to end in @ [#1380] diff --git a/version.log b/version.log index 7edb614d1..397a2dfdc 100644 --- a/version.log +++ b/version.log @@ -8,9 +8,10 @@ VERSION_MAJOR="1" VERSION_MINOR="8" VERSION_PATCH="8" VERSION_EXTRA="-git" -VERSION_BUILD="3109" +VERSION_BUILD="3110" # Changes since 1.8.7 Release +#Revision 3110 - Added japanese language support, patch provided by Ryuunosuke Ayanokouzi #Revision 3109 - Do not allow invalid nicknames to be forbidden in ns_forbid #Revision 3108 - Bug #1474 - Fixed setting umodes on BotServ bots on Unreal3.2.10 #Revision 3106 - Replaced experimental Hybrid 7.0 support by Hybrid 8.0 support. (Patch provided by Hybrid Development Team) -- cgit