diff options
author | dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b <dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-01-20 22:29:56 +0000 |
---|---|---|
committer | dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b <dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-01-20 22:29:56 +0000 |
commit | 0d094946b6c2fd8766596ff1da810f14eca4c916 (patch) | |
tree | 6d2e5fd76f959d7843849cee5d5eabfecb632bef | |
parent | 3781575b24564bac1cbc26dfe18b8cd7a0266445 (diff) |
BUILD : 1.7.7 (553) BUGS : none NOTES : Forgot Changes file :)
git-svn-id: svn://svn.anope.org/anope/trunk@553 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@406 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r-- | Changes | 1 | ||||
-rw-r--r-- | version.log | 6 |
2 files changed, 6 insertions, 1 deletions
@@ -4,6 +4,7 @@ Provided by Anope Dev. <dev@anope.org> - 2005 01/19 A Add simple smtp client, read the README in src/tools for info [ #00] 01/16 A Support for PTlinks VHOST (NEWMASK) command. [ #00] 01/16 A Ulines Servers are now except from NOJOIN bans [#281] +01/20 F Misplaced MEMO_NO_RSEND_SELF in es.l reordered. [ #00] 01/19 F OperServ HELP does not show commands not usable on that ircd [ #25] 01/16 F Help messages restricted to the right access level. [#272] 01/16 F Updated IGNORE system to allow ircops past in all areas. [#275] diff --git a/version.log b/version.log index fdc941796..15ef33121 100644 --- a/version.log +++ b/version.log @@ -8,10 +8,14 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="7" -VERSION_BUILD="552" +VERSION_BUILD="553" # $Log$ # +# BUILD : 1.7.7 (553) +# BUGS : none +# NOTES : Forgot Changes file :) +# # BUILD : 1.7.7 (552) # BUGS : none # NOTES : Fixed misplaced MEMO_NO_RSEND_SELF in es.l |