diff options
author | atoledo atoledo@31f1291d-b8d6-0310-a050-a5561fc1590b <atoledo atoledo@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2004-05-04 21:09:49 +0000 |
---|---|---|
committer | atoledo atoledo@31f1291d-b8d6-0310-a050-a5561fc1590b <atoledo atoledo@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2004-05-04 21:09:49 +0000 |
commit | a63e254bd4d0dccd9fae699b5e5aafce1a85518d (patch) | |
tree | 3f2f81fa610411be383b30cfaf3e9422205f51a2 | |
parent | bae8b2c9b86eaa5750792e4eab18669fb0b94708 (diff) |
BUILD : 1.7.2 (84) BUGS : NOTES : Updating Changes :)
git-svn-id: svn://svn.anope.org/anope/trunk@84 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@60 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r-- | Changes | 2 | ||||
-rw-r--r-- | version.log | 6 |
2 files changed, 7 insertions, 1 deletions
@@ -1,6 +1,8 @@ Anope Version 1.7.x (will be renamed when next release is produced) ------------------- Provided by Anope Dev. <dev@anope.org> +2004/05/04 Fixed Badwords kicker to ignore control characters and color codes. +2004/05/04 anoperc bugfixes including checking if anope binary exists. 2004/05/03 always set the right module name when executing mod_tail commands 2004/05/02 Added NickCore,NickAlias,Memos,ChannelInfo to the moduleAddData stuff, its going well! 2004/04/29 Added new MemoServ command CHECK to check whether a memo has been read or not. diff --git a/version.log b/version.log index c9c62024b..b65099d75 100644 --- a/version.log +++ b/version.log @@ -8,11 +8,15 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="2" -VERSION_BUILD="83" +VERSION_BUILD="84" VERSION_EXTRA="" # $Log$ # +# BUILD : 1.7.2 (84) +# BUGS : +# NOTES : Updating Changes :) +# # BUILD : 1.7.2 (83) # BUGS : 22 # NOTES : Badwords now cannot be evaded by using control chars or color codes. |