1
0
mirror of https://github.com/anope/anope.git synced 2026-06-28 19:56:39 +02:00

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
This commit is contained in:
atoledo atoledo@31f1291d-b8d6-0310-a050-a5561fc1590b
2004-05-04 21:09:49 +00:00
parent bae8b2c9b8
commit a63e254bd4
2 changed files with 7 additions and 1 deletions
+2
View File
@@ -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.
+5 -1
View File
@@ -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.