From a63e254bd4d0dccd9fae699b5e5aafce1a85518d Mon Sep 17 00:00:00 2001 From: "atoledo atoledo@31f1291d-b8d6-0310-a050-a5561fc1590b" Date: Tue, 4 May 2004 21:09:49 +0000 Subject: [PATCH] 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 --- Changes | 2 ++ version.log | 6 +++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index f31980d67..5995fb822 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,8 @@ Anope Version 1.7.x (will be renamed when next release is produced) ------------------- Provided by Anope Dev. +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.