diff options
author | Adam <Adam@anope.org> | 2013-02-13 13:14:22 -0500 |
---|---|---|
committer | AYANOKOUZI, Ryuunosuke <i38w7i3@yahoo.co.jp> | 2013-02-17 14:08:34 +0900 |
commit | f7bac0839b21707273d48bb656f66b0d3e25f34e (patch) | |
tree | 786c52785050061859209b0784dc2d649b736697 /version.log | |
parent | 862b101935a9573543090699cc7569910ec78feb (diff) |
Do not allow invalid nicknames to be forbidden in ns_forbid
Diffstat (limited to 'version.log')
-rw-r--r-- | version.log | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/version.log b/version.log index b3d6c8640..7edb614d1 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="3108" +VERSION_BUILD="3109" # Changes since 1.8.7 Release +#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) #Revision 3105 - Added french language support to some modules (patch provided by Coolsmile) |