diff options
author | DukePyrolator <DukePyrolator@anope.org> | 2013-02-17 13:31:31 +0100 |
---|---|---|
committer | DukePyrolator <DukePyrolator@anope.org> | 2013-02-17 13:31:31 +0100 |
commit | 46271fc348278263249b1bdf39e76582bd7b4ab8 (patch) | |
tree | ff317b3385b38f2332b7b14633b90ac9e096a5da | |
parent | d8ca7c63bf023904bf20259dd053f65bda6ebaa1 (diff) |
updated Changes, version.log and .gitignore
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | Changes | 3 | ||||
-rw-r--r-- | version.log | 3 |
3 files changed, 6 insertions, 1 deletions
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 @@ -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. <team@anope.org> - 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) |