1
0
mirror of https://github.com/anope/anope.git synced 2026-07-02 14:13:12 +02:00

updated Changes, version.log and .gitignore

This commit is contained in:
DukePyrolator
2013-02-17 13:31:31 +01:00
parent d8ca7c63bf
commit 46271fc348
3 changed files with 6 additions and 1 deletions
+1
View File
@@ -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
View File
@@ -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]
+2 -1
View File
@@ -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)